Html Css Color HEX #ECC2AE Zinnwaldite

📋 copy color: '#ECC2AE'

red 236 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #ECC2AE

Tints of Zinnwaldite #ECC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.12%

 BLUE value IS 174 (68.36% from 255) = 28.81%

R = 39.07%
G = 32.12%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECC2AE (or 0xECC2AE) is known color: Zinnwaldite. HEX triplet: EC, C2 and AE. RGB value is (236,194,174). Sum of RGB (Red+Green+Blue) = 236+194+174=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2AE is #133D51. Grayscale: #CCCCCC. Windows color (decimal): -1260882 or 11453164. OLE color: 11453164.

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

Color convert

RGB 236 194 174 -
CMYK 0 0.18 0.26 0.07
HSL 19.35º 0.62% 0.8% -
HSV(B) 19.35º 0.26% 0.93% -
XYZ 61.52 59.47 48.28 -
YUV 204.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 236 194 174 0 0.18 0.26 0.07 19.35 0.62 0.8
Hex EC C2 AE 0 12 1A 7 13 3E 50
Octal 354 302 256 0 22 32 7 23 76 120
Binary 11101100 11000010 10101110 0 10010 11010 111 10011 111110 1010000

Color Harmonies of #ECC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2AE

Black with #ECC2AE

Text Example


Text Example

White with #ECC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2AE; }

 p { color: rgb(236,194,174); }

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

background-color css

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

 a { background-color: rgb(236,194,174); }

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

border-color css

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

 span { border-color: rgb(236,194,174); }

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