Shades of Light Goldenrod #EDE185
Tints of Light Goldenrod #EDE185
RGB
CMYK
RGB Variations
Color information
#EDE185 (or 0xEDE185) is known color: Light Goldenrod. HEX triplet: ED, E1 and 85. RGB value is (237,225,133). Sum of RGB (Red+Green+Blue) = 237+225+133=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE185 is #121E7A. Grayscale: #DADADA. Windows color (decimal): -1187451 or 8774125. OLE color: 8774125.
HSL color Cylindrical-coordinate representation of color #EDE185: hue angle of 53.08º 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 #EDE185 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 133 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 53.08º | 0.74% | 0.73% | - |
| HSV(B) | 53.08º | 0.44% | 0.93% | - |
| XYZ | 66.08 | 73.55 | 32.9 | - |
| YUV | 218.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 133 | 0 | 0.05 | 0.44 | 0.07 | 53.08 | 0.74 | 0.73 |
| Hex | ED | E1 | 85 | 0 | 5 | 2C | 7 | 35 | 4A | 49 |
| Octal | 355 | 341 | 205 | 0 | 5 | 54 | 7 | 65 | 112 | 111 |
| Binary | 11101101 | 11100001 | 10000101 | 0 | 101 | 101100 | 111 | 110101 | 1001010 | 1001001 |
Color Harmonies of #EDE185
Complementary color
Monochromatic Colors of #EDE185
Black with #EDE185
Text Example
Text Example
White with #EDE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE185; }
p { color: rgb(237,225,133); }
H1.HeaderClassName
{
color: #EDE185;
}
.AnyTagClassName
{
color: #EDE185;
}
</style>
background-color css
<style>
a { background-color: #EDE185; }
a { background-color: rgb(237,225,133); }
div.DivClassName
{
background-color: #EDE185;
}
.BgClassName
{
background-color: #EDE185;
}
</style>
border-color css
<style>
span { border-color: #EDE185; }
span { border-color: rgb(237,225,133); }
td.TdClassName
{
border-color: #EDE185;
}
.TagClassName
{
border-color: #EDE185;
}
</style>