Html Css Color HEX #ECC0AE Zinnwaldite

📋 copy color: '#ECC0AE'

red 236 ◦ green 192 ◦ blue 174

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

Shades of Zinnwaldite #ECC0AE

Tints of Zinnwaldite #ECC0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

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

R = 39.2%
G = 31.89%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECC0AE (or 0xECC0AE) is known color: Zinnwaldite. HEX triplet: EC, C0 and AE. RGB value is (236,192,174). Sum of RGB (Red+Green+Blue) = 236+192+174=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AE is #133F51. Grayscale: #CBCBCB. Windows color (decimal): -1261394 or 11452652. OLE color: 11452652.

HSL color Cylindrical-coordinate representation of color #ECC0AE: hue angle of 17.42º 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 #ECC0AE is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 174 -
CMYK 0 0.19 0.26 0.07
HSL 17.42º 0.62% 0.8% -
HSV(B) 17.42º 0.26% 0.93% -
XYZ 61.08 58.59 48.13 -
YUV 203.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 236 192 174 0 0.19 0.26 0.07 17.42 0.62 0.8
Hex EC C0 AE 0 13 1A 7 11 3E 50
Octal 354 300 256 0 23 32 7 21 76 120
Binary 11101100 11000000 10101110 0 10011 11010 111 10001 111110 1010000

Color Harmonies of #ECC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0AE

Black with #ECC0AE

Text Example


Text Example

White with #ECC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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