#E9C3BA

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

Shades of Dust Storm #E9C3BA

Tints of Dust Storm #E9C3BA

Color information

#E9C3BA (or 0xE9C3BA) is unknown color: approx Dust Storm. HEX triplet: E9, C3 and BA. RGB value is (233,195,186). Sum of RGB (Red+Green+Blue) = 233+195+186=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C3BA is #163C45. Grayscale: #CDCDCD. Windows color (decimal): -1457222 or 12239849. OLE color: 12239849.

HSL color Cylindrical-coordinate representation of color #E9C3BA: hue angle of 11.49º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9C3BA is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233195186-
CMYK00.160.200.09
HSL11.49º51.65%82.16%-
HSV(B)11.49º20.17%91.37%-
XYZ61.9859.954.75-
YUV205.34117.09147.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=37.95%
G=31.76%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319518600.160.200.0911.4951.6582.16
HexE9C3BA010149b3452
Octal35130327202024111364122
Binary11101001110000111011101001000010100100110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C3BA; }

 p { color: rgb(233,195,186); }

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

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

 a { background-color: rgb(233,195,186); }

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

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

 span { border-color: rgb(233,195,186); }

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