Shades of Spanish White #E0CCAC
Tints of Spanish White #E0CCAC
RGB
CMYK
RGB Variations
Color information
#E0CCAC (or 0xE0CCAC) is known color: Spanish White. HEX triplet: E0, CC and AC. RGB value is (224,204,172). Sum of RGB (Red+Green+Blue) = 224+204+172=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCAC is #1F3353. Grayscale: #CECECE. Windows color (decimal): -2044756 or 11324640. OLE color: 11324640.
HSL color Cylindrical-coordinate representation of color #E0CCAC: hue angle of 36.92º 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 #E0CCAC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 172 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.12 |
| HSL | 36.92º | 0.46% | 0.78% | - |
| HSV(B) | 36.92º | 0.23% | 0.88% | - |
| XYZ | 59.78 | 62.01 | 47.85 | - |
| YUV | 206.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 172 | 0 | 0.09 | 0.23 | 0.12 | 36.92 | 0.46 | 0.78 |
| Hex | E0 | CC | AC | 0 | 9 | 17 | C | 25 | 2E | 4E |
| Octal | 340 | 314 | 254 | 0 | 11 | 27 | 14 | 45 | 56 | 116 |
| Binary | 11100000 | 11001100 | 10101100 | 0 | 1001 | 10111 | 1100 | 100101 | 101110 | 1001110 |
Color Harmonies of #E0CCAC
Complementary color
Monochromatic Colors of #E0CCAC
Black with #E0CCAC
Text Example
Text Example
White with #E0CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCAC; }
p { color: rgb(224,204,172); }
H1.HeaderClassName
{
color: #E0CCAC;
}
.AnyTagClassName
{
color: #E0CCAC;
}
</style>
background-color css
<style>
a { background-color: #E0CCAC; }
a { background-color: rgb(224,204,172); }
div.DivClassName
{
background-color: #E0CCAC;
}
.BgClassName
{
background-color: #E0CCAC;
}
</style>
border-color css
<style>
span { border-color: #E0CCAC; }
span { border-color: rgb(224,204,172); }
td.TdClassName
{
border-color: #E0CCAC;
}
.TagClassName
{
border-color: #E0CCAC;
}
</style>