Shades of Light Goldenrod #EEE186
Tints of Light Goldenrod #EEE186
RGB
CMYK
RGB Variations
Color information
#EEE186 (or 0xEEE186) is known color: Light Goldenrod. HEX triplet: EE, E1 and 86. RGB value is (238,225,134). Sum of RGB (Red+Green+Blue) = 238+225+134=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE186 is #111E79. Grayscale: #DADADA. Windows color (decimal): -1121914 or 8839662. OLE color: 8839662.
HSL color Cylindrical-coordinate representation of color #EEE186: hue angle of 52.5º degrees, saturation: 0.75, 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 #EEE186 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 134 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 52.5º | 0.75% | 0.73% | - |
| HSV(B) | 52.5º | 0.44% | 0.93% | - |
| XYZ | 66.49 | 73.75 | 33.28 | - |
| YUV | 218.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 134 | 0 | 0.05 | 0.44 | 0.07 | 52.5 | 0.75 | 0.73 |
| Hex | EE | E1 | 86 | 0 | 5 | 2C | 7 | 34 | 4B | 49 |
| Octal | 356 | 341 | 206 | 0 | 5 | 54 | 7 | 64 | 113 | 111 |
| Binary | 11101110 | 11100001 | 10000110 | 0 | 101 | 101100 | 111 | 110100 | 1001011 | 1001001 |
Color Harmonies of #EEE186
Complementary color
Monochromatic Colors of #EEE186
Black with #EEE186
Text Example
Text Example
White with #EEE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE186; }
p { color: rgb(238,225,134); }
H1.HeaderClassName
{
color: #EEE186;
}
.AnyTagClassName
{
color: #EEE186;
}
</style>
background-color css
<style>
a { background-color: #EEE186; }
a { background-color: rgb(238,225,134); }
div.DivClassName
{
background-color: #EEE186;
}
.BgClassName
{
background-color: #EEE186;
}
</style>
border-color css
<style>
span { border-color: #EEE186; }
span { border-color: rgb(238,225,134); }
td.TdClassName
{
border-color: #EEE186;
}
.TagClassName
{
border-color: #EEE186;
}
</style>