Shades of Light Goldenrod #EDDE82
Tints of Light Goldenrod #EDDE82
RGB
CMYK
RGB Variations
Color information
#EDDE82 (or 0xEDDE82) is known color: Light Goldenrod. HEX triplet: ED, DE and 82. RGB value is (237,222,130). Sum of RGB (Red+Green+Blue) = 237+222+130=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE82 is #12217D. Grayscale: #D8D8D8. Windows color (decimal): -1188222 or 8576749. OLE color: 8576749.
HSL color Cylindrical-coordinate representation of color #EDDE82: hue angle of 51.59º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDDE82 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 130 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.07 |
| HSL | 51.59º | 0.75% | 0.72% | - |
| HSV(B) | 51.59º | 0.45% | 0.93% | - |
| XYZ | 65.08 | 71.86 | 31.56 | - |
| YUV | 216 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 130 | 0 | 0.06 | 0.45 | 0.07 | 51.59 | 0.75 | 0.72 |
| Hex | ED | DE | 82 | 0 | 6 | 2D | 7 | 34 | 4B | 48 |
| Octal | 355 | 336 | 202 | 0 | 6 | 55 | 7 | 64 | 113 | 110 |
| Binary | 11101101 | 11011110 | 10000010 | 0 | 110 | 101101 | 111 | 110100 | 1001011 | 1001000 |
Color Harmonies of #EDDE82
Complementary color
Monochromatic Colors of #EDDE82
Black with #EDDE82
Text Example
Text Example
White with #EDDE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE82; }
p { color: rgb(237,222,130); }
H1.HeaderClassName
{
color: #EDDE82;
}
.AnyTagClassName
{
color: #EDDE82;
}
</style>
background-color css
<style>
a { background-color: #EDDE82; }
a { background-color: rgb(237,222,130); }
div.DivClassName
{
background-color: #EDDE82;
}
.BgClassName
{
background-color: #EDDE82;
}
</style>
border-color css
<style>
span { border-color: #EDDE82; }
span { border-color: rgb(237,222,130); }
td.TdClassName
{
border-color: #EDDE82;
}
.TagClassName
{
border-color: #EDDE82;
}
</style>