COLOR #E7C375

HEX: #E7C375
RGB: (231,195,117)

Renk bilgisi

#E7C375 contains mainly red and green colors. #E7C375 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#E7C375 color RGB value is (231,195,117).

  • kırmız ton 231;
  • yeşil ton 195;
  • mavi ton 117.
RGB:
(231,195,117)
(91%,76%,46%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 195 of 255 = 76%
B 117 of 255 = 46%

231
195
117

R + G + B ~ 71%. #E7C375 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 195 + 117 = 543 (100%)
R 231 of 543 ~ 42.54%
G 195 of 543 ~ 35.91%
B 117 of 543 ~ 21.55%

%42.54
%35.91
%21.55

CMYK RENK MODELİ

#E7C375 rengi CMYK tonu (0,16,49,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.58%
  • sarı tonu 49.35%
  • ana renk tonu 9.41%
CMYK:
(0,16,49,9)
C0M16Y49K9 
(0%,16%,49%,9%)
(0.00/0.16/0.49/0.09)	

CMYK yüzdeleri

%0
%15.58
%49.35
%9.41

Codes

Color #E7C375 in popluar color models

E7C375
RGB231195117
HSL41°70.37%68.24%
HSB/HSV41°49.35%90.59%
CMYK0.00%15.58%49.35%
9.41%

Color #E7C375 in popluar number systems.

HEXE7C375
Decimal231195117
Binary11100111110000111110101
Octal347303165

Shades and tints

Shades of #E7C375

#E7C375
(231,195,117)
#D2B26B
(210,178,107)
#BDA161
(189,161,97)
#A89057
(168,144,87)
#937F4D
(147,127,77)
#7E6E43
(126,110,67)
#695D39
(105,93,57)
#544C2F
(84,76,47)
#3F3B25
(63,59,37)
#2A2A1B
(42,42,27)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #E7C375

#E7C375
(231,195,117)
#E9C881
(233,200,129)
#EBCD8D
(235,205,141)
#EDD299
(237,210,153)
#EFD7A5
(239,215,165)
#F1DCB1
(241,220,177)
#F3E1BD
(243,225,189)
#F5E6C9
(245,230,201)
#F7EBD5
(247,235,213)
#F9F0E1
(249,240,225)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C375 color. Also use rgb(231,195,117) instead hex code.

Text Font Color

.myTextColor { color: #E7C375; }

<p style="color:#E7C375">This sample text font color is #E7C375.</p>

This text font color is #E7C375.


Background Color

.myBgColor { background-color: #E7C375; }

<div style="background-color:#E7C375">Inner text</div>

This div background color is #E7C375.


Border color

.myBorderColor { border: 1px solid #E7C375; }

<div style="border:3px solid #E7C375">Div</div>

This div border color is #E7C375.


Opacity

.myOpacity80 { color: #E7C375; opacity: 0.8; }

<p style="color:#E7C375;opacity:0.8;">80%</p>

Text with #E7C375 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E7C375;}

<p style="text-shadow: 3px 3px 1px #E7C375">Text here.</p>

This text has shadow with #E7C375 color.

.textShadow {text-shadow: 3px 3px 1px #E7C375, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E7C375, 5px 5px 20px red">Text here.</p>

This text has shadow with #E7C375 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7C375, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E7C375, Direction=45, Strength=4)">Text</p>

This text has shadow with #E7C375 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E7C375;
  -webkit-box-shadow:	1px 1px 3px 2px #E7C375;
  box-shadow:		1px 1px 3px 2px #E7C375;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7C375;
-webkit-box-shadow: 1px 1px 3px 2px #E7C375;
box-shadow:1px 1px 3px 2px #E7C375;">
Div content here</div>
This div box has shadow with color #E7C375.

Preview

Color preview on black background

This text has color #E7C375 on black background.


Color preview on white background

This text has color #E7C375 on white background.



Black color preview on #E7C375 background

This text has black color on #E7C375 background.


White color preview on #E7C375 background

This text has white color on #E7C375 background.