Shades of Desert Sand #E9CFB5
Tints of Desert Sand #E9CFB5
RGB
CMYK
RGB Variations
Color information
#E9CFB5 (or 0xE9CFB5) is known color: Desert Sand. HEX triplet: E9, CF and B5. RGB value is (233,207,181). Sum of RGB (Red+Green+Blue) = 233+207+181=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFB5 is #16304A. Grayscale: #D3D3D3. Windows color (decimal): -1454155 or 11915241. OLE color: 11915241.
HSL color Cylindrical-coordinate representation of color #E9CFB5: hue angle of 30º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9CFB5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 207 | 181 | - |
CMYK | 0 | 0.11 | 0.22 | 0.09 |
HSL | 30º | 0.54% | 0.81% | - |
HSV(B) | 30º | 0.22% | 0.91% | - |
XYZ | 64.26 | 65.29 | 52.93 | - |
YUV | 211.81 | 110.61 | 143.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 207 | 181 | 0 | 0.11 | 0.22 | 0.09 | 30 | 0.54 | 0.81 |
Hex | E9 | CF | B5 | 0 | B | 16 | 9 | 1E | 36 | 51 |
Octal | 351 | 317 | 265 | 0 | 13 | 26 | 11 | 36 | 66 | 121 |
Binary | 11101001 | 11001111 | 10110101 | 0 | 1011 | 10110 | 1001 | 11110 | 110110 | 1010001 |
Color Harmonies of #E9CFB5
Complementary color
Monochromatic Colors of #E9CFB5
Black with #E9CFB5
Text Example
Text Example
White with #E9CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFB5; }
p { color: rgb(233,207,181); }
H1.HeaderClassName
{
color: #E9CFB5;
}
.AnyTagClassName
{
color: #E9CFB5;
}
</style>
background-color css
<style>
a { background-color: #E9CFB5; }
a { background-color: rgb(233,207,181); }
div.DivClassName
{
background-color: #E9CFB5;
}
.BgClassName
{
background-color: #E9CFB5;
}
</style>
border-color css
<style>
span { border-color: #E9CFB5; }
span { border-color: rgb(233,207,181); }
td.TdClassName
{
border-color: #E9CFB5;
}
.TagClassName
{
border-color: #E9CFB5;
}
</style>