Shades of Spanish White #E0CEAD
Tints of Spanish White #E0CEAD
RGB
CMYK
RGB Variations
Color information
#E0CEAD (or 0xE0CEAD) is known color: Spanish White. HEX triplet: E0, CE and AD. RGB value is (224,206,173). Sum of RGB (Red+Green+Blue) = 224+206+173=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEAD is #1F3152. Grayscale: #CFCFCF. Windows color (decimal): -2044243 or 11390688. OLE color: 11390688.
HSL color Cylindrical-coordinate representation of color #E0CEAD: hue angle of 38.82º degrees, saturation: 0.45, 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 #E0CEAD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 173 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.12 |
| HSL | 38.82º | 0.45% | 0.78% | - |
| HSV(B) | 38.82º | 0.23% | 0.88% | - |
| XYZ | 60.35 | 63.01 | 48.52 | - |
| YUV | 207.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 173 | 0 | 0.08 | 0.23 | 0.12 | 38.82 | 0.45 | 0.78 |
| Hex | E0 | CE | AD | 0 | 8 | 17 | C | 27 | 2D | 4E |
| Octal | 340 | 316 | 255 | 0 | 10 | 27 | 14 | 47 | 55 | 116 |
| Binary | 11100000 | 11001110 | 10101101 | 0 | 1000 | 10111 | 1100 | 100111 | 101101 | 1001110 |
Color Harmonies of #E0CEAD
Complementary color
Monochromatic Colors of #E0CEAD
Black with #E0CEAD
Text Example
Text Example
White with #E0CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEAD; }
p { color: rgb(224,206,173); }
H1.HeaderClassName
{
color: #E0CEAD;
}
.AnyTagClassName
{
color: #E0CEAD;
}
</style>
background-color css
<style>
a { background-color: #E0CEAD; }
a { background-color: rgb(224,206,173); }
div.DivClassName
{
background-color: #E0CEAD;
}
.BgClassName
{
background-color: #E0CEAD;
}
</style>
border-color css
<style>
span { border-color: #E0CEAD; }
span { border-color: rgb(224,206,173); }
td.TdClassName
{
border-color: #E0CEAD;
}
.TagClassName
{
border-color: #E0CEAD;
}
</style>