#E1CABA

Color #E1CABA Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #E1CABA

Tints of Dust Storm #E1CABA

Color information

#E1CABA (or 0xE1CABA) is unknown color: approx Dust Storm. HEX triplet: E1, CA and BA. RGB value is (225,202,186). Sum of RGB (Red+Green+Blue) = 225+202+186=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABA is #1E3545. Grayscale: #CFCFCF. Windows color (decimal): -1979718 or 12241633. OLE color: 12241633.

HSL color Cylindrical-coordinate representation of color #E1CABA: hue angle of 24.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CABA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225202186-
CMYK00.100.170.12
HSL24.62º39.39%80.59%-
HSV(B)24.62º17.33%88.24%-
XYZ61.0361.7955.16-
YUV207.05116.12140.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=36.70%
G=32.95%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520218600.100.170.1224.6239.3980.59
HexE1CABA0A11C192751
Octal34131227201221143147121
Binary11100001110010101011101001010100011100110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CABA; }

 p { color: rgb(225,202,186); }

 H1.HeaderClassName
 {
   color: #E1CABA;
 }
 .AnyTagClassName
 {
   color: #E1CABA;
 }
</style>
background-color css

<style>
 a { background-color: #E1CABA; }

 a { background-color: rgb(225,202,186); }

 div.DivClassName
 {
   background-color: #E1CABA;
 }
 .BgClassName
 {
   background-color: #E1CABA;
 }
</style>
border-color css

<style>
 span { border-color: #E1CABA; }

 span { border-color: rgb(225,202,186); }

 td.TdClassName
 {
   border-color: #E1CABA;
 }
 .TagClassName
 {
   border-color: #E1CABA;
 }
</style>