#EAC7BB

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

Shades of Dust Storm #EAC7BB

Tints of Dust Storm #EAC7BB

Color information

#EAC7BB (or 0xEAC7BB) is unknown color: approx Dust Storm. HEX triplet: EA, C7 and BB. RGB value is (234,199,187). Sum of RGB (Red+Green+Blue) = 234+199+187=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7BB is #153844. Grayscale: #D0D0D0. Windows color (decimal): -1390661 or 12306410. OLE color: 12306410.

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

Color convert

RGB234199187-
CMYK00.150.200.08
HSL15.32º52.81%82.55%-
HSV(B)15.32º20.09%91.76%-
XYZ63.3261.9355.63-
YUV208.1116.1146.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=37.74%
G=32.10%
B=30.16%

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
Decimal23419918700.150.200.0815.3252.8182.55
HexEAC7BB0F148f3553
Octal35230727301724101765123
Binary1110101011000111101110110111110100100011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7BB; }

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

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

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

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

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

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

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

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