Shades of Spanish White #E0CBAE
Tints of Spanish White #E0CBAE
RGB
CMYK
RGB Variations
Color information
#E0CBAE (or 0xE0CBAE) is known color: Spanish White. HEX triplet: E0, CB and AE. RGB value is (224,203,174). Sum of RGB (Red+Green+Blue) = 224+203+174=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBAE is #1F3451. Grayscale: #CECECE. Windows color (decimal): -2045010 or 11455456. OLE color: 11455456.
HSL color Cylindrical-coordinate representation of color #E0CBAE: hue angle of 34.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0CBAE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 174 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.12 |
| HSL | 34.8º | 0.45% | 0.78% | - |
| HSV(B) | 34.8º | 0.22% | 0.88% | - |
| XYZ | 59.74 | 61.62 | 48.79 | - |
| YUV | 205.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 174 | 0 | 0.09 | 0.22 | 0.12 | 34.8 | 0.45 | 0.78 |
| Hex | E0 | CB | AE | 0 | 9 | 16 | C | 23 | 2D | 4E |
| Octal | 340 | 313 | 256 | 0 | 11 | 26 | 14 | 43 | 55 | 116 |
| Binary | 11100000 | 11001011 | 10101110 | 0 | 1001 | 10110 | 1100 | 100011 | 101101 | 1001110 |
Color Harmonies of #E0CBAE
Complementary color
Monochromatic Colors of #E0CBAE
Black with #E0CBAE
Text Example
Text Example
White with #E0CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBAE; }
p { color: rgb(224,203,174); }
H1.HeaderClassName
{
color: #E0CBAE;
}
.AnyTagClassName
{
color: #E0CBAE;
}
</style>
background-color css
<style>
a { background-color: #E0CBAE; }
a { background-color: rgb(224,203,174); }
div.DivClassName
{
background-color: #E0CBAE;
}
.BgClassName
{
background-color: #E0CBAE;
}
</style>
border-color css
<style>
span { border-color: #E0CBAE; }
span { border-color: rgb(224,203,174); }
td.TdClassName
{
border-color: #E0CBAE;
}
.TagClassName
{
border-color: #E0CBAE;
}
</style>