#EAC4BD

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

Shades of Dust Storm #EAC4BD

Tints of Dust Storm #EAC4BD

Color information

#EAC4BD (or 0xEAC4BD) is unknown color: approx Dust Storm. HEX triplet: EA, C4 and BD. RGB value is (234,196,189). Sum of RGB (Red+Green+Blue) = 234+196+189=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4BD is #153B42. Grayscale: #CECECE. Windows color (decimal): -1391427 or 12436714. OLE color: 12436714.

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

Color convert

RGB234196189-
CMYK00.160.190.08
HSL9.33º51.72%82.94%-
HSV(B)9.33º19.23%91.76%-
XYZ62.8660.6556.54-
YUV206.56118.09147.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=37.80%
G=31.66%
B=30.53%

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
Decimal23419618900.160.190.089.3351.7282.94
HexEAC4BD01013893453
Octal35230427502023101164123
Binary11101010110001001011110101000010011100010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4BD; }

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

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

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

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

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

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

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

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