Shades of Wild Sand #EBE9E5
Tints of Wild Sand #EBE9E5
RGB
CMYK
RGB Variations
Color information
#EBE9E5 (or 0xEBE9E5) is known color: Wild Sand. HEX triplet: EB, E9 and E5. RGB value is (235,233,229). Sum of RGB (Red+Green+Blue) = 235+233+229=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9E5 is #14161A. Grayscale: #E9E9E9. Windows color (decimal): -1316379 or 15067627. OLE color: 15067627.
HSL color Cylindrical-coordinate representation of color #EBE9E5: hue angle of 40º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE9E5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 233 | 229 | - |
CMYK | 0 | 0.01 | 0.03 | 0.08 |
HSL | 40º | 0.13% | 0.91% | - |
HSV(B) | 40º | 0.03% | 0.92% | - |
XYZ | 77.54 | 81.6 | 85.79 | - |
YUV | 233.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 233 | 229 | 0 | 0.01 | 0.03 | 0.08 | 40 | 0.13 | 0.91 |
Hex | EB | E9 | E5 | 0 | 1 | 3 | 8 | 28 | D | 5B |
Octal | 353 | 351 | 345 | 0 | 1 | 3 | 10 | 50 | 15 | 133 |
Binary | 11101011 | 11101001 | 11100101 | 0 | 1 | 11 | 1000 | 101000 | 1101 | 1011011 |
Color Harmonies of #EBE9E5
Complementary color
Monochromatic Colors of #EBE9E5
Black with #EBE9E5
Text Example
Text Example
White with #EBE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9E5; }
p { color: rgb(235,233,229); }
H1.HeaderClassName
{
color: #EBE9E5;
}
.AnyTagClassName
{
color: #EBE9E5;
}
</style>
background-color css
<style>
a { background-color: #EBE9E5; }
a { background-color: rgb(235,233,229); }
div.DivClassName
{
background-color: #EBE9E5;
}
.BgClassName
{
background-color: #EBE9E5;
}
</style>
border-color css
<style>
span { border-color: #EBE9E5; }
span { border-color: rgb(235,233,229); }
td.TdClassName
{
border-color: #EBE9E5;
}
.TagClassName
{
border-color: #EBE9E5;
}
</style>