#E8DD80

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

Shades of Light Goldenrod #E8DD80

Tints of Light Goldenrod #E8DD80

Color information

#E8DD80 (or 0xE8DD80) is unknown color: approx Light Goldenrod. HEX triplet: E8, DD and 80. RGB value is (232,221,128). Sum of RGB (Red+Green+Blue) = 232+221+128=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD80 is #17227F. Grayscale: #D6D6D6. Windows color (decimal): -1516160 or 8445416. OLE color: 8445416.

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

Color convert

RGB232221128-
CMYK00.050.450.09
HSL53.65º69.33%70.59%-
HSV(B)53.65º44.83%90.98%-
XYZ63.0370.4330.69-
YUV213.6979.64141.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 128 (50.39% from 255) = 22.03%
R=39.93%
G=38.04%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222112800.050.450.0953.6569.3370.59
HexE8DD80052D9364547
Octal35033520005551166105107
Binary1110100011011101100000000101101101100111011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DD80; }

 p { color: rgb(232,221,128); }

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

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

 a { background-color: rgb(232,221,128); }

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

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

 span { border-color: rgb(232,221,128); }

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