Shades of Wild Sand #EBE7DF
Tints of Wild Sand #EBE7DF
RGB
CMYK
RGB Variations
Color information
#EBE7DF (or 0xEBE7DF) is known color: Wild Sand. HEX triplet: EB, E7 and DF. RGB value is (235,231,223). Sum of RGB (Red+Green+Blue) = 235+231+223=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7DF is #141820. Grayscale: #E7E7E7. Windows color (decimal): -1316897 or 14673899. OLE color: 14673899.
HSL color Cylindrical-coordinate representation of color #EBE7DF: hue angle of 40º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE7DF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 223 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.08 |
| HSL | 40º | 0.23% | 0.9% | - |
| HSV(B) | 40º | 0.05% | 0.92% | - |
| XYZ | 76.16 | 80.14 | 81.27 | - |
| YUV | 231.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 223 | 0 | 0.02 | 0.05 | 0.08 | 40 | 0.23 | 0.9 |
| Hex | EB | E7 | DF | 0 | 2 | 5 | 8 | 28 | 17 | 5A |
| Octal | 353 | 347 | 337 | 0 | 2 | 5 | 10 | 50 | 27 | 132 |
| Binary | 11101011 | 11100111 | 11011111 | 0 | 10 | 101 | 1000 | 101000 | 10111 | 1011010 |
Color Harmonies of #EBE7DF
Complementary color
Monochromatic Colors of #EBE7DF
Black with #EBE7DF
Text Example
Text Example
White with #EBE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE7DF; }
p { color: rgb(235,231,223); }
H1.HeaderClassName
{
color: #EBE7DF;
}
.AnyTagClassName
{
color: #EBE7DF;
}
</style>
background-color css
<style>
a { background-color: #EBE7DF; }
a { background-color: rgb(235,231,223); }
div.DivClassName
{
background-color: #EBE7DF;
}
.BgClassName
{
background-color: #EBE7DF;
}
</style>
border-color css
<style>
span { border-color: #EBE7DF; }
span { border-color: rgb(235,231,223); }
td.TdClassName
{
border-color: #EBE7DF;
}
.TagClassName
{
border-color: #EBE7DF;
}
</style>