Html Css Color HEX #E9DB82 Light Goldenrod

📋 copy color: '#E9DB82'

red 233 ◦ green 219 ◦ blue 130

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

Shades of Light Goldenrod #E9DB82

Tints of Light Goldenrod #E9DB82

RGB

 RED value IS 233 (91.41% from 255) = 40.03%

 GREEN value IS 219 (85.94% from 255) = 37.63%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 40.03%
G = 37.63%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E9DB82 (or 0xE9DB82) is known color: Light Goldenrod. HEX triplet: E9, DB and 82. RGB value is (233,219,130). Sum of RGB (Red+Green+Blue) = 233+219+130=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB82 is #16247D. Grayscale: #D5D5D5. Windows color (decimal): -1451134 or 8575977. OLE color: 8575977.

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

Color convert

RGB 233 219 130 -
CMYK 0 0.06 0.44 0.09
HSL 51.84º 0.7% 0.71% -
HSV(B) 51.84º 0.44% 0.91% -
XYZ 62.97 69.6 31.23 -
YUV 213.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 233 219 130 0 0.06 0.44 0.09 51.84 0.7 0.71
Hex E9 DB 82 0 6 2C 9 34 46 47
Octal 351 333 202 0 6 54 11 64 106 107
Binary 11101001 11011011 10000010 0 110 101100 1001 110100 1000110 1000111

Color Harmonies of #E9DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DB82

Black with #E9DB82

Text Example


Text Example

White with #E9DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DB82; }

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

 H1.HeaderClassName
 {
   color: #E9DB82;
 }
 .AnyTagClassName
 {
   color: #E9DB82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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