#EAC6BB

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

Shades of Dust Storm #EAC6BB

Tints of Dust Storm #EAC6BB

Color information

#EAC6BB (or 0xEAC6BB) is unknown color: approx Dust Storm. HEX triplet: EA, C6 and BB. RGB value is (234,198,187). Sum of RGB (Red+Green+Blue) = 234+198+187=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6BB is #153944. Grayscale: #CFCFCF. Windows color (decimal): -1390917 or 12306154. OLE color: 12306154.

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

Color convert

RGB234198187-
CMYK00.150.200.08
HSL14.04º52.81%82.55%-
HSV(B)14.04º20.09%91.76%-
XYZ63.161.4755.55-
YUV207.51116.43146.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=37.80%
G=31.99%
B=30.21%

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
Decimal23419818700.150.200.0814.0452.8182.55
HexEAC6BB0F148e3553
Octal35230627301724101665123
Binary1110101011000110101110110111110100100011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6BB; }

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

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

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

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

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

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

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

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