Shades of Light Goldenrod #EDE081
Tints of Light Goldenrod #EDE081
RGB
CMYK
RGB Variations
Color information
#EDE081 (or 0xEDE081) is known color: Light Goldenrod. HEX triplet: ED, E0 and 81. RGB value is (237,224,129). Sum of RGB (Red+Green+Blue) = 237+224+129=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE081 is #121F7E. Grayscale: #D9D9D9. Windows color (decimal): -1187711 or 8511725. OLE color: 8511725.
HSL color Cylindrical-coordinate representation of color #EDE081: hue angle of 52.78º 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 #EDE081 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 129 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 52.78º | 0.75% | 0.72% | - |
| HSV(B) | 52.78º | 0.46% | 0.93% | - |
| XYZ | 65.54 | 72.9 | 31.39 | - |
| YUV | 217.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 129 | 0 | 0.05 | 0.46 | 0.07 | 52.78 | 0.75 | 0.72 |
| Hex | ED | E0 | 81 | 0 | 5 | 2E | 7 | 35 | 4B | 48 |
| Octal | 355 | 340 | 201 | 0 | 5 | 56 | 7 | 65 | 113 | 110 |
| Binary | 11101101 | 11100000 | 10000001 | 0 | 101 | 101110 | 111 | 110101 | 1001011 | 1001000 |
Color Harmonies of #EDE081
Complementary color
Monochromatic Colors of #EDE081
Black with #EDE081
Text Example
Text Example
White with #EDE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE081; }
p { color: rgb(237,224,129); }
H1.HeaderClassName
{
color: #EDE081;
}
.AnyTagClassName
{
color: #EDE081;
}
</style>
background-color css
<style>
a { background-color: #EDE081; }
a { background-color: rgb(237,224,129); }
div.DivClassName
{
background-color: #EDE081;
}
.BgClassName
{
background-color: #EDE081;
}
</style>
border-color css
<style>
span { border-color: #EDE081; }
span { border-color: rgb(237,224,129); }
td.TdClassName
{
border-color: #EDE081;
}
.TagClassName
{
border-color: #EDE081;
}
</style>