#E7CABA

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

Shades of Dust Storm #E7CABA

Tints of Dust Storm #E7CABA

Color information

#E7CABA (or 0xE7CABA) is unknown color: approx Dust Storm. HEX triplet: E7, CA and BA. RGB value is (231,202,186). Sum of RGB (Red+Green+Blue) = 231+202+186=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABA is #183545. Grayscale: #D0D0D0. Windows color (decimal): -1586502 or 12241639. OLE color: 12241639.

HSL color Cylindrical-coordinate representation of color #E7CABA: hue angle of 21.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CABA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231202186-
CMYK00.130.190.09
HSL21.33º48.39%81.76%-
HSV(B)21.33º19.48%90.59%-
XYZ62.9462.7855.25-
YUV208.85115.11143.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=37.32%
G=32.63%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120218600.130.190.0921.3348.3981.76
HexE7CABA0D139153052
Octal34731227201523112560122
Binary11100111110010101011101001101100111001101011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CABA; }

 p { color: rgb(231,202,186); }

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

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

 a { background-color: rgb(231,202,186); }

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

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

 span { border-color: rgb(231,202,186); }

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