#EAC5C0

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

Shades of Dust Storm #EAC5C0

Tints of Dust Storm #EAC5C0

Color information

#EAC5C0 (or 0xEAC5C0) is unknown color: approx Dust Storm. HEX triplet: EA, C5 and C0. RGB value is (234,197,192). Sum of RGB (Red+Green+Blue) = 234+197+192=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5C0 is #153A3F. Grayscale: #CFCFCF. Windows color (decimal): -1391168 or 12633578. OLE color: 12633578.

HSL color Cylindrical-coordinate representation of color #EAC5C0: hue angle of 7.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC5C0 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234197192-
CMYK00.160.180.08
HSL7.14º50%83.53%-
HSV(B)7.14º17.95%91.76%-
XYZ63.4161.2358.35-
YUV207.49119.26146.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=37.56%
G=31.62%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419719200.160.180.087.145083.53
HexEAC5C001012873254
Octal3523053000202210762124
Binary1110101011000101110000000100001001010001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5C0; }

 p { color: rgb(234,197,192); }

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

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

 a { background-color: rgb(234,197,192); }

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

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

 span { border-color: rgb(234,197,192); }

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