#EDDC78

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

Shades of Light Goldenrod #EDDC78

Tints of Light Goldenrod #EDDC78

Color information

#EDDC78 (or 0xEDDC78) is unknown color: approx Light Goldenrod. HEX triplet: ED, DC and 78. RGB value is (237,220,120). Sum of RGB (Red+Green+Blue) = 237+220+120=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC78 is #122387. Grayscale: #D6D6D6. Windows color (decimal): -1188744 or 7920877. OLE color: 7920877.

HSL color Cylindrical-coordinate representation of color #EDDC78: hue angle of 51.28º 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 #EDDC78 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237220120-
CMYK00.070.490.07
HSL51.28º76.47%70%-
HSV(B)51.28º49.37%92.94%-
XYZ63.9170.5528.02-
YUV213.6875.13144.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 120 (47.27% from 255) = 20.80%
R=41.07%
G=38.13%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722012000.070.490.0751.2876.4770
HexEDDC7807317334c46
Octal3553341700761763114106
Binary11101101110111001111000011111000111111001110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC78; }

 p { color: rgb(237,220,120); }

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

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

 a { background-color: rgb(237,220,120); }

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

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

 span { border-color: rgb(237,220,120); }

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