Shades of Spanish White #E0CDAF
Tints of Spanish White #E0CDAF
RGB
CMYK
RGB Variations
Color information
#E0CDAF (or 0xE0CDAF) is known color: Spanish White. HEX triplet: E0, CD and AF. RGB value is (224,205,175). Sum of RGB (Red+Green+Blue) = 224+205+175=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDAF is #1F3250. Grayscale: #CFCFCF. Windows color (decimal): -2044497 or 11521504. OLE color: 11521504.
HSL color Cylindrical-coordinate representation of color #E0CDAF: hue angle of 36.73º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0CDAF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 175 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.12 |
| HSL | 36.73º | 0.44% | 0.78% | - |
| HSV(B) | 36.73º | 0.22% | 0.88% | - |
| XYZ | 60.31 | 62.61 | 49.46 | - |
| YUV | 207.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 175 | 0 | 0.08 | 0.22 | 0.12 | 36.73 | 0.44 | 0.78 |
| Hex | E0 | CD | AF | 0 | 8 | 16 | C | 25 | 2C | 4E |
| Octal | 340 | 315 | 257 | 0 | 10 | 26 | 14 | 45 | 54 | 116 |
| Binary | 11100000 | 11001101 | 10101111 | 0 | 1000 | 10110 | 1100 | 100101 | 101100 | 1001110 |
Color Harmonies of #E0CDAF
Complementary color
Monochromatic Colors of #E0CDAF
Black with #E0CDAF
Text Example
Text Example
White with #E0CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDAF; }
p { color: rgb(224,205,175); }
H1.HeaderClassName
{
color: #E0CDAF;
}
.AnyTagClassName
{
color: #E0CDAF;
}
</style>
background-color css
<style>
a { background-color: #E0CDAF; }
a { background-color: rgb(224,205,175); }
div.DivClassName
{
background-color: #E0CDAF;
}
.BgClassName
{
background-color: #E0CDAF;
}
</style>
border-color css
<style>
span { border-color: #E0CDAF; }
span { border-color: rgb(224,205,175); }
td.TdClassName
{
border-color: #E0CDAF;
}
.TagClassName
{
border-color: #E0CDAF;
}
</style>