Html Css Color HEX #ECC5B0 Zinnwaldite

📋 copy color: '#ECC5B0'

red 236 ◦ green 197 ◦ blue 176

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

Shades of Zinnwaldite #ECC5B0

Tints of Zinnwaldite #ECC5B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.9%

R = 38.75%
G = 32.35%
B = 28.9%

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

#ECC5B0 (or 0xECC5B0) is known color: Zinnwaldite. HEX triplet: EC, C5 and B0. RGB value is (236,197,176). Sum of RGB (Red+Green+Blue) = 236+197+176=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5B0 is #133A4F. Grayscale: #CECECE. Windows color (decimal): -1260112 or 11585004. OLE color: 11585004.

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

Color convert

RGB 236 197 176 -
CMYK 0 0.17 0.25 0.07
HSL 21º 0.61% 0.81% -
HSV(B) 21º 0.25% 0.93% -
XYZ 62.39 60.9 49.54 -
YUV 206.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 236 197 176 0 0.17 0.25 0.07 21 0.61 0.81
Hex EC C5 B0 0 11 19 7 15 3D 51
Octal 354 305 260 0 21 31 7 25 75 121
Binary 11101100 11000101 10110000 0 10001 11001 111 10101 111101 1010001

Color Harmonies of #ECC5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5B0

Black with #ECC5B0

Text Example


Text Example

White with #ECC5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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