Html Css Color HEX #ECBEB0 Zinnwaldite

📋 copy color: '#ECBEB0'

red 236 ◦ green 190 ◦ blue 176

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

Shades of Zinnwaldite #ECBEB0

Tints of Zinnwaldite #ECBEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.56%

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

R = 39.2%
G = 31.56%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECBEB0 (or 0xECBEB0) is known color: Zinnwaldite. HEX triplet: EC, BE and B0. RGB value is (236,190,176). Sum of RGB (Red+Green+Blue) = 236+190+176=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEB0 is #13414F. Grayscale: #CACACA. Windows color (decimal): -1261904 or 11583212. OLE color: 11583212.

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

Color convert

RGB 236 190 176 -
CMYK 0 0.19 0.25 0.07
HSL 14º 0.61% 0.81% -
HSV(B) 14º 0.25% 0.93% -
XYZ 60.84 57.79 49.02 -
YUV 202.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 236 190 176 0 0.19 0.25 0.07 14 0.61 0.81
Hex EC BE B0 0 13 19 7 E 3D 51
Octal 354 276 260 0 23 31 7 16 75 121
Binary 11101100 10111110 10110000 0 10011 11001 111 1110 111101 1010001

Color Harmonies of #ECBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBEB0

Black with #ECBEB0

Text Example


Text Example

White with #ECBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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