#E5C3BA

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

Shades of Dust Storm #E5C3BA

Tints of Dust Storm #E5C3BA

Color information

#E5C3BA (or 0xE5C3BA) is unknown color: approx Dust Storm. HEX triplet: E5, C3 and BA. RGB value is (229,195,186). Sum of RGB (Red+Green+Blue) = 229+195+186=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3BA is #1A3C45. Grayscale: #CCCCCC. Windows color (decimal): -1719366 or 12239845. OLE color: 12239845.

HSL color Cylindrical-coordinate representation of color #E5C3BA: hue angle of 12.56º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5C3BA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229195186-
CMYK00.150.190.10
HSL12.56º45.26%81.37%-
HSV(B)12.56º18.78%89.8%-
XYZ60.6959.2354.69-
YUV204.14117.76145.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.54%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=37.54%
G=31.97%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919518600.150.190.1012.5645.2681.37
HexE5C3BA0F13Ad2d51
Octal34530327201723121555121
Binary1110010111000011101110100111110011101011011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3BA; }

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

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

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

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

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

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

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

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