Shades of Desert Sand #EED0B7
Tints of Desert Sand #EED0B7
RGB
CMYK
RGB Variations
Color information
#EED0B7 (or 0xEED0B7) is known color: Desert Sand. HEX triplet: EE, D0 and B7. RGB value is (238,208,183). Sum of RGB (Red+Green+Blue) = 238+208+183=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0B7 is #112F48. Grayscale: #D6D6D6. Windows color (decimal): -1126217 or 12046574. OLE color: 12046574.
HSL color Cylindrical-coordinate representation of color #EED0B7: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EED0B7 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 183 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.07 |
| HSL | 27.27º | 0.62% | 0.83% | - |
| HSV(B) | 27.27º | 0.23% | 0.93% | - |
| XYZ | 66.36 | 66.71 | 54.18 | - |
| YUV | 214.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 183 | 0 | 0.13 | 0.23 | 0.07 | 27.27 | 0.62 | 0.83 |
| Hex | EE | D0 | B7 | 0 | D | 17 | 7 | 1B | 3E | 53 |
| Octal | 356 | 320 | 267 | 0 | 15 | 27 | 7 | 33 | 76 | 123 |
| Binary | 11101110 | 11010000 | 10110111 | 0 | 1101 | 10111 | 111 | 11011 | 111110 | 1010011 |
Color Harmonies of #EED0B7
Complementary color
Monochromatic Colors of #EED0B7
Black with #EED0B7
Text Example
Text Example
White with #EED0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0B7; }
p { color: rgb(238,208,183); }
H1.HeaderClassName
{
color: #EED0B7;
}
.AnyTagClassName
{
color: #EED0B7;
}
</style>
background-color css
<style>
a { background-color: #EED0B7; }
a { background-color: rgb(238,208,183); }
div.DivClassName
{
background-color: #EED0B7;
}
.BgClassName
{
background-color: #EED0B7;
}
</style>
border-color css
<style>
span { border-color: #EED0B7; }
span { border-color: rgb(238,208,183); }
td.TdClassName
{
border-color: #EED0B7;
}
.TagClassName
{
border-color: #EED0B7;
}
</style>