Shades of Pale Goldenrod #EEE6AD
Tints of Pale Goldenrod #EEE6AD
RGB
CMYK
RGB Variations
Color information
#EEE6AD (or 0xEEE6AD) is known color: Pale Goldenrod. HEX triplet: EE, E6 and AD. RGB value is (238,230,173). Sum of RGB (Red+Green+Blue) = 238+230+173=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE6AD is #111952. Grayscale: #E2E2E2. Windows color (decimal): -1120595 or 11396846. OLE color: 11396846.
HSL color Cylindrical-coordinate representation of color #EEE6AD: hue angle of 52.62º degrees, saturation: 0.66, 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 #EEE6AD is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 173 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.07 |
| HSL | 52.62º | 0.66% | 0.81% | - |
| HSV(B) | 52.62º | 0.27% | 0.93% | - |
| XYZ | 71.1 | 77.79 | 50.8 | - |
| YUV | 225.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 173 | 0 | 0.03 | 0.27 | 0.07 | 52.62 | 0.66 | 0.81 |
| Hex | EE | E6 | AD | 0 | 3 | 1B | 7 | 35 | 42 | 51 |
| Octal | 356 | 346 | 255 | 0 | 3 | 33 | 7 | 65 | 102 | 121 |
| Binary | 11101110 | 11100110 | 10101101 | 0 | 11 | 11011 | 111 | 110101 | 1000010 | 1010001 |
Color Harmonies of #EEE6AD
Complementary color
Monochromatic Colors of #EEE6AD
Black with #EEE6AD
Text Example
Text Example
White with #EEE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6AD; }
p { color: rgb(238,230,173); }
H1.HeaderClassName
{
color: #EEE6AD;
}
.AnyTagClassName
{
color: #EEE6AD;
}
</style>
background-color css
<style>
a { background-color: #EEE6AD; }
a { background-color: rgb(238,230,173); }
div.DivClassName
{
background-color: #EEE6AD;
}
.BgClassName
{
background-color: #EEE6AD;
}
</style>
border-color css
<style>
span { border-color: #EEE6AD; }
span { border-color: rgb(238,230,173); }
td.TdClassName
{
border-color: #EEE6AD;
}
.TagClassName
{
border-color: #EEE6AD;
}
</style>