Shades of Pale Goldenrod #EEEAA6
Tints of Pale Goldenrod #EEEAA6
RGB
CMYK
RGB Variations
Color information
#EEEAA6 (or 0xEEEAA6) is known color: Pale Goldenrod. HEX triplet: EE, EA and A6. RGB value is (238,234,166). Sum of RGB (Red+Green+Blue) = 238+234+166=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA6 is #111559. Grayscale: #E3E3E3. Windows color (decimal): -1119578 or 10939118. OLE color: 10939118.
HSL color Cylindrical-coordinate representation of color #EEEAA6: hue angle of 56.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEEAA6 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 166 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.07 |
| HSL | 56.67º | 0.68% | 0.79% | - |
| HSV(B) | 56.67º | 0.3% | 0.93% | - |
| XYZ | 71.57 | 79.78 | 47.7 | - |
| YUV | 227.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 166 | 0 | 0.02 | 0.30 | 0.07 | 56.67 | 0.68 | 0.79 |
| Hex | EE | EA | A6 | 0 | 2 | 1E | 7 | 39 | 44 | 4F |
| Octal | 356 | 352 | 246 | 0 | 2 | 36 | 7 | 71 | 104 | 117 |
| Binary | 11101110 | 11101010 | 10100110 | 0 | 10 | 11110 | 111 | 111001 | 1000100 | 1001111 |
Color Harmonies of #EEEAA6
Complementary color
Monochromatic Colors of #EEEAA6
Black with #EEEAA6
Text Example
Text Example
White with #EEEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAA6; }
p { color: rgb(238,234,166); }
H1.HeaderClassName
{
color: #EEEAA6;
}
.AnyTagClassName
{
color: #EEEAA6;
}
</style>
background-color css
<style>
a { background-color: #EEEAA6; }
a { background-color: rgb(238,234,166); }
div.DivClassName
{
background-color: #EEEAA6;
}
.BgClassName
{
background-color: #EEEAA6;
}
</style>
border-color css
<style>
span { border-color: #EEEAA6; }
span { border-color: rgb(238,234,166); }
td.TdClassName
{
border-color: #EEEAA6;
}
.TagClassName
{
border-color: #EEEAA6;
}
</style>