Shades of Pale Goldenrod #EEE2A1
Tints of Pale Goldenrod #EEE2A1
RGB
CMYK
RGB Variations
Color information
#EEE2A1 (or 0xEEE2A1) is known color: Pale Goldenrod. HEX triplet: EE, E2 and A1. RGB value is (238,226,161). Sum of RGB (Red+Green+Blue) = 238+226+161=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2A1 is #111D5E. Grayscale: #DEDEDE. Windows color (decimal): -1121631 or 10609390. OLE color: 10609390.
HSL color Cylindrical-coordinate representation of color #EEE2A1: hue angle of 50.65º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEE2A1 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 161 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.07 |
| HSL | 50.65º | 0.69% | 0.78% | - |
| HSV(B) | 50.65º | 0.32% | 0.93% | - |
| XYZ | 68.89 | 75.14 | 44.59 | - |
| YUV | 222.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 161 | 0 | 0.05 | 0.32 | 0.07 | 50.65 | 0.69 | 0.78 |
| Hex | EE | E2 | A1 | 0 | 5 | 20 | 7 | 33 | 45 | 4E |
| Octal | 356 | 342 | 241 | 0 | 5 | 40 | 7 | 63 | 105 | 116 |
| Binary | 11101110 | 11100010 | 10100001 | 0 | 101 | 100000 | 111 | 110011 | 1000101 | 1001110 |
Color Harmonies of #EEE2A1
Complementary color
Monochromatic Colors of #EEE2A1
Black with #EEE2A1
Text Example
Text Example
White with #EEE2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2A1; }
p { color: rgb(238,226,161); }
H1.HeaderClassName
{
color: #EEE2A1;
}
.AnyTagClassName
{
color: #EEE2A1;
}
</style>
background-color css
<style>
a { background-color: #EEE2A1; }
a { background-color: rgb(238,226,161); }
div.DivClassName
{
background-color: #EEE2A1;
}
.BgClassName
{
background-color: #EEE2A1;
}
</style>
border-color css
<style>
span { border-color: #EEE2A1; }
span { border-color: rgb(238,226,161); }
td.TdClassName
{
border-color: #EEE2A1;
}
.TagClassName
{
border-color: #EEE2A1;
}
</style>