Html Css Color HEX #ECC1AA Zinnwaldite

📋 copy color: '#ECC1AA'

red 236 ◦ green 193 ◦ blue 170

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

Shades of Zinnwaldite #ECC1AA

Tints of Zinnwaldite #ECC1AA

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

 GREEN value IS 193 (75.78% from 255) = 32.22%

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 39.4%
G = 32.22%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECC1AA (or 0xECC1AA) is known color: Zinnwaldite. HEX triplet: EC, C1 and AA. RGB value is (236,193,170). Sum of RGB (Red+Green+Blue) = 236+193+170=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1AA is #133E55. Grayscale: #CBCBCB. Windows color (decimal): -1261142 or 11190764. OLE color: 11190764.

HSL color Cylindrical-coordinate representation of color #ECC1AA: hue angle of 20.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC1AA is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 170 -
CMYK 0 0.18 0.28 0.07
HSL 20.91º 0.63% 0.8% -
HSV(B) 20.91º 0.28% 0.93% -
XYZ 60.92 58.88 46.18 -
YUV 203.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 236 193 170 0 0.18 0.28 0.07 20.91 0.63 0.8
Hex EC C1 AA 0 12 1C 7 15 3F 50
Octal 354 301 252 0 22 34 7 25 77 120
Binary 11101100 11000001 10101010 0 10010 11100 111 10101 111111 1010000

Color Harmonies of #ECC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1AA

Black with #ECC1AA

Text Example


Text Example

White with #ECC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1AA; }

 p { color: rgb(236,193,170); }

 H1.HeaderClassName
 {
   color: #ECC1AA;
 }
 .AnyTagClassName
 {
   color: #ECC1AA;
 }
</style>

background-color css

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

 a { background-color: rgb(236,193,170); }

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

border-color css

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

 span { border-color: rgb(236,193,170); }

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