Shades of Pale Goldenrod #EEEAAE
Tints of Pale Goldenrod #EEEAAE
RGB
CMYK
RGB Variations
Color information
#EEEAAE (or 0xEEEAAE) is known color: Pale Goldenrod. HEX triplet: EE, EA and AE. RGB value is (238,234,174). Sum of RGB (Red+Green+Blue) = 238+234+174=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAAE is #111551. Grayscale: #E4E4E4. Windows color (decimal): -1119570 or 11463406. OLE color: 11463406.
HSL color Cylindrical-coordinate representation of color #EEEAAE: hue angle of 56.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEEAAE is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 174 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 56.25º | 0.65% | 0.81% | - |
| HSV(B) | 56.25º | 0.27% | 0.93% | - |
| XYZ | 72.32 | 80.08 | 51.69 | - |
| YUV | 228.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 174 | 0 | 0.02 | 0.27 | 0.07 | 56.25 | 0.65 | 0.81 |
| Hex | EE | EA | AE | 0 | 2 | 1B | 7 | 38 | 41 | 51 |
| Octal | 356 | 352 | 256 | 0 | 2 | 33 | 7 | 70 | 101 | 121 |
| Binary | 11101110 | 11101010 | 10101110 | 0 | 10 | 11011 | 111 | 111000 | 1000001 | 1010001 |
Color Harmonies of #EEEAAE
Complementary color
Monochromatic Colors of #EEEAAE
Black with #EEEAAE
Text Example
Text Example
White with #EEEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAAE; }
p { color: rgb(238,234,174); }
H1.HeaderClassName
{
color: #EEEAAE;
}
.AnyTagClassName
{
color: #EEEAAE;
}
</style>
background-color css
<style>
a { background-color: #EEEAAE; }
a { background-color: rgb(238,234,174); }
div.DivClassName
{
background-color: #EEEAAE;
}
.BgClassName
{
background-color: #EEEAAE;
}
</style>
border-color css
<style>
span { border-color: #EEEAAE; }
span { border-color: rgb(238,234,174); }
td.TdClassName
{
border-color: #EEEAAE;
}
.TagClassName
{
border-color: #EEEAAE;
}
</style>