Shades of Desert Sand #EDD0B8
Tints of Desert Sand #EDD0B8
RGB
CMYK
RGB Variations
Color information
#EDD0B8 (or 0xEDD0B8) is known color: Desert Sand. HEX triplet: ED, D0 and B8. RGB value is (237,208,184). Sum of RGB (Red+Green+Blue) = 237+208+184=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0B8 is #122F47. Grayscale: #D6D6D6. Windows color (decimal): -1191752 or 12112109. OLE color: 12112109.
HSL color Cylindrical-coordinate representation of color #EDD0B8: hue angle of 27.17º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD0B8 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 184 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.07 |
| HSL | 27.17º | 0.6% | 0.83% | - |
| HSV(B) | 27.17º | 0.22% | 0.93% | - |
| XYZ | 66.13 | 66.58 | 54.71 | - |
| YUV | 213.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 184 | 0 | 0.12 | 0.22 | 0.07 | 27.17 | 0.6 | 0.83 |
| Hex | ED | D0 | B8 | 0 | C | 16 | 7 | 1B | 3C | 53 |
| Octal | 355 | 320 | 270 | 0 | 14 | 26 | 7 | 33 | 74 | 123 |
| Binary | 11101101 | 11010000 | 10111000 | 0 | 1100 | 10110 | 111 | 11011 | 111100 | 1010011 |
Color Harmonies of #EDD0B8
Complementary color
Monochromatic Colors of #EDD0B8
Black with #EDD0B8
Text Example
Text Example
White with #EDD0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0B8; }
p { color: rgb(237,208,184); }
H1.HeaderClassName
{
color: #EDD0B8;
}
.AnyTagClassName
{
color: #EDD0B8;
}
</style>
background-color css
<style>
a { background-color: #EDD0B8; }
a { background-color: rgb(237,208,184); }
div.DivClassName
{
background-color: #EDD0B8;
}
.BgClassName
{
background-color: #EDD0B8;
}
</style>
border-color css
<style>
span { border-color: #EDD0B8; }
span { border-color: rgb(237,208,184); }
td.TdClassName
{
border-color: #EDD0B8;
}
.TagClassName
{
border-color: #EDD0B8;
}
</style>