COLOR #E7C372

HEX: #E7C372
RGB: (231,195,114)

Renk bilgisi

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

RGB renk modeli

#E7C372 color RGB value is (231,195,114).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 195 of 255 = 76%
B 114 of 255 = 45%

231
195
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 195 + 114 = 540 (100%)
R 231 of 540 ~ 42.78%
G 195 of 540 ~ 36.11%
B 114 of 540 ~ 21.11%

%42.78
%36.11
%21.11

CMYK RENK MODELİ

#E7C372 rengi CMYK tonu (0,16,51,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.58%
  • sarı tonu 50.65%
  • ana renk tonu 9.41%
CMYK:
(0,16,51,9)
C0M16Y51K9 
(0%,16%,51%,9%)
(0.00/0.16/0.51/0.09)	

CMYK yüzdeleri

%0
%15.58
%50.65
%9.41

Codes

Color #E7C372 in popluar color models

E7C372
RGB231195114
HSL42°70.91%67.65%
HSB/HSV42°50.65%90.59%
CMYK0.00%15.58%50.65%
9.41%

Color #E7C372 in popluar number systems.

HEXE7C372
Decimal231195114
Binary11100111110000111110010
Octal347303162

Shades and tints

Shades of #E7C372

#E7C372
(231,195,114)
#D2B268
(210,178,104)
#BDA15E
(189,161,94)
#A89054
(168,144,84)
#937F4A
(147,127,74)
#7E6E40
(126,110,64)
#695D36
(105,93,54)
#544C2C
(84,76,44)
#3F3B22
(63,59,34)
#2A2A18
(42,42,24)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #E7C372

#E7C372
(231,195,114)
#E9C87E
(233,200,126)
#EBCD8A
(235,205,138)
#EDD296
(237,210,150)
#EFD7A2
(239,215,162)
#F1DCAE
(241,220,174)
#F3E1BA
(243,225,186)
#F5E6C6
(245,230,198)
#F7EBD2
(247,235,210)
#F9F0DE
(249,240,222)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C372; }

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

This text font color is #E7C372.


Background Color

.myBgColor { background-color: #E7C372; }

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

This div background color is #E7C372.


Border color

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

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

This div border color is #E7C372.


Opacity

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

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

Text with #E7C372 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 #E7C372;}

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

This text has shadow with #E7C372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C372 on black background.


Color preview on white background

This text has color #E7C372 on white background.



Black color preview on #E7C372 background

This text has black color on #E7C372 background.


White color preview on #E7C372 background

This text has white color on #E7C372 background.