Html Css Color HEX #ECC5BA Dust Storm

📋 copy color: '#ECC5BA'

red 236 ◦ green 197 ◦ blue 186

#ECC5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #ECC5BA

Tints of Dust Storm #ECC5BA

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 value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECC5BA (or 0xECC5BA) is known color: 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

RGB 236 197 186 -
CMYK 0 0.17 0.21 0.07
HSL 13.2º 0.57% 0.83% -
HSV(B) 13.2º 0.21% 0.93% -
XYZ 63.42 61.31 54.95 -
YUV 207.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 236 197 186 0 0.17 0.21 0.07 13.2 0.57 0.83
Hex EC C5 BA 0 11 15 7 D 39 53
Octal 354 305 272 0 21 25 7 15 71 123
Binary 11101100 11000101 10111010 0 10001 10101 111 1101 111001 1010011

Color Harmonies of #ECC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5BA

Black with #ECC5BA

Text Example


Text Example

White with #ECC5BA

Text Example


Text Example

HTML Codes & Css Web 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>