#EEDD7C

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

Shades of Light Goldenrod #EEDD7C

Tints of Light Goldenrod #EEDD7C

Color information

#EEDD7C (or 0xEEDD7C) is unknown color: approx Light Goldenrod. HEX triplet: EE, DD and 7C. RGB value is (238,221,124). Sum of RGB (Red+Green+Blue) = 238+221+124=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD7C is #112283. Grayscale: #D7D7D7. Windows color (decimal): -1122948 or 8183278. OLE color: 8183278.

HSL color Cylindrical-coordinate representation of color #EEDD7C: hue angle of 51.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEDD7C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238221124-
CMYK00.070.480.07
HSL51.05º77.03%70.98%-
HSV(B)51.05º47.9%93.33%-
XYZ64.7571.3529.43-
YUV215.0276.63144.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 124 (48.83% from 255) = 21.27%
R=40.82%
G=37.91%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822112400.070.480.0751.0577.0370.98
HexEEDD7C07307334d47
Octal3563351740760763115107
Binary11101110110111011111100011111000011111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD7C; }

 p { color: rgb(238,221,124); }

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

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

 a { background-color: rgb(238,221,124); }

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

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

 span { border-color: rgb(238,221,124); }

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