Html Css Color HEX #ECC0AD Zinnwaldite

📋 copy color: '#ECC0AD'

red 236 ◦ green 192 ◦ blue 173

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

Shades of Zinnwaldite #ECC0AD

Tints of Zinnwaldite #ECC0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.79%

R = 39.27%
G = 31.95%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECC0AD (or 0xECC0AD) is known color: Zinnwaldite. HEX triplet: EC, C0 and AD. RGB value is (236,192,173). Sum of RGB (Red+Green+Blue) = 236+192+173=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AD is #133F52. Grayscale: #CBCBCB. Windows color (decimal): -1261395 or 11387116. OLE color: 11387116.

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

Color convert

RGB 236 192 173 -
CMYK 0 0.19 0.27 0.07
HSL 18.1º 0.62% 0.8% -
HSV(B) 18.1º 0.27% 0.93% -
XYZ 60.98 58.55 47.62 -
YUV 202.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 236 192 173 0 0.19 0.27 0.07 18.1 0.62 0.8
Hex EC C0 AD 0 13 1B 7 12 3E 50
Octal 354 300 255 0 23 33 7 22 76 120
Binary 11101100 11000000 10101101 0 10011 11011 111 10010 111110 1010000

Color Harmonies of #ECC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0AD

Black with #ECC0AD

Text Example


Text Example

White with #ECC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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