COLOR #E1D083

HEX: #E1D083
RGB: (225,208,131)

Renk bilgisi

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

RGB renk modeli

#E1D083 color RGB value is (225,208,131).

  • kırmız ton 225;
  • yeşil ton 208;
  • mavi ton 131.
RGB:
(225,208,131)
(88%,82%,51%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 208 of 255 = 82%
B 131 of 255 = 51%

225
208
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 208 + 131 = 564 (100%)
R 225 of 564 ~ 39.89%
G 208 of 564 ~ 36.88%
B 131 of 564 ~ 23.23%

%39.89
%36.88
%23.23

CMYK RENK MODELİ

#E1D083 rengi CMYK tonu (0,8,42,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.56%
  • sarı tonu 41.78%
  • ana renk tonu 11.76%
CMYK:
(0,8,42,12)
C0M8Y42K12 
(0%,8%,42%,12%)
(0.00/0.08/0.42/0.12)	

CMYK yüzdeleri

%0
%7.56
%41.78
%11.76

Codes

Color #E1D083 in popluar color models

E1D083
RGB225208131
HSL49°61.04%69.80%
HSB/HSV49°41.78%88.24%
CMYK0.00%7.56%41.78%
11.76%

Color #E1D083 in popluar number systems.

HEXE1D083
Decimal225208131
Binary111000011101000010000011
Octal341320203

Shades and tints

Shades of #E1D083

#E1D083
(225,208,131)
#CDBE78
(205,190,120)
#B9AC6D
(185,172,109)
#A59A62
(165,154,98)
#918857
(145,136,87)
#7D764C
(125,118,76)
#696441
(105,100,65)
#555236
(85,82,54)
#41402B
(65,64,43)
#2D2E20
(45,46,32)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #E1D083

#E1D083
(225,208,131)
#E3D48E
(227,212,142)
#E5D899
(229,216,153)
#E7DCA4
(231,220,164)
#E9E0AF
(233,224,175)
#EBE4BA
(235,228,186)
#EDE8C5
(237,232,197)
#EFECD0
(239,236,208)
#F1F0DB
(241,240,219)
#F3F4E6
(243,244,230)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D083 color. Also use rgb(225,208,131) instead hex code.

Text Font Color

.myTextColor { color: #E1D083; }

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

This text font color is #E1D083.


Background Color

.myBgColor { background-color: #E1D083; }

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

This div background color is #E1D083.


Border color

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

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

This div border color is #E1D083.


Opacity

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

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

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

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

This text has shadow with #E1D083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D083 on black background.


Color preview on white background

This text has color #E1D083 on white background.



Black color preview on #E1D083 background

This text has black color on #E1D083 background.


White color preview on #E1D083 background

This text has white color on #E1D083 background.