Html Css Color HEX #E9DE82 Light Goldenrod

📋 copy color: '#E9DE82'

red 233 ◦ green 222 ◦ blue 130

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

Shades of Light Goldenrod #E9DE82

Tints of Light Goldenrod #E9DE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.95%

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

R = 39.83%
G = 37.95%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E9DE82 (or 0xE9DE82) is known color: Light Goldenrod. HEX triplet: E9, DE and 82. RGB value is (233,222,130). Sum of RGB (Red+Green+Blue) = 233+222+130=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE82 is #16217D. Grayscale: #D7D7D7. Windows color (decimal): -1450366 or 8576745. OLE color: 8576745.

HSL color Cylindrical-coordinate representation of color #E9DE82: hue angle of 53.59º 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 #E9DE82 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 222 130 -
CMYK 0 0.05 0.44 0.09
HSL 53.59º 0.7% 0.71% -
HSV(B) 53.59º 0.44% 0.91% -
XYZ 63.75 71.18 31.5 -
YUV 214.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 233 222 130 0 0.05 0.44 0.09 53.59 0.7 0.71
Hex E9 DE 82 0 5 2C 9 36 46 47
Octal 351 336 202 0 5 54 11 66 106 107
Binary 11101001 11011110 10000010 0 101 101100 1001 110110 1000110 1000111

Color Harmonies of #E9DE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DE82

Black with #E9DE82

Text Example


Text Example

White with #E9DE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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