#EAC9BC

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

Shades of Dust Storm #EAC9BC

Tints of Dust Storm #EAC9BC

Color information

#EAC9BC (or 0xEAC9BC) is unknown color: approx Dust Storm. HEX triplet: EA, C9 and BC. RGB value is (234,201,188). Sum of RGB (Red+Green+Blue) = 234+201+188=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9BC is #153643. Grayscale: #D1D1D1. Windows color (decimal): -1390148 or 12372458. OLE color: 12372458.

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

Color convert

RGB234201188-
CMYK00.140.200.08
HSL16.96º52.27%82.75%-
HSV(B)16.96º19.66%91.76%-
XYZ63.962.956.35-
YUV209.38115.93145.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 188 (73.83% from 255) = 30.18%
R=37.56%
G=32.26%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420118800.140.200.0816.9652.2782.75
HexEAC9BC0E148113453
Octal35231127401624102164123
Binary11101010110010011011110001110101001000100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9BC; }

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

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

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

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

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

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

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

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