Shades of Spanish White #E2CFAF
Tints of Spanish White #E2CFAF
RGB
CMYK
RGB Variations
Color information
#E2CFAF (or 0xE2CFAF) is known color: Spanish White. HEX triplet: E2, CF and AF. RGB value is (226,207,175). Sum of RGB (Red+Green+Blue) = 226+207+175=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CFAF is #1D3050. Grayscale: #D1D1D1. Windows color (decimal): -1912913 or 11522018. OLE color: 11522018.
HSL color Cylindrical-coordinate representation of color #E2CFAF: hue angle of 37.65º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CFAF is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 175 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.11 |
| HSL | 37.65º | 0.47% | 0.79% | - |
| HSV(B) | 37.65º | 0.23% | 0.89% | - |
| XYZ | 61.41 | 63.89 | 49.65 | - |
| YUV | 209.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 175 | 0 | 0.08 | 0.23 | 0.11 | 37.65 | 0.47 | 0.79 |
| Hex | E2 | CF | AF | 0 | 8 | 17 | B | 26 | 2F | 4F |
| Octal | 342 | 317 | 257 | 0 | 10 | 27 | 13 | 46 | 57 | 117 |
| Binary | 11100010 | 11001111 | 10101111 | 0 | 1000 | 10111 | 1011 | 100110 | 101111 | 1001111 |
Color Harmonies of #E2CFAF
Complementary color
Monochromatic Colors of #E2CFAF
Black with #E2CFAF
Text Example
Text Example
White with #E2CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFAF; }
p { color: rgb(226,207,175); }
H1.HeaderClassName
{
color: #E2CFAF;
}
.AnyTagClassName
{
color: #E2CFAF;
}
</style>
background-color css
<style>
a { background-color: #E2CFAF; }
a { background-color: rgb(226,207,175); }
div.DivClassName
{
background-color: #E2CFAF;
}
.BgClassName
{
background-color: #E2CFAF;
}
</style>
border-color css
<style>
span { border-color: #E2CFAF; }
span { border-color: rgb(226,207,175); }
td.TdClassName
{
border-color: #E2CFAF;
}
.TagClassName
{
border-color: #E2CFAF;
}
</style>