Shades of Spanish White #E0CCB1
Tints of Spanish White #E0CCB1
RGB
CMYK
RGB Variations
Color information
#E0CCB1 (or 0xE0CCB1) is known color: Spanish White. HEX triplet: E0, CC and B1. RGB value is (224,204,177). Sum of RGB (Red+Green+Blue) = 224+204+177=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCB1 is #1F334E. Grayscale: #CFCFCF. Windows color (decimal): -2044751 or 11652320. OLE color: 11652320.
HSL color Cylindrical-coordinate representation of color #E0CCB1: hue angle of 34.47º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0CCB1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 177 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.12 |
| HSL | 34.47º | 0.43% | 0.79% | - |
| HSV(B) | 34.47º | 0.21% | 0.88% | - |
| XYZ | 60.27 | 62.21 | 50.43 | - |
| YUV | 206.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 177 | 0 | 0.09 | 0.21 | 0.12 | 34.47 | 0.43 | 0.79 |
| Hex | E0 | CC | B1 | 0 | 9 | 15 | C | 22 | 2B | 4F |
| Octal | 340 | 314 | 261 | 0 | 11 | 25 | 14 | 42 | 53 | 117 |
| Binary | 11100000 | 11001100 | 10110001 | 0 | 1001 | 10101 | 1100 | 100010 | 101011 | 1001111 |
Color Harmonies of #E0CCB1
Complementary color
Monochromatic Colors of #E0CCB1
Black with #E0CCB1
Text Example
Text Example
White with #E0CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCB1; }
p { color: rgb(224,204,177); }
H1.HeaderClassName
{
color: #E0CCB1;
}
.AnyTagClassName
{
color: #E0CCB1;
}
</style>
background-color css
<style>
a { background-color: #E0CCB1; }
a { background-color: rgb(224,204,177); }
div.DivClassName
{
background-color: #E0CCB1;
}
.BgClassName
{
background-color: #E0CCB1;
}
</style>
border-color css
<style>
span { border-color: #E0CCB1; }
span { border-color: rgb(224,204,177); }
td.TdClassName
{
border-color: #E0CCB1;
}
.TagClassName
{
border-color: #E0CCB1;
}
</style>