#E7DD80

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

Shades of Light Goldenrod #E7DD80

Tints of Light Goldenrod #E7DD80

Color information

#E7DD80 (or 0xE7DD80) is unknown color: approx Light Goldenrod. HEX triplet: E7, DD and 80. RGB value is (231,221,128). Sum of RGB (Red+Green+Blue) = 231+221+128=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD80 is #18227F. Grayscale: #D5D5D5. Windows color (decimal): -1581696 or 8445415. OLE color: 8445415.

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

Color convert

RGB231221128-
CMYK00.040.450.09
HSL54.17º68.21%70.39%-
HSV(B)54.17º44.59%90.59%-
XYZ62.7170.2630.68-
YUV213.3979.81140.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=39.83%
G=38.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122112800.040.450.0954.1768.2170.39
HexE7DD80042D9364446
Octal34733520004551166104106
Binary1110011111011101100000000100101101100111011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DD80; }

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

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

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

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

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

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

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

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