Shades of Desert Sand #E5CCB6
Tints of Desert Sand #E5CCB6
RGB
CMYK
RGB Variations
Color information
#E5CCB6 (or 0xE5CCB6) is known color: Desert Sand. HEX triplet: E5, CC and B6. RGB value is (229,204,182). Sum of RGB (Red+Green+Blue) = 229+204+182=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCB6 is #1A3349. Grayscale: #D1D1D1. Windows color (decimal): -1717066 or 11980005. OLE color: 11980005.
HSL color Cylindrical-coordinate representation of color #E5CCB6: hue angle of 28.09º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5CCB6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 182 | - |
CMYK | 0 | 0.11 | 0.21 | 0.10 |
HSL | 28.09º | 0.47% | 0.81% | - |
HSV(B) | 28.09º | 0.21% | 0.9% | - |
XYZ | 62.35 | 63.22 | 53.17 | - |
YUV | 208.97 | 112.78 | 142.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 182 | 0 | 0.11 | 0.21 | 0.10 | 28.09 | 0.47 | 0.81 |
Hex | E5 | CC | B6 | 0 | B | 15 | A | 1C | 2F | 51 |
Octal | 345 | 314 | 266 | 0 | 13 | 25 | 12 | 34 | 57 | 121 |
Binary | 11100101 | 11001100 | 10110110 | 0 | 1011 | 10101 | 1010 | 11100 | 101111 | 1010001 |
Color Harmonies of #E5CCB6
Complementary color
Monochromatic Colors of #E5CCB6
Black with #E5CCB6
Text Example
Text Example
White with #E5CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCB6; }
p { color: rgb(229,204,182); }
H1.HeaderClassName
{
color: #E5CCB6;
}
.AnyTagClassName
{
color: #E5CCB6;
}
</style>
background-color css
<style>
a { background-color: #E5CCB6; }
a { background-color: rgb(229,204,182); }
div.DivClassName
{
background-color: #E5CCB6;
}
.BgClassName
{
background-color: #E5CCB6;
}
</style>
border-color css
<style>
span { border-color: #E5CCB6; }
span { border-color: rgb(229,204,182); }
td.TdClassName
{
border-color: #E5CCB6;
}
.TagClassName
{
border-color: #E5CCB6;
}
</style>