Html Css Color HEX #ECC4B0 Zinnwaldite

📋 copy color: '#ECC4B0'

red 236 ◦ green 196 ◦ blue 176

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

Shades of Zinnwaldite #ECC4B0

Tints of Zinnwaldite #ECC4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.24%

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

R = 38.82%
G = 32.24%
B = 28.95%

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

#ECC4B0 (or 0xECC4B0) is known color: Zinnwaldite. HEX triplet: EC, C4 and B0. RGB value is (236,196,176). Sum of RGB (Red+Green+Blue) = 236+196+176=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4B0 is #133B4F. Grayscale: #CDCDCD. Windows color (decimal): -1260368 or 11584748. OLE color: 11584748.

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

Color convert

RGB 236 196 176 -
CMYK 0 0.17 0.25 0.07
HSL 20º 0.61% 0.81% -
HSV(B) 20º 0.25% 0.93% -
XYZ 62.17 60.45 49.47 -
YUV 205.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 236 196 176 0 0.17 0.25 0.07 20 0.61 0.81
Hex EC C4 B0 0 11 19 7 14 3D 51
Octal 354 304 260 0 21 31 7 24 75 121
Binary 11101100 11000100 10110000 0 10001 11001 111 10100 111101 1010001

Color Harmonies of #ECC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC4B0

Black with #ECC4B0

Text Example


Text Example

White with #ECC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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