#EAC6BC

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

Shades of Dust Storm #EAC6BC

Tints of Dust Storm #EAC6BC

Color information

#EAC6BC (or 0xEAC6BC) is unknown color: approx Dust Storm. HEX triplet: EA, C6 and BC. RGB value is (234,198,188). Sum of RGB (Red+Green+Blue) = 234+198+188=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6BC is #153943. Grayscale: #CFCFCF. Windows color (decimal): -1390916 or 12371690. OLE color: 12371690.

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

Color convert

RGB234198188-
CMYK00.150.200.08
HSL13.04º52.27%82.75%-
HSV(B)13.04º19.66%91.76%-
XYZ63.261.5156.12-
YUV207.62116.93146.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=37.74%
G=31.94%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419818800.150.200.0813.0452.2782.75
HexEAC6BC0F148d3453
Octal35230627401724101564123
Binary1110101011000110101111000111110100100011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6BC; }

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

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

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

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

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

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

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

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