#E2CABA

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

Shades of Dust Storm #E2CABA

Tints of Dust Storm #E2CABA

Color information

#E2CABA (or 0xE2CABA) is unknown color: approx Dust Storm. HEX triplet: E2, CA and BA. RGB value is (226,202,186). Sum of RGB (Red+Green+Blue) = 226+202+186=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CABA is #1D3545. Grayscale: #CFCFCF. Windows color (decimal): -1914182 or 12241634. OLE color: 12241634.

HSL color Cylindrical-coordinate representation of color #E2CABA: hue angle of 24º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CABA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226202186-
CMYK00.110.180.11
HSL24º40.82%80.78%-
HSV(B)24º17.7%88.63%-
XYZ61.3561.9555.18-
YUV207.35115.95141.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.81%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=36.81%
G=32.90%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620218600.110.180.112440.8280.78
HexE2CABA0B12B182951
Octal34231227201322133051121
Binary11100010110010101011101001011100101011110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CABA; }

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

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

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

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

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

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

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

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