Shades of Spanish White #E1CEAE
Tints of Spanish White #E1CEAE
RGB
CMYK
RGB Variations
Color information
#E1CEAE (or 0xE1CEAE) is known color: Spanish White. HEX triplet: E1, CE and AE. RGB value is (225,206,174). Sum of RGB (Red+Green+Blue) = 225+206+174=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAE is #1E3151. Grayscale: #D0D0D0. Windows color (decimal): -1978706 or 11456225. OLE color: 11456225.
HSL color Cylindrical-coordinate representation of color #E1CEAE: hue angle of 37.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1CEAE is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 174 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.12 |
| HSL | 37.65º | 0.46% | 0.78% | - |
| HSV(B) | 37.65º | 0.23% | 0.88% | - |
| XYZ | 60.76 | 63.21 | 49.04 | - |
| YUV | 208.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 174 | 0 | 0.08 | 0.23 | 0.12 | 37.65 | 0.46 | 0.78 |
| Hex | E1 | CE | AE | 0 | 8 | 17 | C | 26 | 2E | 4E |
| Octal | 341 | 316 | 256 | 0 | 10 | 27 | 14 | 46 | 56 | 116 |
| Binary | 11100001 | 11001110 | 10101110 | 0 | 1000 | 10111 | 1100 | 100110 | 101110 | 1001110 |
Color Harmonies of #E1CEAE
Complementary color
Monochromatic Colors of #E1CEAE
Black with #E1CEAE
Text Example
Text Example
White with #E1CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEAE; }
p { color: rgb(225,206,174); }
H1.HeaderClassName
{
color: #E1CEAE;
}
.AnyTagClassName
{
color: #E1CEAE;
}
</style>
background-color css
<style>
a { background-color: #E1CEAE; }
a { background-color: rgb(225,206,174); }
div.DivClassName
{
background-color: #E1CEAE;
}
.BgClassName
{
background-color: #E1CEAE;
}
</style>
border-color css
<style>
span { border-color: #E1CEAE; }
span { border-color: rgb(225,206,174); }
td.TdClassName
{
border-color: #E1CEAE;
}
.TagClassName
{
border-color: #E1CEAE;
}
</style>