#EAC9BE

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

Shades of Dust Storm #EAC9BE

Tints of Dust Storm #EAC9BE

Color information

#EAC9BE (or 0xEAC9BE) is unknown color: approx Dust Storm. HEX triplet: EA, C9 and BE. RGB value is (234,201,190). Sum of RGB (Red+Green+Blue) = 234+201+190=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9BE is #153641. Grayscale: #D1D1D1. Windows color (decimal): -1390146 or 12503530. OLE color: 12503530.

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

Color convert

RGB234201190-
CMYK00.140.190.08
HSL15º51.16%83.14%-
HSV(B)15º18.8%91.76%-
XYZ64.1162.9857.49-
YUV209.61116.93145.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=37.44%
G=32.16%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420119000.140.190.081551.1683.14
HexEAC9BE0E138f3353
Octal35231127601623101763123
Binary1110101011001001101111100111010011100011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9BE; }

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

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

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

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

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

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

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

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