#E2C9BE

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

Shades of Dust Storm #E2C9BE

Tints of Dust Storm #E2C9BE

Color information

#E2C9BE (or 0xE2C9BE) is unknown color: approx Dust Storm. HEX triplet: E2, C9 and BE. RGB value is (226,201,190). Sum of RGB (Red+Green+Blue) = 226+201+190=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9BE is #1D3641. Grayscale: #CFCFCF. Windows color (decimal): -1914434 or 12503522. OLE color: 12503522.

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

Color convert

RGB226201190-
CMYK00.110.160.11
HSL18.33º38.3%81.57%-
HSV(B)18.33º15.93%88.63%-
XYZ61.5461.6657.37-
YUV207.22118.28141.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=36.63%
G=32.58%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620119000.110.160.1118.3338.381.57
HexE2C9BE0B10B122652
Octal34231127601320132246122
Binary11100010110010011011111001011100001011100101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9BE; }

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

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

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

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

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

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

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

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