Shades of Spanish White #E1CEB4
Tints of Spanish White #E1CEB4
RGB
CMYK
RGB Variations
Color information
#E1CEB4 (or 0xE1CEB4) is known color: Spanish White. HEX triplet: E1, CE and B4. RGB value is (225,206,180). Sum of RGB (Red+Green+Blue) = 225+206+180=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEB4 is #1E314B. Grayscale: #D0D0D0. Windows color (decimal): -1978700 or 11849441. OLE color: 11849441.
HSL color Cylindrical-coordinate representation of color #E1CEB4: hue angle of 34.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CEB4 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 180 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.12 |
| HSL | 34.67º | 0.43% | 0.79% | - |
| HSV(B) | 34.67º | 0.2% | 0.88% | - |
| XYZ | 61.36 | 63.45 | 52.19 | - |
| YUV | 208.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 180 | 0 | 0.08 | 0.2 | 0.12 | 34.67 | 0.43 | 0.79 |
| Hex | E1 | CE | B4 | 0 | 8 | 14 | C | 23 | 2B | 4F |
| Octal | 341 | 316 | 264 | 0 | 10 | 24 | 14 | 43 | 53 | 117 |
| Binary | 11100001 | 11001110 | 10110100 | 0 | 1000 | 10100 | 1100 | 100011 | 101011 | 1001111 |
Color Harmonies of #E1CEB4
Complementary color
Monochromatic Colors of #E1CEB4
Black with #E1CEB4
Text Example
Text Example
White with #E1CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEB4; }
p { color: rgb(225,206,180); }
H1.HeaderClassName
{
color: #E1CEB4;
}
.AnyTagClassName
{
color: #E1CEB4;
}
</style>
background-color css
<style>
a { background-color: #E1CEB4; }
a { background-color: rgb(225,206,180); }
div.DivClassName
{
background-color: #E1CEB4;
}
.BgClassName
{
background-color: #E1CEB4;
}
</style>
border-color css
<style>
span { border-color: #E1CEB4; }
span { border-color: rgb(225,206,180); }
td.TdClassName
{
border-color: #E1CEB4;
}
.TagClassName
{
border-color: #E1CEB4;
}
</style>