#E5C4BC

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

Shades of Dust Storm #E5C4BC

Tints of Dust Storm #E5C4BC

Color information

#E5C4BC (or 0xE5C4BC) is unknown color: approx Dust Storm. HEX triplet: E5, C4 and BC. RGB value is (229,196,188). Sum of RGB (Red+Green+Blue) = 229+196+188=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4BC is #1A3B43. Grayscale: #CDCDCD. Windows color (decimal): -1719108 or 12371173. OLE color: 12371173.

HSL color Cylindrical-coordinate representation of color #E5C4BC: hue angle of 11.71º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C4BC is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229196188-
CMYK00.140.180.10
HSL11.71º44.09%81.76%-
HSV(B)11.71º17.9%89.8%-
XYZ61.1359.7755.89-
YUV204.96118.43145.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.36%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=37.36%
G=31.97%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919618800.140.180.1011.7144.0981.76
HexE5C4BC0E12Ac2c52
Octal34530427401622121454122
Binary1110010111000100101111000111010010101011001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4BC; }

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

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

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

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

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

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

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

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