Shades of Light Goldenrod #EEE085
Tints of Light Goldenrod #EEE085
RGB
CMYK
RGB Variations
Color information
#EEE085 (or 0xEEE085) is known color: Light Goldenrod. HEX triplet: EE, E0 and 85. RGB value is (238,224,133). Sum of RGB (Red+Green+Blue) = 238+224+133=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE085 is #111F7A. Grayscale: #DADADA. Windows color (decimal): -1122171 or 8773870. OLE color: 8773870.
HSL color Cylindrical-coordinate representation of color #EEE085: hue angle of 52º 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 #EEE085 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 133 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.07 |
| HSL | 52º | 0.76% | 0.73% | - |
| HSV(B) | 52º | 0.44% | 0.93% | - |
| XYZ | 66.15 | 73.18 | 32.83 | - |
| YUV | 217.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 133 | 0 | 0.06 | 0.44 | 0.07 | 52 | 0.76 | 0.73 |
| Hex | EE | E0 | 85 | 0 | 6 | 2C | 7 | 34 | 4C | 49 |
| Octal | 356 | 340 | 205 | 0 | 6 | 54 | 7 | 64 | 114 | 111 |
| Binary | 11101110 | 11100000 | 10000101 | 0 | 110 | 101100 | 111 | 110100 | 1001100 | 1001001 |
Color Harmonies of #EEE085
Complementary color
Monochromatic Colors of #EEE085
Black with #EEE085
Text Example
Text Example
White with #EEE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE085; }
p { color: rgb(238,224,133); }
H1.HeaderClassName
{
color: #EEE085;
}
.AnyTagClassName
{
color: #EEE085;
}
</style>
background-color css
<style>
a { background-color: #EEE085; }
a { background-color: rgb(238,224,133); }
div.DivClassName
{
background-color: #EEE085;
}
.BgClassName
{
background-color: #EEE085;
}
</style>
border-color css
<style>
span { border-color: #EEE085; }
span { border-color: rgb(238,224,133); }
td.TdClassName
{
border-color: #EEE085;
}
.TagClassName
{
border-color: #EEE085;
}
</style>