Html Css Color HEX #ECBBA7 Zinnwaldite

📋 copy color: '#ECBBA7'

red 236 ◦ green 187 ◦ blue 167

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

Shades of Zinnwaldite #ECBBA7

Tints of Zinnwaldite #ECBBA7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.69%

 BLUE value IS 167 (65.63% from 255) = 28.31%

R = 40%
G = 31.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ECBBA7 (or 0xECBBA7) is known color: Zinnwaldite. HEX triplet: EC, BB and A7. RGB value is (236,187,167). Sum of RGB (Red+Green+Blue) = 236+187+167=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA7 is #134458. Grayscale: #C7C7C7. Windows color (decimal): -1262681 or 10992620. OLE color: 10992620.

HSL color Cylindrical-coordinate representation of color #ECBBA7: hue angle of 17.39º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECBBA7 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 187 167 -
CMYK 0 0.21 0.29 0.07
HSL 17.39º 0.64% 0.79% -
HSV(B) 17.39º 0.29% 0.93% -
XYZ 59.34 56.16 44.27 -
YUV 199.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 236 187 167 0 0.21 0.29 0.07 17.39 0.64 0.79
Hex EC BB A7 0 15 1D 7 11 40 4F
Octal 354 273 247 0 25 35 7 21 100 117
Binary 11101100 10111011 10100111 0 10101 11101 111 10001 1000000 1001111

Color Harmonies of #ECBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBBA7

Black with #ECBBA7

Text Example


Text Example

White with #ECBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBBA7; }

 p { color: rgb(236,187,167); }

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

background-color css

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

 a { background-color: rgb(236,187,167); }

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

border-color css

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

 span { border-color: rgb(236,187,167); }

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