Shades of Dust Storm #E4CABD
Tints of Dust Storm #E4CABD
RGB
CMYK
RGB Variations
Color information
#E4CABD (or 0xE4CABD) is known color: Dust Storm. HEX triplet: E4, CA and BD. RGB value is (228,202,189). Sum of RGB (Red+Green+Blue) = 228+202+189=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CABD is #1B3542. Grayscale: #D0D0D0. Windows color (decimal): -1783107 or 12438244. OLE color: 12438244.
HSL color Cylindrical-coordinate representation of color #E4CABD: hue angle of 20º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CABD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 202 | 189 | - |
CMYK | 0 | 0.11 | 0.17 | 0.11 |
HSL | 20º | 0.42% | 0.82% | - |
HSV(B) | 20º | 0.17% | 0.89% | - |
XYZ | 62.3 | 62.41 | 56.91 | - |
YUV | 208.29 | 117.11 | 142.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 202 | 189 | 0 | 0.11 | 0.17 | 0.11 | 20 | 0.42 | 0.82 |
Hex | E4 | CA | BD | 0 | B | 11 | B | 14 | 2A | 52 |
Octal | 344 | 312 | 275 | 0 | 13 | 21 | 13 | 24 | 52 | 122 |
Binary | 11100100 | 11001010 | 10111101 | 0 | 1011 | 10001 | 1011 | 10100 | 101010 | 1010010 |
Color Harmonies of #E4CABD
Complementary color
Monochromatic Colors of #E4CABD
Black with #E4CABD
Text Example
Text Example
White with #E4CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CABD; }
p { color: rgb(228,202,189); }
H1.HeaderClassName
{
color: #E4CABD;
}
.AnyTagClassName
{
color: #E4CABD;
}
</style>
background-color css
<style>
a { background-color: #E4CABD; }
a { background-color: rgb(228,202,189); }
div.DivClassName
{
background-color: #E4CABD;
}
.BgClassName
{
background-color: #E4CABD;
}
</style>
border-color css
<style>
span { border-color: #E4CABD; }
span { border-color: rgb(228,202,189); }
td.TdClassName
{
border-color: #E4CABD;
}
.TagClassName
{
border-color: #E4CABD;
}
</style>