Shades of Light Goldenrod #EDDE84
Tints of Light Goldenrod #EDDE84
RGB
CMYK
RGB Variations
Color information
#EDDE84 (or 0xEDDE84) is known color: Light Goldenrod. HEX triplet: ED, DE and 84. RGB value is (237,222,132). Sum of RGB (Red+Green+Blue) = 237+222+132=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE84 is #12217B. Grayscale: #D8D8D8. Windows color (decimal): -1188220 or 8707821. OLE color: 8707821.
HSL color Cylindrical-coordinate representation of color #EDDE84: hue angle of 51.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDE84 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 132 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.07 |
| HSL | 51.43º | 0.74% | 0.72% | - |
| HSV(B) | 51.43º | 0.44% | 0.93% | - |
| XYZ | 65.21 | 71.91 | 32.27 | - |
| YUV | 216.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 132 | 0 | 0.06 | 0.44 | 0.07 | 51.43 | 0.74 | 0.72 |
| Hex | ED | DE | 84 | 0 | 6 | 2C | 7 | 33 | 4A | 48 |
| Octal | 355 | 336 | 204 | 0 | 6 | 54 | 7 | 63 | 112 | 110 |
| Binary | 11101101 | 11011110 | 10000100 | 0 | 110 | 101100 | 111 | 110011 | 1001010 | 1001000 |
Color Harmonies of #EDDE84
Complementary color
Monochromatic Colors of #EDDE84
Black with #EDDE84
Text Example
Text Example
White with #EDDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE84; }
p { color: rgb(237,222,132); }
H1.HeaderClassName
{
color: #EDDE84;
}
.AnyTagClassName
{
color: #EDDE84;
}
</style>
background-color css
<style>
a { background-color: #EDDE84; }
a { background-color: rgb(237,222,132); }
div.DivClassName
{
background-color: #EDDE84;
}
.BgClassName
{
background-color: #EDDE84;
}
</style>
border-color css
<style>
span { border-color: #EDDE84; }
span { border-color: rgb(237,222,132); }
td.TdClassName
{
border-color: #EDDE84;
}
.TagClassName
{
border-color: #EDDE84;
}
</style>