#EAC7C1

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

Shades of Dust Storm #EAC7C1

Tints of Dust Storm #EAC7C1

Color information

#EAC7C1 (or 0xEAC7C1) is unknown color: approx Dust Storm. HEX triplet: EA, C7 and C1. RGB value is (234,199,193). Sum of RGB (Red+Green+Blue) = 234+199+193=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7C1 is #15383E. Grayscale: #D0D0D0. Windows color (decimal): -1390655 or 12699626. OLE color: 12699626.

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

Color convert

RGB234199193-
CMYK00.150.180.08
HSL8.78º49.4%83.73%-
HSV(B)8.78º17.52%91.76%-
XYZ63.9862.1959.08-
YUV208.78119.1145.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 193 (75.78% from 255) = 30.83%
R=37.38%
G=31.79%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419919300.150.180.088.7849.483.73
HexEAC7C10F12893154
Octal35230730101722101161124
Binary1110101011000111110000010111110010100010011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7C1; }

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

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

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

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

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

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

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

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