Html Css Color HEX #ECC1AF Zinnwaldite

📋 copy color: '#ECC1AF'

red 236 ◦ green 193 ◦ blue 175

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

Shades of Zinnwaldite #ECC1AF

Tints of Zinnwaldite #ECC1AF

RGB

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

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

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

R = 39.07%
G = 31.95%
B = 28.97%

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

#ECC1AF (or 0xECC1AF) is known color: Zinnwaldite. HEX triplet: EC, C1 and AF. RGB value is (236,193,175). Sum of RGB (Red+Green+Blue) = 236+193+175=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1AF is #133E50. Grayscale: #CBCBCB. Windows color (decimal): -1261137 or 11518444. OLE color: 11518444.

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

Color convert

RGB 236 193 175 -
CMYK 0 0.18 0.26 0.07
HSL 17.7º 0.62% 0.81% -
HSV(B) 17.7º 0.26% 0.93% -
XYZ 61.4 59.07 48.72 -
YUV 203.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 236 193 175 0 0.18 0.26 0.07 17.7 0.62 0.81
Hex EC C1 AF 0 12 1A 7 12 3E 51
Octal 354 301 257 0 22 32 7 22 76 121
Binary 11101100 11000001 10101111 0 10010 11010 111 10010 111110 1010001

Color Harmonies of #ECC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1AF

Black with #ECC1AF

Text Example


Text Example

White with #ECC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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