Html Css Color HEX #ECC5B2 Zinnwaldite

📋 copy color: '#ECC5B2'

red 236 ◦ green 197 ◦ blue 178

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

Shades of Zinnwaldite #ECC5B2

Tints of Zinnwaldite #ECC5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.24%

 BLUE value IS 178 (69.92% from 255) = 29.13%

R = 38.63%
G = 32.24%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECC5B2 (or 0xECC5B2) is known color: Zinnwaldite. HEX triplet: EC, C5 and B2. RGB value is (236,197,178). Sum of RGB (Red+Green+Blue) = 236+197+178=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5B2 is #133A4D. Grayscale: #CECECE. Windows color (decimal): -1260110 or 11716076. OLE color: 11716076.

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

Color convert

RGB 236 197 178 -
CMYK 0 0.17 0.25 0.07
HSL 19.66º 0.6% 0.81% -
HSV(B) 19.66º 0.25% 0.93% -
XYZ 62.59 60.98 50.59 -
YUV 206.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 236 197 178 0 0.17 0.25 0.07 19.66 0.6 0.81
Hex EC C5 B2 0 11 19 7 14 3C 51
Octal 354 305 262 0 21 31 7 24 74 121
Binary 11101100 11000101 10110010 0 10001 11001 111 10100 111100 1010001

Color Harmonies of #ECC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5B2

Black with #ECC5B2

Text Example


Text Example

White with #ECC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5B2; }

 p { color: rgb(236,197,178); }

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

background-color css

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

 a { background-color: rgb(236,197,178); }

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

border-color css

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

 span { border-color: rgb(236,197,178); }

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