#E5C4BA

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

Shades of Dust Storm #E5C4BA

Tints of Dust Storm #E5C4BA

Color information

#E5C4BA (or 0xE5C4BA) is unknown color: approx Dust Storm. HEX triplet: E5, C4 and BA. RGB value is (229,196,186). Sum of RGB (Red+Green+Blue) = 229+196+186=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4BA is #1A3B45. Grayscale: #CCCCCC. Windows color (decimal): -1719110 or 12240101. OLE color: 12240101.

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

Color convert

RGB229196186-
CMYK00.140.190.10
HSL13.95º45.26%81.37%-
HSV(B)13.95º18.78%89.8%-
XYZ60.9259.6854.76-
YUV204.73117.43145.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.48%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=37.48%
G=32.08%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919618600.140.190.1013.9545.2681.37
HexE5C4BA0E13Ae2d51
Octal34530427201623121655121
Binary1110010111000100101110100111010011101011101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4BA; }

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

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

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

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

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

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

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

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