#E9DD82

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

Shades of Light Goldenrod #E9DD82

Tints of Light Goldenrod #E9DD82

Color information

#E9DD82 (or 0xE9DD82) is unknown color: approx Light Goldenrod. HEX triplet: E9, DD and 82. RGB value is (233,221,130). Sum of RGB (Red+Green+Blue) = 233+221+130=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DD82 is #16227D. Grayscale: #D6D6D6. Windows color (decimal): -1450622 or 8576489. OLE color: 8576489.

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

Color convert

RGB233221130-
CMYK00.050.440.09
HSL53.01º70.07%71.18%-
HSV(B)53.01º44.21%91.37%-
XYZ63.4970.6531.41-
YUV214.2180.48141.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=39.90%
G=37.84%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322113000.050.440.0953.0170.0771.18
HexE9DD82052C9354647
Octal35133520205541165106107
Binary1110100111011101100000100101101100100111010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD82; }

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

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

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

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

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

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

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

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