Shades of Light Goldenrod #EDE186
Tints of Light Goldenrod #EDE186
RGB
CMYK
RGB Variations
Color information
#EDE186 (or 0xEDE186) is known color: Light Goldenrod. HEX triplet: ED, E1 and 86. RGB value is (237,225,134). Sum of RGB (Red+Green+Blue) = 237+225+134=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE186 is #121E79. Grayscale: #DADADA. Windows color (decimal): -1187450 or 8839661. OLE color: 8839661.
HSL color Cylindrical-coordinate representation of color #EDE186: hue angle of 53.01º 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 #EDE186 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 134 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.07 |
| HSL | 53.01º | 0.74% | 0.73% | - |
| HSV(B) | 53.01º | 0.43% | 0.93% | - |
| XYZ | 66.15 | 73.58 | 33.27 | - |
| YUV | 218.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 134 | 0 | 0.05 | 0.43 | 0.07 | 53.01 | 0.74 | 0.73 |
| Hex | ED | E1 | 86 | 0 | 5 | 2B | 7 | 35 | 4A | 49 |
| Octal | 355 | 341 | 206 | 0 | 5 | 53 | 7 | 65 | 112 | 111 |
| Binary | 11101101 | 11100001 | 10000110 | 0 | 101 | 101011 | 111 | 110101 | 1001010 | 1001001 |
Color Harmonies of #EDE186
Complementary color
Monochromatic Colors of #EDE186
Black with #EDE186
Text Example
Text Example
White with #EDE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE186; }
p { color: rgb(237,225,134); }
H1.HeaderClassName
{
color: #EDE186;
}
.AnyTagClassName
{
color: #EDE186;
}
</style>
background-color css
<style>
a { background-color: #EDE186; }
a { background-color: rgb(237,225,134); }
div.DivClassName
{
background-color: #EDE186;
}
.BgClassName
{
background-color: #EDE186;
}
</style>
border-color css
<style>
span { border-color: #EDE186; }
span { border-color: rgb(237,225,134); }
td.TdClassName
{
border-color: #EDE186;
}
.TagClassName
{
border-color: #EDE186;
}
</style>