Html Css Color HEX #ECC2AF Zinnwaldite

📋 copy color: '#ECC2AF'

red 236 ◦ green 194 ◦ blue 175

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

Shades of Zinnwaldite #ECC2AF

Tints of Zinnwaldite #ECC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.93%

R = 39.01%
G = 32.07%
B = 28.93%

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

#ECC2AF (or 0xECC2AF) is known color: Zinnwaldite. HEX triplet: EC, C2 and AF. RGB value is (236,194,175). Sum of RGB (Red+Green+Blue) = 236+194+175=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2AF is #133D50. Grayscale: #CCCCCC. Windows color (decimal): -1260881 or 11518700. OLE color: 11518700.

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

Color convert

RGB 236 194 175 -
CMYK 0 0.18 0.26 0.07
HSL 18.69º 0.62% 0.81% -
HSV(B) 18.69º 0.26% 0.93% -
XYZ 61.62 59.51 48.8 -
YUV 204.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 236 194 175 0 0.18 0.26 0.07 18.69 0.62 0.81
Hex EC C2 AF 0 12 1A 7 13 3E 51
Octal 354 302 257 0 22 32 7 23 76 121
Binary 11101100 11000010 10101111 0 10010 11010 111 10011 111110 1010001

Color Harmonies of #ECC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2AF

Black with #ECC2AF

Text Example


Text Example

White with #ECC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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