COLOR #E1D77D

HEX: #E1D77D
RGB: (225,215,125)

Renk bilgisi

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

RGB renk modeli

#E1D77D color RGB value is (225,215,125).

  • kırmız ton 225;
  • yeşil ton 215;
  • mavi ton 125.
RGB:
(225,215,125)
(88%,84%,49%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 215 of 255 = 84%
B 125 of 255 = 49%

225
215
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 215 + 125 = 565 (100%)
R 225 of 565 ~ 39.82%
G 215 of 565 ~ 38.05%
B 125 of 565 ~ 22.12%

%39.82
%38.05
%22.12

CMYK RENK MODELİ

#E1D77D rengi CMYK tonu (0,4,44,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.44%
  • sarı tonu 44.44%
  • ana renk tonu 11.76%
CMYK:
(0,4,44,12)
C0M4Y44K12 
(0%,4%,44%,12%)
(0.00/0.04/0.44/0.12)	

CMYK yüzdeleri

%0
%4.44
%44.44
%11.76

Codes

Color #E1D77D in popluar color models

E1D77D
RGB225215125
HSL54°62.50%68.63%
HSB/HSV54°44.44%88.24%
CMYK0.00%4.44%44.44%
11.76%

Color #E1D77D in popluar number systems.

HEXE1D77D
Decimal225215125
Binary11100001110101111111101
Octal341327175

Shades and tints

Shades of #E1D77D

#E1D77D
(225,215,125)
#CDC472
(205,196,114)
#B9B167
(185,177,103)
#A59E5C
(165,158,92)
#918B51
(145,139,81)
#7D7846
(125,120,70)
#69653B
(105,101,59)
#555230
(85,82,48)
#413F25
(65,63,37)
#2D2C1A
(45,44,26)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #E1D77D

#E1D77D
(225,215,125)
#E3DA88
(227,218,136)
#E5DD93
(229,221,147)
#E7E09E
(231,224,158)
#E9E3A9
(233,227,169)
#EBE6B4
(235,230,180)
#EDE9BF
(237,233,191)
#EFECCA
(239,236,202)
#F1EFD5
(241,239,213)
#F3F2E0
(243,242,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D77D color. Also use rgb(225,215,125) instead hex code.

Text Font Color

.myTextColor { color: #E1D77D; }

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

This text font color is #E1D77D.


Background Color

.myBgColor { background-color: #E1D77D; }

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

This div background color is #E1D77D.


Border color

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

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

This div border color is #E1D77D.


Opacity

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

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

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

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

This text has shadow with #E1D77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D77D on black background.


Color preview on white background

This text has color #E1D77D on white background.



Black color preview on #E1D77D background

This text has black color on #E1D77D background.


White color preview on #E1D77D background

This text has white color on #E1D77D background.