Shades of Buttery White #EEEAE1
Tints of Buttery White #EEEAE1
RGB
CMYK
RGB Variations
Color information
#EEEAE1 (or 0xEEEAE1) is known color: Buttery White. HEX triplet: EE, EA and E1. RGB value is (238,234,225). Sum of RGB (Red+Green+Blue) = 238+234+225=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAE1 is #11151E. Grayscale: #EAEAEA. Windows color (decimal): -1119519 or 14805742. OLE color: 14805742.
HSL color Cylindrical-coordinate representation of color #EEEAE1: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAE1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 225 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.07 |
| HSL | 41.54º | 0.28% | 0.91% | - |
| HSV(B) | 41.54º | 0.05% | 0.93% | - |
| XYZ | 78.27 | 82.46 | 83.02 | - |
| YUV | 234.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 225 | 0 | 0.02 | 0.05 | 0.07 | 41.54 | 0.28 | 0.91 |
| Hex | EE | EA | E1 | 0 | 2 | 5 | 7 | 2A | 1C | 5B |
| Octal | 356 | 352 | 341 | 0 | 2 | 5 | 7 | 52 | 34 | 133 |
| Binary | 11101110 | 11101010 | 11100001 | 0 | 10 | 101 | 111 | 101010 | 11100 | 1011011 |
Color Harmonies of #EEEAE1
Complementary color
Monochromatic Colors of #EEEAE1
Black with #EEEAE1
Text Example
Text Example
White with #EEEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAE1; }
p { color: rgb(238,234,225); }
H1.HeaderClassName
{
color: #EEEAE1;
}
.AnyTagClassName
{
color: #EEEAE1;
}
</style>
background-color css
<style>
a { background-color: #EEEAE1; }
a { background-color: rgb(238,234,225); }
div.DivClassName
{
background-color: #EEEAE1;
}
.BgClassName
{
background-color: #EEEAE1;
}
</style>
border-color css
<style>
span { border-color: #EEEAE1; }
span { border-color: rgb(238,234,225); }
td.TdClassName
{
border-color: #EEEAE1;
}
.TagClassName
{
border-color: #EEEAE1;
}
</style>