#E2C9BA

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

Shades of Dust Storm #E2C9BA

Tints of Dust Storm #E2C9BA

Color information

#E2C9BA (or 0xE2C9BA) is unknown color: approx Dust Storm. HEX triplet: E2, C9 and BA. RGB value is (226,201,186). Sum of RGB (Red+Green+Blue) = 226+201+186=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9BA is #1D3645. Grayscale: #CECECE. Windows color (decimal): -1914438 or 12241378. OLE color: 12241378.

HSL color Cylindrical-coordinate representation of color #E2C9BA: hue angle of 22.5º 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 #E2C9BA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226201186-
CMYK00.110.180.11
HSL22.5º40.82%80.78%-
HSV(B)22.5º17.7%88.63%-
XYZ61.1161.4955.1-
YUV206.76116.28141.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=36.87%
G=32.79%
B=30.34%

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
Decimal22620118600.110.180.1122.540.8280.78
HexE2C9BA0B12B172951
Octal34231127201322132751121
Binary11100010110010011011101001011100101011101111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9BA; }

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

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

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

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

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

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

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

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