Shades of Spanish White #E1CCB0
Tints of Spanish White #E1CCB0
RGB
CMYK
RGB Variations
Color information
#E1CCB0 (or 0xE1CCB0) is known color: Spanish White. HEX triplet: E1, CC and B0. RGB value is (225,204,176). Sum of RGB (Red+Green+Blue) = 225+204+176=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCB0 is #1E334F. Grayscale: #CFCFCF. Windows color (decimal): -1979216 or 11586785. OLE color: 11586785.
HSL color Cylindrical-coordinate representation of color #E1CCB0: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1CCB0 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 176 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.12 |
| HSL | 34.29º | 0.45% | 0.79% | - |
| HSV(B) | 34.29º | 0.22% | 0.88% | - |
| XYZ | 60.48 | 62.33 | 49.92 | - |
| YUV | 207.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 176 | 0 | 0.09 | 0.22 | 0.12 | 34.29 | 0.45 | 0.79 |
| Hex | E1 | CC | B0 | 0 | 9 | 16 | C | 22 | 2D | 4F |
| Octal | 341 | 314 | 260 | 0 | 11 | 26 | 14 | 42 | 55 | 117 |
| Binary | 11100001 | 11001100 | 10110000 | 0 | 1001 | 10110 | 1100 | 100010 | 101101 | 1001111 |
Color Harmonies of #E1CCB0
Complementary color
Monochromatic Colors of #E1CCB0
Black with #E1CCB0
Text Example
Text Example
White with #E1CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCB0; }
p { color: rgb(225,204,176); }
H1.HeaderClassName
{
color: #E1CCB0;
}
.AnyTagClassName
{
color: #E1CCB0;
}
</style>
background-color css
<style>
a { background-color: #E1CCB0; }
a { background-color: rgb(225,204,176); }
div.DivClassName
{
background-color: #E1CCB0;
}
.BgClassName
{
background-color: #E1CCB0;
}
</style>
border-color css
<style>
span { border-color: #E1CCB0; }
span { border-color: rgb(225,204,176); }
td.TdClassName
{
border-color: #E1CCB0;
}
.TagClassName
{
border-color: #E1CCB0;
}
</style>