Shades of Pale Goldenrod #EEE6A6
Tints of Pale Goldenrod #EEE6A6
RGB
CMYK
RGB Variations
Color information
#EEE6A6 (or 0xEEE6A6) is known color: Pale Goldenrod. HEX triplet: EE, E6 and A6. RGB value is (238,230,166). Sum of RGB (Red+Green+Blue) = 238+230+166=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE6A6 is #111959. Grayscale: #E1E1E1. Windows color (decimal): -1120602 or 10938094. OLE color: 10938094.
HSL color Cylindrical-coordinate representation of color #EEE6A6: hue angle of 53.33º 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 #EEE6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 166 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.07 |
| HSL | 53.33º | 0.68% | 0.79% | - |
| HSV(B) | 53.33º | 0.3% | 0.93% | - |
| XYZ | 70.44 | 77.52 | 47.33 | - |
| YUV | 225.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 166 | 0 | 0.03 | 0.30 | 0.07 | 53.33 | 0.68 | 0.79 |
| Hex | EE | E6 | A6 | 0 | 3 | 1E | 7 | 35 | 44 | 4F |
| Octal | 356 | 346 | 246 | 0 | 3 | 36 | 7 | 65 | 104 | 117 |
| Binary | 11101110 | 11100110 | 10100110 | 0 | 11 | 11110 | 111 | 110101 | 1000100 | 1001111 |
Color Harmonies of #EEE6A6
Complementary color
Monochromatic Colors of #EEE6A6
Black with #EEE6A6
Text Example
Text Example
White with #EEE6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6A6; }
p { color: rgb(238,230,166); }
H1.HeaderClassName
{
color: #EEE6A6;
}
.AnyTagClassName
{
color: #EEE6A6;
}
</style>
background-color css
<style>
a { background-color: #EEE6A6; }
a { background-color: rgb(238,230,166); }
div.DivClassName
{
background-color: #EEE6A6;
}
.BgClassName
{
background-color: #EEE6A6;
}
</style>
border-color css
<style>
span { border-color: #EEE6A6; }
span { border-color: rgb(238,230,166); }
td.TdClassName
{
border-color: #EEE6A6;
}
.TagClassName
{
border-color: #EEE6A6;
}
</style>