#E5CAB9

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

Shades of Dust Storm #E5CAB9

Tints of Dust Storm #E5CAB9

Color information

#E5CAB9 (or 0xE5CAB9) is unknown color: approx Dust Storm. HEX triplet: E5, CA and B9. RGB value is (229,202,185). Sum of RGB (Red+Green+Blue) = 229+202+185=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAB9 is #1A3546. Grayscale: #D0D0D0. Windows color (decimal): -1717575 or 12176101. OLE color: 12176101.

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

Color convert

RGB229202185-
CMYK00.120.190.10
HSL23.18º45.83%81.18%-
HSV(B)23.18º19.21%89.8%-
XYZ62.1962.454.67-
YUV208.14114.95142.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.18%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=37.18%
G=32.79%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920218500.120.190.1023.1845.8381.18
HexE5CAB90C13A172e51
Octal34531227101423122756121
Binary11100101110010101011100101100100111010101111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAB9; }

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

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

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

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

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

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

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

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