Shades of Light Goldenrod #EDE084
Tints of Light Goldenrod #EDE084
RGB
CMYK
RGB Variations
Color information
#EDE084 (or 0xEDE084) is known color: Light Goldenrod. HEX triplet: ED, E0 and 84. RGB value is (237,224,132). Sum of RGB (Red+Green+Blue) = 237+224+132=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE084 is #121F7B. Grayscale: #D9D9D9. Windows color (decimal): -1187708 or 8708333. OLE color: 8708333.
HSL color Cylindrical-coordinate representation of color #EDE084: hue angle of 52.57º 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 #EDE084 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 132 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 52.57º | 0.74% | 0.72% | - |
| HSV(B) | 52.57º | 0.44% | 0.93% | - |
| XYZ | 65.75 | 72.98 | 32.45 | - |
| YUV | 217.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 132 | 0 | 0.05 | 0.44 | 0.07 | 52.57 | 0.74 | 0.72 |
| Hex | ED | E0 | 84 | 0 | 5 | 2C | 7 | 35 | 4A | 48 |
| Octal | 355 | 340 | 204 | 0 | 5 | 54 | 7 | 65 | 112 | 110 |
| Binary | 11101101 | 11100000 | 10000100 | 0 | 101 | 101100 | 111 | 110101 | 1001010 | 1001000 |
Color Harmonies of #EDE084
Complementary color
Monochromatic Colors of #EDE084
Black with #EDE084
Text Example
Text Example
White with #EDE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE084; }
p { color: rgb(237,224,132); }
H1.HeaderClassName
{
color: #EDE084;
}
.AnyTagClassName
{
color: #EDE084;
}
</style>
background-color css
<style>
a { background-color: #EDE084; }
a { background-color: rgb(237,224,132); }
div.DivClassName
{
background-color: #EDE084;
}
.BgClassName
{
background-color: #EDE084;
}
</style>
border-color css
<style>
span { border-color: #EDE084; }
span { border-color: rgb(237,224,132); }
td.TdClassName
{
border-color: #EDE084;
}
.TagClassName
{
border-color: #EDE084;
}
</style>