Shades of Pale Goldenrod #EEEAA1
Tints of Pale Goldenrod #EEEAA1
RGB
CMYK
RGB Variations
Color information
#EEEAA1 (or 0xEEEAA1) is known color: Pale Goldenrod. HEX triplet: EE, EA and A1. RGB value is (238,234,161). Sum of RGB (Red+Green+Blue) = 238+234+161=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA1 is #11155E. Grayscale: #E3E3E3. Windows color (decimal): -1119583 or 10611438. OLE color: 10611438.
HSL color Cylindrical-coordinate representation of color #EEEAA1: hue angle of 56.88º 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 #EEEAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 161 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.07 |
| HSL | 56.88º | 0.69% | 0.78% | - |
| HSV(B) | 56.88º | 0.32% | 0.93% | - |
| XYZ | 71.12 | 79.6 | 45.33 | - |
| YUV | 226.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 161 | 0 | 0.02 | 0.32 | 0.07 | 56.88 | 0.69 | 0.78 |
| Hex | EE | EA | A1 | 0 | 2 | 20 | 7 | 39 | 45 | 4E |
| Octal | 356 | 352 | 241 | 0 | 2 | 40 | 7 | 71 | 105 | 116 |
| Binary | 11101110 | 11101010 | 10100001 | 0 | 10 | 100000 | 111 | 111001 | 1000101 | 1001110 |
Color Harmonies of #EEEAA1
Complementary color
Monochromatic Colors of #EEEAA1
Black with #EEEAA1
Text Example
Text Example
White with #EEEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAA1; }
p { color: rgb(238,234,161); }
H1.HeaderClassName
{
color: #EEEAA1;
}
.AnyTagClassName
{
color: #EEEAA1;
}
</style>
background-color css
<style>
a { background-color: #EEEAA1; }
a { background-color: rgb(238,234,161); }
div.DivClassName
{
background-color: #EEEAA1;
}
.BgClassName
{
background-color: #EEEAA1;
}
</style>
border-color css
<style>
span { border-color: #EEEAA1; }
span { border-color: rgb(238,234,161); }
td.TdClassName
{
border-color: #EEEAA1;
}
.TagClassName
{
border-color: #EEEAA1;
}
</style>