Shades of Pale Goldenrod #EEE7B4
Tints of Pale Goldenrod #EEE7B4
RGB
CMYK
RGB Variations
Color information
#EEE7B4 (or 0xEEE7B4) is known color: Pale Goldenrod. HEX triplet: EE, E7 and B4. RGB value is (238,231,180). Sum of RGB (Red+Green+Blue) = 238+231+180=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7B4 is #11184B. Grayscale: #E3E3E3. Windows color (decimal): -1120332 or 11855854. OLE color: 11855854.
HSL color Cylindrical-coordinate representation of color #EEE7B4: hue angle of 52.76º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEE7B4 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 180 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.07 |
| HSL | 52.76º | 0.63% | 0.82% | - |
| HSV(B) | 52.76º | 0.24% | 0.93% | - |
| XYZ | 72.07 | 78.62 | 54.56 | - |
| YUV | 227.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 180 | 0 | 0.03 | 0.24 | 0.07 | 52.76 | 0.63 | 0.82 |
| Hex | EE | E7 | B4 | 0 | 3 | 18 | 7 | 35 | 3F | 52 |
| Octal | 356 | 347 | 264 | 0 | 3 | 30 | 7 | 65 | 77 | 122 |
| Binary | 11101110 | 11100111 | 10110100 | 0 | 11 | 11000 | 111 | 110101 | 111111 | 1010010 |
Color Harmonies of #EEE7B4
Complementary color
Monochromatic Colors of #EEE7B4
Black with #EEE7B4
Text Example
Text Example
White with #EEE7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7B4; }
p { color: rgb(238,231,180); }
H1.HeaderClassName
{
color: #EEE7B4;
}
.AnyTagClassName
{
color: #EEE7B4;
}
</style>
background-color css
<style>
a { background-color: #EEE7B4; }
a { background-color: rgb(238,231,180); }
div.DivClassName
{
background-color: #EEE7B4;
}
.BgClassName
{
background-color: #EEE7B4;
}
</style>
border-color css
<style>
span { border-color: #EEE7B4; }
span { border-color: rgb(238,231,180); }
td.TdClassName
{
border-color: #EEE7B4;
}
.TagClassName
{
border-color: #EEE7B4;
}
</style>