COLOR #E5D090

HEX: #E5D090
RGB: (229,208,144)

Renk bilgisi

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

RGB renk modeli

#E5D090 color RGB value is (229,208,144).

  • kırmız ton 229;
  • yeşil ton 208;
  • mavi ton 144.
RGB:
(229,208,144)
(90%,82%,56%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 208 of 255 = 82%
B 144 of 255 = 56%

229
208
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 208 + 144 = 581 (100%)
R 229 of 581 ~ 39.41%
G 208 of 581 ~ 35.8%
B 144 of 581 ~ 24.78%

%39.41
%35.8
%24.78

CMYK RENK MODELİ

#E5D090 rengi CMYK tonu (0,9,37,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 37.12%
  • ana renk tonu 10.20%
CMYK:
(0,9,37,10)
C0M9Y37K10 
(0%,9%,37%,10%)
(0.00/0.09/0.37/0.10)	

CMYK yüzdeleri

%0
%9.17
%37.12
%10.2

Codes

Color #E5D090 in popluar color models

E5D090
RGB229208144
HSL45°62.04%73.14%
HSB/HSV45°37.12%89.80%
CMYK0.00%9.17%37.12%
10.20%

Color #E5D090 in popluar number systems.

HEXE5D090
Decimal229208144
Binary111001011101000010010000
Octal345320220

Shades and tints

Shades of #E5D090

#E5D090
(229,208,144)
#D1BE83
(209,190,131)
#BDAC76
(189,172,118)
#A99A69
(169,154,105)
#95885C
(149,136,92)
#81764F
(129,118,79)
#6D6442
(109,100,66)
#595235
(89,82,53)
#454028
(69,64,40)
#312E1B
(49,46,27)
#1D1C0E
(29,28,14)
#000000
(0,0,0)

Tints of #E5D090

#E5D090
(229,208,144)
#E7D49A
(231,212,154)
#E9D8A4
(233,216,164)
#EBDCAE
(235,220,174)
#EDE0B8
(237,224,184)
#EFE4C2
(239,228,194)
#F1E8CC
(241,232,204)
#F3ECD6
(243,236,214)
#F5F0E0
(245,240,224)
#F7F4EA
(247,244,234)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D090 color. Also use rgb(229,208,144) instead hex code.

Text Font Color

.myTextColor { color: #E5D090; }

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

This text font color is #E5D090.


Background Color

.myBgColor { background-color: #E5D090; }

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

This div background color is #E5D090.


Border color

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

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

This div border color is #E5D090.


Opacity

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

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

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

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

This text has shadow with #E5D090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D090 on black background.


Color preview on white background

This text has color #E5D090 on white background.



Black color preview on #E5D090 background

This text has black color on #E5D090 background.


White color preview on #E5D090 background

This text has white color on #E5D090 background.