Shades of Desert Sand #E9CFBA
Tints of Desert Sand #E9CFBA
RGB
CMYK
RGB Variations
Color information
#E9CFBA (or 0xE9CFBA) is known color: Desert Sand. HEX triplet: E9, CF and BA. RGB value is (233,207,186). Sum of RGB (Red+Green+Blue) = 233+207+186=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFBA is #163045. Grayscale: #D4D4D4. Windows color (decimal): -1454150 or 12242921. OLE color: 12242921.
HSL color Cylindrical-coordinate representation of color #E9CFBA: hue angle of 26.81º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CFBA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 186 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.09 |
| HSL | 26.81º | 0.52% | 0.82% | - |
| HSV(B) | 26.81º | 0.2% | 0.91% | - |
| XYZ | 64.78 | 65.49 | 55.68 | - |
| YUV | 212.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 186 | 0 | 0.11 | 0.20 | 0.09 | 26.81 | 0.52 | 0.82 |
| Hex | E9 | CF | BA | 0 | B | 14 | 9 | 1B | 34 | 52 |
| Octal | 351 | 317 | 272 | 0 | 13 | 24 | 11 | 33 | 64 | 122 |
| Binary | 11101001 | 11001111 | 10111010 | 0 | 1011 | 10100 | 1001 | 11011 | 110100 | 1010010 |
Color Harmonies of #E9CFBA
Complementary color
Monochromatic Colors of #E9CFBA
Black with #E9CFBA
Text Example
Text Example
White with #E9CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFBA; }
p { color: rgb(233,207,186); }
H1.HeaderClassName
{
color: #E9CFBA;
}
.AnyTagClassName
{
color: #E9CFBA;
}
</style>
background-color css
<style>
a { background-color: #E9CFBA; }
a { background-color: rgb(233,207,186); }
div.DivClassName
{
background-color: #E9CFBA;
}
.BgClassName
{
background-color: #E9CFBA;
}
</style>
border-color css
<style>
span { border-color: #E9CFBA; }
span { border-color: rgb(233,207,186); }
td.TdClassName
{
border-color: #E9CFBA;
}
.TagClassName
{
border-color: #E9CFBA;
}
</style>