Html Css Color HEX #ECBBAB Zinnwaldite

📋 copy color: '#ECBBAB'

red 236 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #ECBBAB

Tints of Zinnwaldite #ECBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 39.73%
G = 31.48%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECBBAB (or 0xECBBAB) is known color: Zinnwaldite. HEX triplet: EC, BB and AB. RGB value is (236,187,171). Sum of RGB (Red+Green+Blue) = 236+187+171=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBAB is #134454. Grayscale: #C7C7C7. Windows color (decimal): -1262677 or 11254764. OLE color: 11254764.

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

Color convert

RGB 236 187 171 -
CMYK 0 0.21 0.28 0.07
HSL 14.77º 0.63% 0.8% -
HSV(B) 14.77º 0.28% 0.93% -
XYZ 59.71 56.31 46.25 -
YUV 199.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 236 187 171 0 0.21 0.28 0.07 14.77 0.63 0.8
Hex EC BB AB 0 15 1C 7 F 3F 50
Octal 354 273 253 0 25 34 7 17 77 120
Binary 11101100 10111011 10101011 0 10101 11100 111 1111 111111 1010000

Color Harmonies of #ECBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBBAB

Black with #ECBBAB

Text Example


Text Example

White with #ECBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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