Shades of Light Goldenrod #EDE085
Tints of Light Goldenrod #EDE085
RGB
CMYK
RGB Variations
Color information
#EDE085 (or 0xEDE085) is known color: Light Goldenrod. HEX triplet: ED, E0 and 85. RGB value is (237,224,133). Sum of RGB (Red+Green+Blue) = 237+224+133=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE085 is #121F7A. Grayscale: #D9D9D9. Windows color (decimal): -1187707 or 8773869. OLE color: 8773869.
HSL color Cylindrical-coordinate representation of color #EDE085: hue angle of 52.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE085 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 133 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 52.5º | 0.74% | 0.73% | - |
| HSV(B) | 52.5º | 0.44% | 0.93% | - |
| XYZ | 65.81 | 73.01 | 32.81 | - |
| YUV | 217.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 133 | 0 | 0.05 | 0.44 | 0.07 | 52.5 | 0.74 | 0.73 |
| Hex | ED | E0 | 85 | 0 | 5 | 2C | 7 | 34 | 4A | 49 |
| Octal | 355 | 340 | 205 | 0 | 5 | 54 | 7 | 64 | 112 | 111 |
| Binary | 11101101 | 11100000 | 10000101 | 0 | 101 | 101100 | 111 | 110100 | 1001010 | 1001001 |
Color Harmonies of #EDE085
Complementary color
Monochromatic Colors of #EDE085
Black with #EDE085
Text Example
Text Example
White with #EDE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE085; }
p { color: rgb(237,224,133); }
H1.HeaderClassName
{
color: #EDE085;
}
.AnyTagClassName
{
color: #EDE085;
}
</style>
background-color css
<style>
a { background-color: #EDE085; }
a { background-color: rgb(237,224,133); }
div.DivClassName
{
background-color: #EDE085;
}
.BgClassName
{
background-color: #EDE085;
}
</style>
border-color css
<style>
span { border-color: #EDE085; }
span { border-color: rgb(237,224,133); }
td.TdClassName
{
border-color: #EDE085;
}
.TagClassName
{
border-color: #EDE085;
}
</style>