#E5C4BB

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

Shades of Dust Storm #E5C4BB

Tints of Dust Storm #E5C4BB

Color information

#E5C4BB (or 0xE5C4BB) is unknown color: approx Dust Storm. HEX triplet: E5, C4 and BB. RGB value is (229,196,187). Sum of RGB (Red+Green+Blue) = 229+196+187=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4BB is #1A3B44. Grayscale: #CCCCCC. Windows color (decimal): -1719109 or 12305637. OLE color: 12305637.

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

Color convert

RGB229196187-
CMYK00.140.180.10
HSL12.86º44.68%81.57%-
HSV(B)12.86º18.34%89.8%-
XYZ61.0259.7355.33-
YUV204.84117.93145.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.42%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=37.42%
G=32.03%
B=30.56%

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
Decimal22919618700.140.180.1012.8644.6881.57
HexE5C4BB0E12Ad2d52
Octal34530427301622121555122
Binary1110010111000100101110110111010010101011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4BB; }

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

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

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

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

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

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

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

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