Shades of Light Goldenrod #EDDD78
Tints of Light Goldenrod #EDDD78
RGB
CMYK
RGB Variations
Color information
#EDDD78 (or 0xEDDD78) is known color: Light Goldenrod. HEX triplet: ED, DD and 78. RGB value is (237,221,120). Sum of RGB (Red+Green+Blue) = 237+221+120=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD78 is #122287. Grayscale: #D6D6D6. Windows color (decimal): -1188488 or 7921133. OLE color: 7921133.
HSL color Cylindrical-coordinate representation of color #EDDD78: hue angle of 51.79º 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 #EDDD78 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 120 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.07 |
| HSL | 51.79º | 0.76% | 0.7% | - |
| HSV(B) | 51.79º | 0.49% | 0.93% | - |
| XYZ | 64.17 | 71.07 | 28.11 | - |
| YUV | 214.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 120 | 0 | 0.07 | 0.49 | 0.07 | 51.79 | 0.76 | 0.7 |
| Hex | ED | DD | 78 | 0 | 7 | 31 | 7 | 34 | 4C | 46 |
| Octal | 355 | 335 | 170 | 0 | 7 | 61 | 7 | 64 | 114 | 106 |
| Binary | 11101101 | 11011101 | 1111000 | 0 | 111 | 110001 | 111 | 110100 | 1001100 | 1000110 |
Color Harmonies of #EDDD78
Complementary color
Monochromatic Colors of #EDDD78
Black with #EDDD78
Text Example
Text Example
White with #EDDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD78; }
p { color: rgb(237,221,120); }
H1.HeaderClassName
{
color: #EDDD78;
}
.AnyTagClassName
{
color: #EDDD78;
}
</style>
background-color css
<style>
a { background-color: #EDDD78; }
a { background-color: rgb(237,221,120); }
div.DivClassName
{
background-color: #EDDD78;
}
.BgClassName
{
background-color: #EDDD78;
}
</style>
border-color css
<style>
span { border-color: #EDDD78; }
span { border-color: rgb(237,221,120); }
td.TdClassName
{
border-color: #EDDD78;
}
.TagClassName
{
border-color: #EDDD78;
}
</style>