#E9C8BA

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

Shades of Dust Storm #E9C8BA

Tints of Dust Storm #E9C8BA

Color information

#E9C8BA (or 0xE9C8BA) is unknown color: approx Dust Storm. HEX triplet: E9, C8 and BA. RGB value is (233,200,186). Sum of RGB (Red+Green+Blue) = 233+200+186=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8BA is #163745. Grayscale: #D0D0D0. Windows color (decimal): -1455942 or 12241129. OLE color: 12241129.

HSL color Cylindrical-coordinate representation of color #E9C8BA: hue angle of 17.87º 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 #E9C8BA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233200186-
CMYK00.140.200.09
HSL17.87º51.65%82.16%-
HSV(B)17.87º20.17%91.37%-
XYZ63.1262.1855.13-
YUV208.27115.43145.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.64%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=37.64%
G=32.31%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320018600.140.200.0917.8751.6582.16
HexE9C8BA0E149123452
Octal35131027201624112264122
Binary11101001110010001011101001110101001001100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8BA; }

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

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

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

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

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

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

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

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