COLOR #E5D58B

HEX: #E5D58B
RGB: (229,213,139)

Renk bilgisi

#E5D58B contains mainly red and green colors. #E5D58B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5D58B color RGB value is (229,213,139).

  • kırmız ton 229;
  • yeşil ton 213;
  • mavi ton 139.
RGB:
(229,213,139)
(90%,84%,55%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 139 of 255 = 55%

229
213
139

R + G + B ~ 76%. #E5D58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 139 = 581 (100%)
R 229 of 581 ~ 39.41%
G 213 of 581 ~ 36.66%
B 139 of 581 ~ 23.92%

%39.41
%36.66
%23.92

CMYK RENK MODELİ

#E5D58B rengi CMYK tonu (0,7,39,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 39.30%
  • ana renk tonu 10.20%
CMYK:
(0,7,39,10)
C0M7Y39K10 
(0%,7%,39%,10%)
(0.00/0.07/0.39/0.10)	

CMYK yüzdeleri

%0
%6.99
%39.3
%10.2

Codes

Color #E5D58B in popluar color models

E5D58B
RGB229213139
HSL49°63.38%72.16%
HSB/HSV49°39.30%89.80%
CMYK0.00%6.99%39.30%
10.20%

Color #E5D58B in popluar number systems.

HEXE5D58B
Decimal229213139
Binary111001011101010110001011
Octal345325213

Shades and tints

Shades of #E5D58B

#E5D58B
(229,213,139)
#D1C27F
(209,194,127)
#BDAF73
(189,175,115)
#A99C67
(169,156,103)
#95895B
(149,137,91)
#81764F
(129,118,79)
#6D6343
(109,99,67)
#595037
(89,80,55)
#453D2B
(69,61,43)
#312A1F
(49,42,31)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5D58B

#E5D58B
(229,213,139)
#E7D895
(231,216,149)
#E9DB9F
(233,219,159)
#EBDEA9
(235,222,169)
#EDE1B3
(237,225,179)
#EFE4BD
(239,228,189)
#F1E7C7
(241,231,199)
#F3EAD1
(243,234,209)
#F5EDDB
(245,237,219)
#F7F0E5
(247,240,229)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D58B color. Also use rgb(229,213,139) instead hex code.

Text Font Color

.myTextColor { color: #E5D58B; }

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

This text font color is #E5D58B.


Background Color

.myBgColor { background-color: #E5D58B; }

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

This div background color is #E5D58B.


Border color

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

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

This div border color is #E5D58B.


Opacity

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

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

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

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

This text has shadow with #E5D58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D58B on black background.


Color preview on white background

This text has color #E5D58B on white background.



Black color preview on #E5D58B background

This text has black color on #E5D58B background.


White color preview on #E5D58B background

This text has white color on #E5D58B background.