Html Css Color HEX #E9DB80 Light Goldenrod

📋 copy color: '#E9DB80'

red 233 ◦ green 219 ◦ blue 128

#E9DB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #E9DB80

Tints of Light Goldenrod #E9DB80

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 value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9DB80 (or 0xE9DB80) is known color: 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

RGB 233 219 128 -
CMYK 0 0.06 0.45 0.09
HSL 52º 0.7% 0.71% -
HSV(B) 52º 0.45% 0.91% -
XYZ 62.83 69.55 30.53 -
YUV 212.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 233 219 128 0 0.06 0.45 0.09 52 0.7 0.71
Hex E9 DB 80 0 6 2D 9 34 46 47
Octal 351 333 200 0 6 55 11 64 106 107
Binary 11101001 11011011 10000000 0 110 101101 1001 110100 1000110 1000111

Color Harmonies of #E9DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DB80

Black with #E9DB80

Text Example


Text Example

White with #E9DB80

Text Example


Text Example

HTML Codes & Css Web 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>