#E5CAC4

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

Shades of Dust Storm #E5CAC4

Tints of Dust Storm #E5CAC4

Color information

#E5CAC4 (or 0xE5CAC4) is unknown color: approx Dust Storm. HEX triplet: E5, CA and C4. RGB value is (229,202,196). Sum of RGB (Red+Green+Blue) = 229+202+196=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAC4 is #1A353B. Grayscale: #D1D1D1. Windows color (decimal): -1717564 or 12896997. OLE color: 12896997.

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

Color convert

RGB229202196-
CMYK00.120.140.10
HSL10.91º38.82%83.33%-
HSV(B)10.91º14.41%89.8%-
XYZ63.462.8861.02-
YUV209.39120.45141.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=36.52%
G=32.22%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920219600.120.140.1010.9138.8283.33
HexE5CAC40CEAb2753
Octal34531230401416121347123
Binary111001011100101011000100011001110101010111001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAC4; }

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

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

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

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

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

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

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

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