Shades of Pale Goldenrod #EEE2A3
Tints of Pale Goldenrod #EEE2A3
RGB
CMYK
RGB Variations
Color information
#EEE2A3 (or 0xEEE2A3) is known color: Pale Goldenrod. HEX triplet: EE, E2 and A3. RGB value is (238,226,163). Sum of RGB (Red+Green+Blue) = 238+226+163=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2A3 is #111D5C. Grayscale: #DEDEDE. Windows color (decimal): -1121629 or 10740462. OLE color: 10740462.
HSL color Cylindrical-coordinate representation of color #EEE2A3: hue angle of 50.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEE2A3 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 163 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.07 |
| HSL | 50.4º | 0.69% | 0.79% | - |
| HSV(B) | 50.4º | 0.32% | 0.93% | - |
| XYZ | 69.07 | 75.21 | 45.53 | - |
| YUV | 222.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 163 | 0 | 0.05 | 0.32 | 0.07 | 50.4 | 0.69 | 0.79 |
| Hex | EE | E2 | A3 | 0 | 5 | 20 | 7 | 32 | 45 | 4F |
| Octal | 356 | 342 | 243 | 0 | 5 | 40 | 7 | 62 | 105 | 117 |
| Binary | 11101110 | 11100010 | 10100011 | 0 | 101 | 100000 | 111 | 110010 | 1000101 | 1001111 |
Color Harmonies of #EEE2A3
Complementary color
Monochromatic Colors of #EEE2A3
Black with #EEE2A3
Text Example
Text Example
White with #EEE2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2A3; }
p { color: rgb(238,226,163); }
H1.HeaderClassName
{
color: #EEE2A3;
}
.AnyTagClassName
{
color: #EEE2A3;
}
</style>
background-color css
<style>
a { background-color: #EEE2A3; }
a { background-color: rgb(238,226,163); }
div.DivClassName
{
background-color: #EEE2A3;
}
.BgClassName
{
background-color: #EEE2A3;
}
</style>
border-color css
<style>
span { border-color: #EEE2A3; }
span { border-color: rgb(238,226,163); }
td.TdClassName
{
border-color: #EEE2A3;
}
.TagClassName
{
border-color: #EEE2A3;
}
</style>