Html Css Color HEX #ECC5AE Zinnwaldite

📋 copy color: '#ECC5AE'

red 236 ◦ green 197 ◦ blue 174

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

Shades of Zinnwaldite #ECC5AE

Tints of Zinnwaldite #ECC5AE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.45%

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

R = 38.88%
G = 32.45%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECC5AE (or 0xECC5AE) is known color: Zinnwaldite. HEX triplet: EC, C5 and AE. RGB value is (236,197,174). Sum of RGB (Red+Green+Blue) = 236+197+174=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5AE is #133A51. Grayscale: #CECECE. Windows color (decimal): -1260114 or 11453932. OLE color: 11453932.

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

Color convert

RGB 236 197 174 -
CMYK 0 0.17 0.26 0.07
HSL 22.26º 0.62% 0.8% -
HSV(B) 22.26º 0.26% 0.93% -
XYZ 62.2 60.82 48.51 -
YUV 206.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 236 197 174 0 0.17 0.26 0.07 22.26 0.62 0.8
Hex EC C5 AE 0 11 1A 7 16 3E 50
Octal 354 305 256 0 21 32 7 26 76 120
Binary 11101100 11000101 10101110 0 10001 11010 111 10110 111110 1010000

Color Harmonies of #ECC5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5AE

Black with #ECC5AE

Text Example


Text Example

White with #ECC5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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