#EAC5BB

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

Shades of Dust Storm #EAC5BB

Tints of Dust Storm #EAC5BB

Color information

#EAC5BB (or 0xEAC5BB) is unknown color: approx Dust Storm. HEX triplet: EA, C5 and BB. RGB value is (234,197,187). Sum of RGB (Red+Green+Blue) = 234+197+187=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BB is #153A44. Grayscale: #CFCFCF. Windows color (decimal): -1391173 or 12305898. OLE color: 12305898.

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

Color convert

RGB234197187-
CMYK00.160.200.08
HSL12.77º52.81%82.55%-
HSV(B)12.77º20.09%91.76%-
XYZ62.8761.0155.48-
YUV206.92116.76147.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 197 (77.34% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=37.86%
G=31.88%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419718700.160.200.0812.7752.8182.55
HexEAC5BB010148d3553
Octal35230527302024101565123
Binary11101010110001011011101101000010100100011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5BB; }

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

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

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

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

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

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

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

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