Shades of Light Goldenrod #EEE281
Tints of Light Goldenrod #EEE281
RGB
CMYK
RGB Variations
Color information
#EEE281 (or 0xEEE281) is known color: Light Goldenrod. HEX triplet: EE, E2 and 81. RGB value is (238,226,129). Sum of RGB (Red+Green+Blue) = 238+226+129=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE281 is #111D7E. Grayscale: #DADADA. Windows color (decimal): -1121663 or 8512238. OLE color: 8512238.
HSL color Cylindrical-coordinate representation of color #EEE281: hue angle of 53.39º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEE281 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 129 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 53.39º | 0.76% | 0.72% | - |
| HSV(B) | 53.39º | 0.46% | 0.93% | - |
| XYZ | 66.42 | 74.15 | 31.58 | - |
| YUV | 218.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 129 | 0 | 0.05 | 0.46 | 0.07 | 53.39 | 0.76 | 0.72 |
| Hex | EE | E2 | 81 | 0 | 5 | 2E | 7 | 35 | 4C | 48 |
| Octal | 356 | 342 | 201 | 0 | 5 | 56 | 7 | 65 | 114 | 110 |
| Binary | 11101110 | 11100010 | 10000001 | 0 | 101 | 101110 | 111 | 110101 | 1001100 | 1001000 |
Color Harmonies of #EEE281
Complementary color
Monochromatic Colors of #EEE281
Black with #EEE281
Text Example
Text Example
White with #EEE281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE281; }
p { color: rgb(238,226,129); }
H1.HeaderClassName
{
color: #EEE281;
}
.AnyTagClassName
{
color: #EEE281;
}
</style>
background-color css
<style>
a { background-color: #EEE281; }
a { background-color: rgb(238,226,129); }
div.DivClassName
{
background-color: #EEE281;
}
.BgClassName
{
background-color: #EEE281;
}
</style>
border-color css
<style>
span { border-color: #EEE281; }
span { border-color: rgb(238,226,129); }
td.TdClassName
{
border-color: #EEE281;
}
.TagClassName
{
border-color: #EEE281;
}
</style>