COLOR #E5D37A

HEX: #E5D37A
RGB: (229,211,122)

Renk bilgisi

#E5D37A contains mainly red and green colors. #E5D37A ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E5D37A color RGB value is (229,211,122).

  • kırmız ton 229;
  • yeşil ton 211;
  • mavi ton 122.
RGB:
(229,211,122)
(90%,83%,48%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 211 of 255 = 83%
B 122 of 255 = 48%

229
211
122

R + G + B ~ 74%. #E5D37A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 211 + 122 = 562 (100%)
R 229 of 562 ~ 40.75%
G 211 of 562 ~ 37.54%
B 122 of 562 ~ 21.71%

%40.75
%37.54
%21.71

CMYK RENK MODELİ

#E5D37A rengi CMYK tonu (0,8,47,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.86%
  • sarı tonu 46.72%
  • ana renk tonu 10.20%
CMYK:
(0,8,47,10)
C0M8Y47K10 
(0%,8%,47%,10%)
(0.00/0.08/0.47/0.10)	

CMYK yüzdeleri

%0
%7.86
%46.72
%10.2

Codes

Color #E5D37A in popluar color models

E5D37A
RGB229211122
HSL50°67.30%68.82%
HSB/HSV50°46.72%89.80%
CMYK0.00%7.86%46.72%
10.20%

Color #E5D37A in popluar number systems.

HEXE5D37A
Decimal229211122
Binary11100101110100111111010
Octal345323172

Shades and tints

Shades of #E5D37A

#E5D37A
(229,211,122)
#D1C06F
(209,192,111)
#BDAD64
(189,173,100)
#A99A59
(169,154,89)
#95874E
(149,135,78)
#817443
(129,116,67)
#6D6138
(109,97,56)
#594E2D
(89,78,45)
#453B22
(69,59,34)
#312817
(49,40,23)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #E5D37A

#E5D37A
(229,211,122)
#E7D786
(231,215,134)
#E9DB92
(233,219,146)
#EBDF9E
(235,223,158)
#EDE3AA
(237,227,170)
#EFE7B6
(239,231,182)
#F1EBC2
(241,235,194)
#F3EFCE
(243,239,206)
#F5F3DA
(245,243,218)
#F7F7E6
(247,247,230)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D37A color. Also use rgb(229,211,122) instead hex code.

Text Font Color

.myTextColor { color: #E5D37A; }

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

This text font color is #E5D37A.


Background Color

.myBgColor { background-color: #E5D37A; }

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

This div background color is #E5D37A.


Border color

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

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

This div border color is #E5D37A.


Opacity

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

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

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

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

This text has shadow with #E5D37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D37A on black background.


Color preview on white background

This text has color #E5D37A on white background.



Black color preview on #E5D37A background

This text has black color on #E5D37A background.


White color preview on #E5D37A background

This text has white color on #E5D37A background.