Shades of Light Goldenrod #EDDE80
Tints of Light Goldenrod #EDDE80
RGB
CMYK
RGB Variations
Color information
#EDDE80 (or 0xEDDE80) is known color: Light Goldenrod. HEX triplet: ED, DE and 80. RGB value is (237,222,128). Sum of RGB (Red+Green+Blue) = 237+222+128=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE80 is #12217F. Grayscale: #D8D8D8. Windows color (decimal): -1188224 or 8445677. OLE color: 8445677.
HSL color Cylindrical-coordinate representation of color #EDDE80: hue angle of 51.74º degrees, saturation: 0.75, 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 #EDDE80 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 128 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.07 |
| HSL | 51.74º | 0.75% | 0.72% | - |
| HSV(B) | 51.74º | 0.46% | 0.93% | - |
| XYZ | 64.94 | 71.81 | 30.86 | - |
| YUV | 215.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 128 | 0 | 0.06 | 0.46 | 0.07 | 51.74 | 0.75 | 0.72 |
| Hex | ED | DE | 80 | 0 | 6 | 2E | 7 | 34 | 4B | 48 |
| Octal | 355 | 336 | 200 | 0 | 6 | 56 | 7 | 64 | 113 | 110 |
| Binary | 11101101 | 11011110 | 10000000 | 0 | 110 | 101110 | 111 | 110100 | 1001011 | 1001000 |
Color Harmonies of #EDDE80
Complementary color
Monochromatic Colors of #EDDE80
Black with #EDDE80
Text Example
Text Example
White with #EDDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE80; }
p { color: rgb(237,222,128); }
H1.HeaderClassName
{
color: #EDDE80;
}
.AnyTagClassName
{
color: #EDDE80;
}
</style>
background-color css
<style>
a { background-color: #EDDE80; }
a { background-color: rgb(237,222,128); }
div.DivClassName
{
background-color: #EDDE80;
}
.BgClassName
{
background-color: #EDDE80;
}
</style>
border-color css
<style>
span { border-color: #EDDE80; }
span { border-color: rgb(237,222,128); }
td.TdClassName
{
border-color: #EDDE80;
}
.TagClassName
{
border-color: #EDDE80;
}
</style>