#EAC7BE

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

Shades of Dust Storm #EAC7BE

Tints of Dust Storm #EAC7BE

Color information

#EAC7BE (or 0xEAC7BE) is unknown color: approx Dust Storm. HEX triplet: EA, C7 and BE. RGB value is (234,199,190). Sum of RGB (Red+Green+Blue) = 234+199+190=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7BE is #153841. Grayscale: #D0D0D0. Windows color (decimal): -1390658 or 12503018. OLE color: 12503018.

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

Color convert

RGB234199190-
CMYK00.150.190.08
HSL12.27º51.16%83.14%-
HSV(B)12.27º18.8%91.76%-
XYZ63.6562.0657.34-
YUV208.44117.6146.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=37.56%
G=31.94%
B=30.50%

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
Decimal23419919000.150.190.0812.2751.1683.14
HexEAC7BE0F138c3353
Octal35230727601723101463123
Binary1110101011000111101111100111110011100011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7BE; }

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

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

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

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

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

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

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

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