Shades of Light Goldenrod #EEE184
Tints of Light Goldenrod #EEE184
RGB
CMYK
RGB Variations
Color information
#EEE184 (or 0xEEE184) is known color: Light Goldenrod. HEX triplet: EE, E1 and 84. RGB value is (238,225,132). Sum of RGB (Red+Green+Blue) = 238+225+132=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE184 is #111E7B. Grayscale: #DADADA. Windows color (decimal): -1121916 or 8708590. OLE color: 8708590.
HSL color Cylindrical-coordinate representation of color #EEE184: hue angle of 52.64º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE184 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 132 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.07 |
| HSL | 52.64º | 0.76% | 0.73% | - |
| HSV(B) | 52.64º | 0.45% | 0.93% | - |
| XYZ | 66.35 | 73.69 | 32.56 | - |
| YUV | 218.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 132 | 0 | 0.05 | 0.45 | 0.07 | 52.64 | 0.76 | 0.73 |
| Hex | EE | E1 | 84 | 0 | 5 | 2D | 7 | 35 | 4C | 49 |
| Octal | 356 | 341 | 204 | 0 | 5 | 55 | 7 | 65 | 114 | 111 |
| Binary | 11101110 | 11100001 | 10000100 | 0 | 101 | 101101 | 111 | 110101 | 1001100 | 1001001 |
Color Harmonies of #EEE184
Complementary color
Monochromatic Colors of #EEE184
Black with #EEE184
Text Example
Text Example
White with #EEE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE184; }
p { color: rgb(238,225,132); }
H1.HeaderClassName
{
color: #EEE184;
}
.AnyTagClassName
{
color: #EEE184;
}
</style>
background-color css
<style>
a { background-color: #EEE184; }
a { background-color: rgb(238,225,132); }
div.DivClassName
{
background-color: #EEE184;
}
.BgClassName
{
background-color: #EEE184;
}
</style>
border-color css
<style>
span { border-color: #EEE184; }
span { border-color: rgb(238,225,132); }
td.TdClassName
{
border-color: #EEE184;
}
.TagClassName
{
border-color: #EEE184;
}
</style>