Html Css Color HEX #ECC3AD Zinnwaldite

📋 copy color: '#ECC3AD'

red 236 ◦ green 195 ◦ blue 173

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

Shades of Zinnwaldite #ECC3AD

Tints of Zinnwaldite #ECC3AD

RGB

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

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

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

R = 39.07%
G = 32.28%
B = 28.64%

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

#ECC3AD (or 0xECC3AD) is known color: Zinnwaldite. HEX triplet: EC, C3 and AD. RGB value is (236,195,173). Sum of RGB (Red+Green+Blue) = 236+195+173=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AD is #133C52. Grayscale: #CCCCCC. Windows color (decimal): -1260627 or 11387884. OLE color: 11387884.

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

Color convert

RGB 236 195 173 -
CMYK 0 0.17 0.27 0.07
HSL 20.95º 0.62% 0.8% -
HSV(B) 20.95º 0.27% 0.93% -
XYZ 61.65 59.88 47.84 -
YUV 204.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 236 195 173 0 0.17 0.27 0.07 20.95 0.62 0.8
Hex EC C3 AD 0 11 1B 7 15 3E 50
Octal 354 303 255 0 21 33 7 25 76 120
Binary 11101100 11000011 10101101 0 10001 11011 111 10101 111110 1010000

Color Harmonies of #ECC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3AD

Black with #ECC3AD

Text Example


Text Example

White with #ECC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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