#E5CAC1

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

Shades of Dust Storm #E5CAC1

Tints of Dust Storm #E5CAC1

Color information

#E5CAC1 (or 0xE5CAC1) is unknown color: approx Dust Storm. HEX triplet: E5, CA and C1. RGB value is (229,202,193). Sum of RGB (Red+Green+Blue) = 229+202+193=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAC1 is #1A353E. Grayscale: #D1D1D1. Windows color (decimal): -1717567 or 12700389. OLE color: 12700389.

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

Color convert

RGB229202193-
CMYK00.120.160.10
HSL15º40.91%82.75%-
HSV(B)15º15.72%89.8%-
XYZ63.0662.7559.24-
YUV209.05118.95142.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=36.70%
G=32.37%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920219300.120.160.101540.9182.75
HexE5CAC10C10Af2953
Octal34531230101420121751123
Binary1110010111001010110000010110010000101011111010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAC1; }

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

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

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

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

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

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

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

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