#EAC6BE

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

Shades of Dust Storm #EAC6BE

Tints of Dust Storm #EAC6BE

Color information

#EAC6BE (or 0xEAC6BE) is unknown color: approx Dust Storm. HEX triplet: EA, C6 and BE. RGB value is (234,198,190). Sum of RGB (Red+Green+Blue) = 234+198+190=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6BE is #153941. Grayscale: #CFCFCF. Windows color (decimal): -1390914 or 12502762. OLE color: 12502762.

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

Color convert

RGB234198190-
CMYK00.150.190.08
HSL10.91º51.16%83.14%-
HSV(B)10.91º18.8%91.76%-
XYZ63.4261.657.26-
YUV207.85117.93146.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=37.62%
G=31.83%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419819000.150.190.0810.9151.1683.14
HexEAC6BE0F138b3353
Octal35230627601723101363123
Binary1110101011000110101111100111110011100010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6BE; }

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

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

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

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

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

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

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

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