#EAC5BD

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

Shades of Dust Storm #EAC5BD

Tints of Dust Storm #EAC5BD

Color information

#EAC5BD (or 0xEAC5BD) is unknown color: approx Dust Storm. HEX triplet: EA, C5 and BD. RGB value is (234,197,189). Sum of RGB (Red+Green+Blue) = 234+197+189=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BD is #153A42. Grayscale: #CFCFCF. Windows color (decimal): -1391171 or 12436970. OLE color: 12436970.

HSL color Cylindrical-coordinate representation of color #EAC5BD: hue angle of 10.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC5BD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234197189-
CMYK00.160.190.08
HSL10.67º51.72%82.94%-
HSV(B)10.67º19.23%91.76%-
XYZ63.0861.156.61-
YUV207.15117.76147.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=37.74%
G=31.77%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419718900.160.190.0810.6751.7282.94
HexEAC5BD010138b3453
Octal35230527502023101364123
Binary11101010110001011011110101000010011100010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5BD; }

 p { color: rgb(234,197,189); }

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

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

 a { background-color: rgb(234,197,189); }

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

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

 span { border-color: rgb(234,197,189); }

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