Shades of Spanish White #E0CCB2
Tints of Spanish White #E0CCB2
RGB
CMYK
RGB Variations
Color information
#E0CCB2 (or 0xE0CCB2) is known color: Spanish White. HEX triplet: E0, CC and B2. RGB value is (224,204,178). Sum of RGB (Red+Green+Blue) = 224+204+178=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCB2 is #1F334D. Grayscale: #CFCFCF. Windows color (decimal): -2044750 or 11717856. OLE color: 11717856.
HSL color Cylindrical-coordinate representation of color #E0CCB2: hue angle of 33.91º 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 #E0CCB2 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 178 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.12 |
| HSL | 33.91º | 0.43% | 0.79% | - |
| HSV(B) | 33.91º | 0.21% | 0.88% | - |
| XYZ | 60.37 | 62.25 | 50.95 | - |
| YUV | 207.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 178 | 0 | 0.09 | 0.21 | 0.12 | 33.91 | 0.43 | 0.79 |
| Hex | E0 | CC | B2 | 0 | 9 | 15 | C | 22 | 2B | 4F |
| Octal | 340 | 314 | 262 | 0 | 11 | 25 | 14 | 42 | 53 | 117 |
| Binary | 11100000 | 11001100 | 10110010 | 0 | 1001 | 10101 | 1100 | 100010 | 101011 | 1001111 |
Color Harmonies of #E0CCB2
Complementary color
Monochromatic Colors of #E0CCB2
Black with #E0CCB2
Text Example
Text Example
White with #E0CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCB2; }
p { color: rgb(224,204,178); }
H1.HeaderClassName
{
color: #E0CCB2;
}
.AnyTagClassName
{
color: #E0CCB2;
}
</style>
background-color css
<style>
a { background-color: #E0CCB2; }
a { background-color: rgb(224,204,178); }
div.DivClassName
{
background-color: #E0CCB2;
}
.BgClassName
{
background-color: #E0CCB2;
}
</style>
border-color css
<style>
span { border-color: #E0CCB2; }
span { border-color: rgb(224,204,178); }
td.TdClassName
{
border-color: #E0CCB2;
}
.TagClassName
{
border-color: #E0CCB2;
}
</style>