#E4C5BC

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

Shades of Dust Storm #E4C5BC

Tints of Dust Storm #E4C5BC

Color information

#E4C5BC (or 0xE4C5BC) is unknown color: approx Dust Storm. HEX triplet: E4, C5 and BC. RGB value is (228,197,188). Sum of RGB (Red+Green+Blue) = 228+197+188=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C5BC is #1B3A43. Grayscale: #CDCDCD. Windows color (decimal): -1784388 or 12371428. OLE color: 12371428.

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

Color convert

RGB228197188-
CMYK00.140.180.11
HSL13.5º42.55%81.57%-
HSV(B)13.5º17.54%89.41%-
XYZ61.0460.0655.95-
YUV205.24118.27144.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.19%
GREEN value IS 197 (77.34% from 255) = 32.14%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=37.19%
G=32.14%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819718800.140.180.1113.542.5581.57
HexE4C5BC0E12Be2b52
Octal34430527401622131653122
Binary1110010011000101101111000111010010101111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5BC; }

 p { color: rgb(228,197,188); }

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

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

 a { background-color: rgb(228,197,188); }

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

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

 span { border-color: rgb(228,197,188); }

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