#EEDF80

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

Shades of Light Goldenrod #EEDF80

Tints of Light Goldenrod #EEDF80

Color information

#EEDF80 (or 0xEEDF80) is unknown color: approx Light Goldenrod. HEX triplet: EE, DF and 80. RGB value is (238,223,128). Sum of RGB (Red+Green+Blue) = 238+223+128=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF80 is #11207F. Grayscale: #D9D9D9. Windows color (decimal): -1122432 or 8445934. OLE color: 8445934.

HSL color Cylindrical-coordinate representation of color #EEDF80: hue angle of 51.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEDF80 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238223128-
CMYK00.060.460.07
HSL51.82º76.39%71.76%-
HSV(B)51.82º46.22%93.33%-
XYZ65.5472.5130.96-
YUV216.6677.97143.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 128 (50.39% from 255) = 21.73%
R=40.41%
G=37.86%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822312800.060.460.0751.8276.3971.76
HexEEDF80062E7344c48
Octal3563372000656764114110
Binary111011101101111110000000011010111011111010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF80; }

 p { color: rgb(238,223,128); }

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

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

 a { background-color: rgb(238,223,128); }

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

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

 span { border-color: rgb(238,223,128); }

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