#E2C5BA

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

Shades of Dust Storm #E2C5BA

Tints of Dust Storm #E2C5BA

Color information

#E2C5BA (or 0xE2C5BA) is unknown color: approx Dust Storm. HEX triplet: E2, C5 and BA. RGB value is (226,197,186). Sum of RGB (Red+Green+Blue) = 226+197+186=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C5BA is #1D3A45. Grayscale: #CCCCCC. Windows color (decimal): -1915462 or 12240354. OLE color: 12240354.

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

Color convert

RGB226197186-
CMYK00.130.180.11
HSL16.5º40.82%80.78%-
HSV(B)16.5º17.7%88.63%-
XYZ60.1959.6554.79-
YUV204.42117.61143.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=37.11%
G=32.35%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619718600.130.180.1116.540.8280.78
HexE2C5BA0D12B112951
Octal34230527201522132151121
Binary11100010110001011011101001101100101011100011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5BA; }

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

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

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

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

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

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

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

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