#EACCC0

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

Shades of Dust Storm #EACCC0

Tints of Dust Storm #EACCC0

Color information

#EACCC0 (or 0xEACCC0) is unknown color: approx Dust Storm. HEX triplet: EA, CC and C0. RGB value is (234,204,192). Sum of RGB (Red+Green+Blue) = 234+204+192=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC0 is #15333F. Grayscale: #D3D3D3. Windows color (decimal): -1389376 or 12635370. OLE color: 12635370.

HSL color Cylindrical-coordinate representation of color #EACCC0: hue angle of 17.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 #EACCC0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234204192-
CMYK00.130.180.08
HSL17.14º50%83.53%-
HSV(B)17.14º17.95%91.76%-
XYZ65.0464.4858.89-
YUV211.6116.94143.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=37.14%
G=32.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420419200.130.180.0817.145083.53
HexEACCC00D128113254
Octal35231430001522102162124
Binary11101010110011001100000001101100101000100011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCC0; }

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

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

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

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

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

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

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

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