Shades of Light Goldenrod #EDE082
Tints of Light Goldenrod #EDE082
RGB
CMYK
RGB Variations
Color information
#EDE082 (or 0xEDE082) is known color: Light Goldenrod. HEX triplet: ED, E0 and 82. RGB value is (237,224,130). Sum of RGB (Red+Green+Blue) = 237+224+130=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE082 is #121F7D. Grayscale: #D9D9D9. Windows color (decimal): -1187710 or 8577261. OLE color: 8577261.
HSL color Cylindrical-coordinate representation of color #EDE082: hue angle of 52.71º 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 #EDE082 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 130 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.07 |
| HSL | 52.71º | 0.75% | 0.72% | - |
| HSV(B) | 52.71º | 0.45% | 0.93% | - |
| XYZ | 65.61 | 72.93 | 31.74 | - |
| YUV | 217.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 130 | 0 | 0.05 | 0.45 | 0.07 | 52.71 | 0.75 | 0.72 |
| Hex | ED | E0 | 82 | 0 | 5 | 2D | 7 | 35 | 4B | 48 |
| Octal | 355 | 340 | 202 | 0 | 5 | 55 | 7 | 65 | 113 | 110 |
| Binary | 11101101 | 11100000 | 10000010 | 0 | 101 | 101101 | 111 | 110101 | 1001011 | 1001000 |
Color Harmonies of #EDE082
Complementary color
Monochromatic Colors of #EDE082
Black with #EDE082
Text Example
Text Example
White with #EDE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE082; }
p { color: rgb(237,224,130); }
H1.HeaderClassName
{
color: #EDE082;
}
.AnyTagClassName
{
color: #EDE082;
}
</style>
background-color css
<style>
a { background-color: #EDE082; }
a { background-color: rgb(237,224,130); }
div.DivClassName
{
background-color: #EDE082;
}
.BgClassName
{
background-color: #EDE082;
}
</style>
border-color css
<style>
span { border-color: #EDE082; }
span { border-color: rgb(237,224,130); }
td.TdClassName
{
border-color: #EDE082;
}
.TagClassName
{
border-color: #EDE082;
}
</style>