Shades of Pale Goldenrod #EEEAAC
Tints of Pale Goldenrod #EEEAAC
RGB
CMYK
RGB Variations
Color information
#EEEAAC (or 0xEEEAAC) is known color: Pale Goldenrod. HEX triplet: EE, EA and AC. RGB value is (238,234,172). Sum of RGB (Red+Green+Blue) = 238+234+172=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAC is #111553. Grayscale: #E4E4E4. Windows color (decimal): -1119572 or 11332334. OLE color: 11332334.
HSL color Cylindrical-coordinate representation of color #EEEAAC: hue angle of 56.36º 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 #EEEAAC is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 172 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.07 |
| HSL | 56.36º | 0.66% | 0.8% | - |
| HSV(B) | 56.36º | 0.28% | 0.93% | - |
| XYZ | 72.13 | 80 | 50.67 | - |
| YUV | 228.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 172 | 0 | 0.02 | 0.28 | 0.07 | 56.36 | 0.66 | 0.8 |
| Hex | EE | EA | AC | 0 | 2 | 1C | 7 | 38 | 42 | 50 |
| Octal | 356 | 352 | 254 | 0 | 2 | 34 | 7 | 70 | 102 | 120 |
| Binary | 11101110 | 11101010 | 10101100 | 0 | 10 | 11100 | 111 | 111000 | 1000010 | 1010000 |
Color Harmonies of #EEEAAC
Complementary color
Monochromatic Colors of #EEEAAC
Black with #EEEAAC
Text Example
Text Example
White with #EEEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAAC; }
p { color: rgb(238,234,172); }
H1.HeaderClassName
{
color: #EEEAAC;
}
.AnyTagClassName
{
color: #EEEAAC;
}
</style>
background-color css
<style>
a { background-color: #EEEAAC; }
a { background-color: rgb(238,234,172); }
div.DivClassName
{
background-color: #EEEAAC;
}
.BgClassName
{
background-color: #EEEAAC;
}
</style>
border-color css
<style>
span { border-color: #EEEAAC; }
span { border-color: rgb(238,234,172); }
td.TdClassName
{
border-color: #EEEAAC;
}
.TagClassName
{
border-color: #EEEAAC;
}
</style>