#E9DB80

Color #E9DB80 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #E9DB80

Tints of Light Goldenrod #E9DB80

Color information

#E9DB80 (or 0xE9DB80) is unknown color: approx Light Goldenrod. HEX triplet: E9, DB and 80. RGB value is (233,219,128). Sum of RGB (Red+Green+Blue) = 233+219+128=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB80 is #16247F. Grayscale: #D5D5D5. Windows color (decimal): -1451136 or 8444905. OLE color: 8444905.

HSL color Cylindrical-coordinate representation of color #E9DB80: hue angle of 52º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9DB80 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233219128-
CMYK00.060.450.09
HSL52º70.47%70.78%-
HSV(B)52º45.06%91.37%-
XYZ62.8369.5530.53-
YUV212.8180.14142.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=40.17%
G=37.76%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321912800.060.450.095270.4770.78
HexE9DB80062D9344647
Octal35133320006551164106107
Binary1110100111011011100000000110101101100111010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB80; }

 p { color: rgb(233,219,128); }

 H1.HeaderClassName
 {
   color: #E9DB80;
 }
 .AnyTagClassName
 {
   color: #E9DB80;
 }
</style>
background-color css

<style>
 a { background-color: #E9DB80; }

 a { background-color: rgb(233,219,128); }

 div.DivClassName
 {
   background-color: #E9DB80;
 }
 .BgClassName
 {
   background-color: #E9DB80;
 }
</style>
border-color css

<style>
 span { border-color: #E9DB80; }

 span { border-color: rgb(233,219,128); }

 td.TdClassName
 {
   border-color: #E9DB80;
 }
 .TagClassName
 {
   border-color: #E9DB80;
 }
</style>