#EDDF79

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

Shades of Light Goldenrod #EDDF79

Tints of Light Goldenrod #EDDF79

Color information

#EDDF79 (or 0xEDDF79) is unknown color: approx Light Goldenrod. HEX triplet: ED, DF and 79. RGB value is (237,223,121). Sum of RGB (Red+Green+Blue) = 237+223+121=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF79 is #122086. Grayscale: #D7D7D7. Windows color (decimal): -1187975 or 7987181. OLE color: 7987181.

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

Color convert

RGB237223121-
CMYK00.060.490.07
HSL52.76º76.32%70.2%-
HSV(B)52.76º48.95%92.94%-
XYZ64.7672.1628.6-
YUV215.5674.64143.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 121 (47.66% from 255) = 20.83%
R=40.79%
G=38.38%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722312100.060.490.0752.7676.3270.2
HexEDDF7906317354c46
Octal3553371710661765114106
Binary11101101110111111111001011011000111111010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF79; }

 p { color: rgb(237,223,121); }

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

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

 a { background-color: rgb(237,223,121); }

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

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

 span { border-color: rgb(237,223,121); }

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