Shades of Desert Sand #EAC7B2
Tints of Desert Sand #EAC7B2
RGB
CMYK
RGB Variations
Color information
#EAC7B2 (or 0xEAC7B2) is known color: Desert Sand. HEX triplet: EA, C7 and B2. RGB value is (234,199,178). Sum of RGB (Red+Green+Blue) = 234+199+178=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7B2 is #15384D. Grayscale: #CFCFCF. Windows color (decimal): -1390670 or 11716586. OLE color: 11716586.
HSL color Cylindrical-coordinate representation of color #EAC7B2: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAC7B2 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 178 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.08 |
| HSL | 22.5º | 0.57% | 0.81% | - |
| HSV(B) | 22.5º | 0.24% | 0.92% | - |
| XYZ | 62.39 | 61.55 | 50.71 | - |
| YUV | 207.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 178 | 0 | 0.15 | 0.24 | 0.08 | 22.5 | 0.57 | 0.81 |
| Hex | EA | C7 | B2 | 0 | F | 18 | 8 | 16 | 39 | 51 |
| Octal | 352 | 307 | 262 | 0 | 17 | 30 | 10 | 26 | 71 | 121 |
| Binary | 11101010 | 11000111 | 10110010 | 0 | 1111 | 11000 | 1000 | 10110 | 111001 | 1010001 |
Color Harmonies of #EAC7B2
Complementary color
Monochromatic Colors of #EAC7B2
Black with #EAC7B2
Text Example
Text Example
White with #EAC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7B2; }
p { color: rgb(234,199,178); }
H1.HeaderClassName
{
color: #EAC7B2;
}
.AnyTagClassName
{
color: #EAC7B2;
}
</style>
background-color css
<style>
a { background-color: #EAC7B2; }
a { background-color: rgb(234,199,178); }
div.DivClassName
{
background-color: #EAC7B2;
}
.BgClassName
{
background-color: #EAC7B2;
}
</style>
border-color css
<style>
span { border-color: #EAC7B2; }
span { border-color: rgb(234,199,178); }
td.TdClassName
{
border-color: #EAC7B2;
}
.TagClassName
{
border-color: #EAC7B2;
}
</style>