#E4CABA

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

Shades of Dust Storm #E4CABA

Tints of Dust Storm #E4CABA

Color information

#E4CABA (or 0xE4CABA) is unknown color: approx Dust Storm. HEX triplet: E4, CA and BA. RGB value is (228,202,186). Sum of RGB (Red+Green+Blue) = 228+202+186=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CABA is #1B3545. Grayscale: #D0D0D0. Windows color (decimal): -1783110 or 12241636. OLE color: 12241636.

HSL color Cylindrical-coordinate representation of color #E4CABA: hue angle of 22.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CABA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228202186-
CMYK00.110.180.11
HSL22.86º43.75%81.18%-
HSV(B)22.86º18.42%89.41%-
XYZ61.9862.2855.21-
YUV207.95115.61142.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.01%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=37.01%
G=32.79%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820218600.110.180.1122.8643.7581.18
HexE4CABA0B12B172c51
Octal34431227201322132754121
Binary11100100110010101011101001011100101011101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CABA; }

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

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

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

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

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

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

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

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