Shades of Desert Sand #EAC6AF
Tints of Desert Sand #EAC6AF
RGB
CMYK
RGB Variations
Color information
#EAC6AF (or 0xEAC6AF) is known color: Desert Sand. HEX triplet: EA, C6 and AF. RGB value is (234,198,175). Sum of RGB (Red+Green+Blue) = 234+198+175=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6AF is #153950. Grayscale: #CECECE. Windows color (decimal): -1390929 or 11519722. OLE color: 11519722.
HSL color Cylindrical-coordinate representation of color #EAC6AF: hue angle of 23.39º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAC6AF is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 175 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.08 |
| HSL | 23.39º | 0.58% | 0.8% | - |
| HSV(B) | 23.39º | 0.25% | 0.92% | - |
| XYZ | 61.86 | 60.98 | 49.07 | - |
| YUV | 206.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 175 | 0 | 0.15 | 0.25 | 0.08 | 23.39 | 0.58 | 0.8 |
| Hex | EA | C6 | AF | 0 | F | 19 | 8 | 17 | 3A | 50 |
| Octal | 352 | 306 | 257 | 0 | 17 | 31 | 10 | 27 | 72 | 120 |
| Binary | 11101010 | 11000110 | 10101111 | 0 | 1111 | 11001 | 1000 | 10111 | 111010 | 1010000 |
Color Harmonies of #EAC6AF
Complementary color
Monochromatic Colors of #EAC6AF
Black with #EAC6AF
Text Example
Text Example
White with #EAC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6AF; }
p { color: rgb(234,198,175); }
H1.HeaderClassName
{
color: #EAC6AF;
}
.AnyTagClassName
{
color: #EAC6AF;
}
</style>
background-color css
<style>
a { background-color: #EAC6AF; }
a { background-color: rgb(234,198,175); }
div.DivClassName
{
background-color: #EAC6AF;
}
.BgClassName
{
background-color: #EAC6AF;
}
</style>
border-color css
<style>
span { border-color: #EAC6AF; }
span { border-color: rgb(234,198,175); }
td.TdClassName
{
border-color: #EAC6AF;
}
.TagClassName
{
border-color: #EAC6AF;
}
</style>