#EAC5BC

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

Shades of Dust Storm #EAC5BC

Tints of Dust Storm #EAC5BC

Color information

#EAC5BC (or 0xEAC5BC) is unknown color: approx Dust Storm. HEX triplet: EA, C5 and BC. RGB value is (234,197,188). Sum of RGB (Red+Green+Blue) = 234+197+188=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5BC is #153A43. Grayscale: #CFCFCF. Windows color (decimal): -1391172 or 12371434. OLE color: 12371434.

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

Color convert

RGB234197188-
CMYK00.160.200.08
HSL11.74º52.27%82.75%-
HSV(B)11.74º19.66%91.76%-
XYZ62.9861.0656.04-
YUV207.04117.26147.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=37.80%
G=31.83%
B=30.37%

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
Decimal23419718800.160.200.0811.7452.2782.75
HexEAC5BC010148c3453
Octal35230527402024101464123
Binary11101010110001011011110001000010100100011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5BC; }

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

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

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

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

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

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

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

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