#ECC5BA

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

Shades of Dust Storm #ECC5BA

Tints of Dust Storm #ECC5BA

Color information

#ECC5BA (or 0xECC5BA) is unknown color: approx Dust Storm. HEX triplet: EC, C5 and BA. RGB value is (236,197,186). Sum of RGB (Red+Green+Blue) = 236+197+186=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5BA is #133A45. Grayscale: #CFCFCF. Windows color (decimal): -1260102 or 12240364. OLE color: 12240364.

HSL color Cylindrical-coordinate representation of color #ECC5BA: hue angle of 13.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC5BA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236197186-
CMYK00.170.210.07
HSL13.2º56.82%82.75%-
HSV(B)13.2º21.19%92.55%-
XYZ63.4261.3154.95-
YUV207.41115.92148.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=38.13%
G=31.83%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619718600.170.210.0713.256.8282.75
HexECC5BA011157d3953
Octal3543052720212571571123
Binary1110110011000101101110100100011010111111011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5BA; }

 p { color: rgb(236,197,186); }

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

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

 a { background-color: rgb(236,197,186); }

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

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

 span { border-color: rgb(236,197,186); }

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