Html Css Color HEX #ECC3AB Zinnwaldite

📋 copy color: '#ECC3AB'

red 236 ◦ green 195 ◦ blue 171

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

Shades of Zinnwaldite #ECC3AB

Tints of Zinnwaldite #ECC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.39%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 39.2%
G = 32.39%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECC3AB (or 0xECC3AB) is known color: Zinnwaldite. HEX triplet: EC, C3 and AB. RGB value is (236,195,171). Sum of RGB (Red+Green+Blue) = 236+195+171=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AB is #133C54. Grayscale: #CCCCCC. Windows color (decimal): -1260629 or 11256812. OLE color: 11256812.

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

Color convert

RGB 236 195 171 -
CMYK 0 0.17 0.28 0.07
HSL 22.15º 0.63% 0.8% -
HSV(B) 22.15º 0.28% 0.93% -
XYZ 61.46 59.8 46.83 -
YUV 204.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 236 195 171 0 0.17 0.28 0.07 22.15 0.63 0.8
Hex EC C3 AB 0 11 1C 7 16 3F 50
Octal 354 303 253 0 21 34 7 26 77 120
Binary 11101100 11000011 10101011 0 10001 11100 111 10110 111111 1010000

Color Harmonies of #ECC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3AB

Black with #ECC3AB

Text Example


Text Example

White with #ECC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3AB; }

 p { color: rgb(236,195,171); }

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

background-color css

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

 a { background-color: rgb(236,195,171); }

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

border-color css

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

 span { border-color: rgb(236,195,171); }

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