Shades of Pale Goldenrod #EEE5A3
Tints of Pale Goldenrod #EEE5A3
RGB
CMYK
RGB Variations
Color information
#EEE5A3 (or 0xEEE5A3) is known color: Pale Goldenrod. HEX triplet: EE, E5 and A3. RGB value is (238,229,163). Sum of RGB (Red+Green+Blue) = 238+229+163=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5A3 is #111A5C. Grayscale: #E0E0E0. Windows color (decimal): -1120861 or 10741230. OLE color: 10741230.
HSL color Cylindrical-coordinate representation of color #EEE5A3: hue angle of 52.8º 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 #EEE5A3 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 163 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.07 |
| HSL | 52.8º | 0.69% | 0.79% | - |
| HSV(B) | 52.8º | 0.32% | 0.93% | - |
| XYZ | 69.89 | 76.86 | 45.8 | - |
| YUV | 224.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 163 | 0 | 0.04 | 0.32 | 0.07 | 52.8 | 0.69 | 0.79 |
| Hex | EE | E5 | A3 | 0 | 4 | 20 | 7 | 35 | 45 | 4F |
| Octal | 356 | 345 | 243 | 0 | 4 | 40 | 7 | 65 | 105 | 117 |
| Binary | 11101110 | 11100101 | 10100011 | 0 | 100 | 100000 | 111 | 110101 | 1000101 | 1001111 |
Color Harmonies of #EEE5A3
Complementary color
Monochromatic Colors of #EEE5A3
Black with #EEE5A3
Text Example
Text Example
White with #EEE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5A3; }
p { color: rgb(238,229,163); }
H1.HeaderClassName
{
color: #EEE5A3;
}
.AnyTagClassName
{
color: #EEE5A3;
}
</style>
background-color css
<style>
a { background-color: #EEE5A3; }
a { background-color: rgb(238,229,163); }
div.DivClassName
{
background-color: #EEE5A3;
}
.BgClassName
{
background-color: #EEE5A3;
}
</style>
border-color css
<style>
span { border-color: #EEE5A3; }
span { border-color: rgb(238,229,163); }
td.TdClassName
{
border-color: #EEE5A3;
}
.TagClassName
{
border-color: #EEE5A3;
}
</style>