Shades of Light Goldenrod #EEE185
Tints of Light Goldenrod #EEE185
RGB
CMYK
RGB Variations
Color information
#EEE185 (or 0xEEE185) is known color: Light Goldenrod. HEX triplet: EE, E1 and 85. RGB value is (238,225,133). Sum of RGB (Red+Green+Blue) = 238+225+133=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE185 is #111E7A. Grayscale: #DADADA. Windows color (decimal): -1121915 or 8774126. OLE color: 8774126.
HSL color Cylindrical-coordinate representation of color #EEE185: hue angle of 52.57º degrees, saturation: 0.76, 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 #EEE185 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 133 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 52.57º | 0.76% | 0.73% | - |
| HSV(B) | 52.57º | 0.44% | 0.93% | - |
| XYZ | 66.42 | 73.72 | 32.92 | - |
| YUV | 218.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 133 | 0 | 0.05 | 0.44 | 0.07 | 52.57 | 0.76 | 0.73 |
| Hex | EE | E1 | 85 | 0 | 5 | 2C | 7 | 35 | 4C | 49 |
| Octal | 356 | 341 | 205 | 0 | 5 | 54 | 7 | 65 | 114 | 111 |
| Binary | 11101110 | 11100001 | 10000101 | 0 | 101 | 101100 | 111 | 110101 | 1001100 | 1001001 |
Color Harmonies of #EEE185
Complementary color
Monochromatic Colors of #EEE185
Black with #EEE185
Text Example
Text Example
White with #EEE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE185; }
p { color: rgb(238,225,133); }
H1.HeaderClassName
{
color: #EEE185;
}
.AnyTagClassName
{
color: #EEE185;
}
</style>
background-color css
<style>
a { background-color: #EEE185; }
a { background-color: rgb(238,225,133); }
div.DivClassName
{
background-color: #EEE185;
}
.BgClassName
{
background-color: #EEE185;
}
</style>
border-color css
<style>
span { border-color: #EEE185; }
span { border-color: rgb(238,225,133); }
td.TdClassName
{
border-color: #EEE185;
}
.TagClassName
{
border-color: #EEE185;
}
</style>