Shades of Light Goldenrod #EDE187
Tints of Light Goldenrod #EDE187
RGB
CMYK
RGB Variations
Color information
#EDE187 (or 0xEDE187) is known color: Light Goldenrod. HEX triplet: ED, E1 and 87. RGB value is (237,225,135). Sum of RGB (Red+Green+Blue) = 237+225+135=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE187 is #121E78. Grayscale: #DADADA. Windows color (decimal): -1187449 or 8905197. OLE color: 8905197.
HSL color Cylindrical-coordinate representation of color #EDE187: hue angle of 52.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDE187 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 135 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.07 |
| HSL | 52.94º | 0.74% | 0.73% | - |
| HSV(B) | 52.94º | 0.43% | 0.93% | - |
| XYZ | 66.22 | 73.6 | 33.64 | - |
| YUV | 218.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 135 | 0 | 0.05 | 0.43 | 0.07 | 52.94 | 0.74 | 0.73 |
| Hex | ED | E1 | 87 | 0 | 5 | 2B | 7 | 35 | 4A | 49 |
| Octal | 355 | 341 | 207 | 0 | 5 | 53 | 7 | 65 | 112 | 111 |
| Binary | 11101101 | 11100001 | 10000111 | 0 | 101 | 101011 | 111 | 110101 | 1001010 | 1001001 |
Color Harmonies of #EDE187
Complementary color
Monochromatic Colors of #EDE187
Black with #EDE187
Text Example
Text Example
White with #EDE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE187; }
p { color: rgb(237,225,135); }
H1.HeaderClassName
{
color: #EDE187;
}
.AnyTagClassName
{
color: #EDE187;
}
</style>
background-color css
<style>
a { background-color: #EDE187; }
a { background-color: rgb(237,225,135); }
div.DivClassName
{
background-color: #EDE187;
}
.BgClassName
{
background-color: #EDE187;
}
</style>
border-color css
<style>
span { border-color: #EDE187; }
span { border-color: rgb(237,225,135); }
td.TdClassName
{
border-color: #EDE187;
}
.TagClassName
{
border-color: #EDE187;
}
</style>