Shades of Pale Goldenrod #EEEAA3
Tints of Pale Goldenrod #EEEAA3
RGB
CMYK
RGB Variations
Color information
#EEEAA3 (or 0xEEEAA3) is known color: Pale Goldenrod. HEX triplet: EE, EA and A3. RGB value is (238,234,163). Sum of RGB (Red+Green+Blue) = 238+234+163=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA3 is #11155C. Grayscale: #E3E3E3. Windows color (decimal): -1119581 or 10742510. OLE color: 10742510.
HSL color Cylindrical-coordinate representation of color #EEEAA3: hue angle of 56.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 #EEEAA3 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 163 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.07 |
| HSL | 56.8º | 0.69% | 0.79% | - |
| HSV(B) | 56.8º | 0.32% | 0.93% | - |
| XYZ | 71.29 | 79.67 | 46.27 | - |
| YUV | 227.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 163 | 0 | 0.02 | 0.32 | 0.07 | 56.8 | 0.69 | 0.79 |
| Hex | EE | EA | A3 | 0 | 2 | 20 | 7 | 39 | 45 | 4F |
| Octal | 356 | 352 | 243 | 0 | 2 | 40 | 7 | 71 | 105 | 117 |
| Binary | 11101110 | 11101010 | 10100011 | 0 | 10 | 100000 | 111 | 111001 | 1000101 | 1001111 |
Color Harmonies of #EEEAA3
Complementary color
Monochromatic Colors of #EEEAA3
Black with #EEEAA3
Text Example
Text Example
White with #EEEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAA3; }
p { color: rgb(238,234,163); }
H1.HeaderClassName
{
color: #EEEAA3;
}
.AnyTagClassName
{
color: #EEEAA3;
}
</style>
background-color css
<style>
a { background-color: #EEEAA3; }
a { background-color: rgb(238,234,163); }
div.DivClassName
{
background-color: #EEEAA3;
}
.BgClassName
{
background-color: #EEEAA3;
}
</style>
border-color css
<style>
span { border-color: #EEEAA3; }
span { border-color: rgb(238,234,163); }
td.TdClassName
{
border-color: #EEEAA3;
}
.TagClassName
{
border-color: #EEEAA3;
}
</style>