Shades of Pale Goldenrod #EEE2AD
Tints of Pale Goldenrod #EEE2AD
RGB
CMYK
RGB Variations
Color information
#EEE2AD (or 0xEEE2AD) is known color: Pale Goldenrod. HEX triplet: EE, E2 and AD. RGB value is (238,226,173). Sum of RGB (Red+Green+Blue) = 238+226+173=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2AD is #111D52. Grayscale: #DFDFDF. Windows color (decimal): -1121619 or 11395822. OLE color: 11395822.
HSL color Cylindrical-coordinate representation of color #EEE2AD: hue angle of 48.92º 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 #EEE2AD is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 173 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.07 |
| HSL | 48.92º | 0.66% | 0.81% | - |
| HSV(B) | 48.92º | 0.27% | 0.93% | - |
| XYZ | 70 | 75.59 | 50.44 | - |
| YUV | 223.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 173 | 0 | 0.05 | 0.27 | 0.07 | 48.92 | 0.66 | 0.81 |
| Hex | EE | E2 | AD | 0 | 5 | 1B | 7 | 31 | 42 | 51 |
| Octal | 356 | 342 | 255 | 0 | 5 | 33 | 7 | 61 | 102 | 121 |
| Binary | 11101110 | 11100010 | 10101101 | 0 | 101 | 11011 | 111 | 110001 | 1000010 | 1010001 |
Color Harmonies of #EEE2AD
Complementary color
Monochromatic Colors of #EEE2AD
Black with #EEE2AD
Text Example
Text Example
White with #EEE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2AD; }
p { color: rgb(238,226,173); }
H1.HeaderClassName
{
color: #EEE2AD;
}
.AnyTagClassName
{
color: #EEE2AD;
}
</style>
background-color css
<style>
a { background-color: #EEE2AD; }
a { background-color: rgb(238,226,173); }
div.DivClassName
{
background-color: #EEE2AD;
}
.BgClassName
{
background-color: #EEE2AD;
}
</style>
border-color css
<style>
span { border-color: #EEE2AD; }
span { border-color: rgb(238,226,173); }
td.TdClassName
{
border-color: #EEE2AD;
}
.TagClassName
{
border-color: #EEE2AD;
}
</style>