Shades of Pale Goldenrod #EEE2A2
Tints of Pale Goldenrod #EEE2A2
RGB
CMYK
RGB Variations
Color information
#EEE2A2 (or 0xEEE2A2) is known color: Pale Goldenrod. HEX triplet: EE, E2 and A2. RGB value is (238,226,162). Sum of RGB (Red+Green+Blue) = 238+226+162=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2A2 is #111D5D. Grayscale: #DEDEDE. Windows color (decimal): -1121630 or 10674926. OLE color: 10674926.
HSL color Cylindrical-coordinate representation of color #EEE2A2: hue angle of 50.53º 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 #EEE2A2 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 162 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.07 |
| HSL | 50.53º | 0.69% | 0.78% | - |
| HSV(B) | 50.53º | 0.32% | 0.93% | - |
| XYZ | 68.98 | 75.18 | 45.06 | - |
| YUV | 222.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 162 | 0 | 0.05 | 0.32 | 0.07 | 50.53 | 0.69 | 0.78 |
| Hex | EE | E2 | A2 | 0 | 5 | 20 | 7 | 33 | 45 | 4E |
| Octal | 356 | 342 | 242 | 0 | 5 | 40 | 7 | 63 | 105 | 116 |
| Binary | 11101110 | 11100010 | 10100010 | 0 | 101 | 100000 | 111 | 110011 | 1000101 | 1001110 |
Color Harmonies of #EEE2A2
Complementary color
Monochromatic Colors of #EEE2A2
Black with #EEE2A2
Text Example
Text Example
White with #EEE2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2A2; }
p { color: rgb(238,226,162); }
H1.HeaderClassName
{
color: #EEE2A2;
}
.AnyTagClassName
{
color: #EEE2A2;
}
</style>
background-color css
<style>
a { background-color: #EEE2A2; }
a { background-color: rgb(238,226,162); }
div.DivClassName
{
background-color: #EEE2A2;
}
.BgClassName
{
background-color: #EEE2A2;
}
</style>
border-color css
<style>
span { border-color: #EEE2A2; }
span { border-color: rgb(238,226,162); }
td.TdClassName
{
border-color: #EEE2A2;
}
.TagClassName
{
border-color: #EEE2A2;
}
</style>