#EAC5BE

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

Shades of Dust Storm #EAC5BE

Tints of Dust Storm #EAC5BE

Color information

#EAC5BE (or 0xEAC5BE) is unknown color: approx Dust Storm. HEX triplet: EA, C5 and BE. RGB value is (234,197,190). Sum of RGB (Red+Green+Blue) = 234+197+190=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BE is #153A41. Grayscale: #CFCFCF. Windows color (decimal): -1391170 or 12502506. OLE color: 12502506.

HSL color Cylindrical-coordinate representation of color #EAC5BE: hue angle of 9.55º degrees, saturation: 0.51, 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 #EAC5BE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234197190-
CMYK00.160.190.08
HSL9.55º51.16%83.14%-
HSV(B)9.55º18.8%91.76%-
XYZ63.1961.1457.19-
YUV207.26118.26147.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=37.68%
G=31.72%
B=30.60%

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
Decimal23419719000.160.190.089.5551.1683.14
HexEAC5BE010138a3353
Octal35230527602023101263123
Binary11101010110001011011111001000010011100010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5BE; }

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

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

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

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

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

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

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

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