Html Css Color HEX #ECC4AC Zinnwaldite

📋 copy color: '#ECC4AC'

red 236 ◦ green 196 ◦ blue 172

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

Shades of Zinnwaldite #ECC4AC

Tints of Zinnwaldite #ECC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.45%

 BLUE value IS 172 (67.58% from 255) = 28.48%

R = 39.07%
G = 32.45%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECC4AC (or 0xECC4AC) is known color: Zinnwaldite. HEX triplet: EC, C4 and AC. RGB value is (236,196,172). Sum of RGB (Red+Green+Blue) = 236+196+172=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4AC is #133B53. Grayscale: #CDCDCD. Windows color (decimal): -1260372 or 11322604. OLE color: 11322604.

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

Color convert

RGB 236 196 172 -
CMYK 0 0.17 0.27 0.07
HSL 22.5º 0.63% 0.8% -
HSV(B) 22.5º 0.27% 0.93% -
XYZ 61.78 60.29 47.41 -
YUV 205.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 236 196 172 0 0.17 0.27 0.07 22.5 0.63 0.8
Hex EC C4 AC 0 11 1B 7 16 3F 50
Octal 354 304 254 0 21 33 7 26 77 120
Binary 11101100 11000100 10101100 0 10001 11011 111 10110 111111 1010000

Color Harmonies of #ECC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC4AC

Black with #ECC4AC

Text Example


Text Example

White with #ECC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC4AC; }

 p { color: rgb(236,196,172); }

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

background-color css

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

 a { background-color: rgb(236,196,172); }

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

border-color css

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

 span { border-color: rgb(236,196,172); }

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