Shades of Light Goldenrod #EDE080
Tints of Light Goldenrod #EDE080
RGB
CMYK
RGB Variations
Color information
#EDE080 (or 0xEDE080) is known color: Light Goldenrod. HEX triplet: ED, E0 and 80. RGB value is (237,224,128). Sum of RGB (Red+Green+Blue) = 237+224+128=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE080 is #121F7F. Grayscale: #D9D9D9. Windows color (decimal): -1187712 or 8446189. OLE color: 8446189.
HSL color Cylindrical-coordinate representation of color #EDE080: hue angle of 52.84º 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 #EDE080 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 128 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 52.84º | 0.75% | 0.72% | - |
| HSV(B) | 52.84º | 0.46% | 0.93% | - |
| XYZ | 65.48 | 72.87 | 31.04 | - |
| YUV | 216.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 128 | 0 | 0.05 | 0.46 | 0.07 | 52.84 | 0.75 | 0.72 |
| Hex | ED | E0 | 80 | 0 | 5 | 2E | 7 | 35 | 4B | 48 |
| Octal | 355 | 340 | 200 | 0 | 5 | 56 | 7 | 65 | 113 | 110 |
| Binary | 11101101 | 11100000 | 10000000 | 0 | 101 | 101110 | 111 | 110101 | 1001011 | 1001000 |
Color Harmonies of #EDE080
Complementary color
Monochromatic Colors of #EDE080
Black with #EDE080
Text Example
Text Example
White with #EDE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE080; }
p { color: rgb(237,224,128); }
H1.HeaderClassName
{
color: #EDE080;
}
.AnyTagClassName
{
color: #EDE080;
}
</style>
background-color css
<style>
a { background-color: #EDE080; }
a { background-color: rgb(237,224,128); }
div.DivClassName
{
background-color: #EDE080;
}
.BgClassName
{
background-color: #EDE080;
}
</style>
border-color css
<style>
span { border-color: #EDE080; }
span { border-color: rgb(237,224,128); }
td.TdClassName
{
border-color: #EDE080;
}
.TagClassName
{
border-color: #EDE080;
}
</style>