Shades of Pale Goldenrod #EEEAAB
Tints of Pale Goldenrod #EEEAAB
RGB
CMYK
RGB Variations
Color information
#EEEAAB (or 0xEEEAAB) is known color: Pale Goldenrod. HEX triplet: EE, EA and AB. RGB value is (238,234,171). Sum of RGB (Red+Green+Blue) = 238+234+171=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAB is #111554. Grayscale: #E4E4E4. Windows color (decimal): -1119573 or 11266798. OLE color: 11266798.
HSL color Cylindrical-coordinate representation of color #EEEAAB: hue angle of 56.42º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEEAAB is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 171 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.07 |
| HSL | 56.42º | 0.66% | 0.8% | - |
| HSV(B) | 56.42º | 0.28% | 0.93% | - |
| XYZ | 72.03 | 79.96 | 50.17 | - |
| YUV | 228.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 171 | 0 | 0.02 | 0.28 | 0.07 | 56.42 | 0.66 | 0.8 |
| Hex | EE | EA | AB | 0 | 2 | 1C | 7 | 38 | 42 | 50 |
| Octal | 356 | 352 | 253 | 0 | 2 | 34 | 7 | 70 | 102 | 120 |
| Binary | 11101110 | 11101010 | 10101011 | 0 | 10 | 11100 | 111 | 111000 | 1000010 | 1010000 |
Color Harmonies of #EEEAAB
Complementary color
Monochromatic Colors of #EEEAAB
Black with #EEEAAB
Text Example
Text Example
White with #EEEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAAB; }
p { color: rgb(238,234,171); }
H1.HeaderClassName
{
color: #EEEAAB;
}
.AnyTagClassName
{
color: #EEEAAB;
}
</style>
background-color css
<style>
a { background-color: #EEEAAB; }
a { background-color: rgb(238,234,171); }
div.DivClassName
{
background-color: #EEEAAB;
}
.BgClassName
{
background-color: #EEEAAB;
}
</style>
border-color css
<style>
span { border-color: #EEEAAB; }
span { border-color: rgb(238,234,171); }
td.TdClassName
{
border-color: #EEEAAB;
}
.TagClassName
{
border-color: #EEEAAB;
}
</style>