#ECBBAA

Color #ECBBAA Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #ECBBAA

Tints of Zinnwaldite #ECBBAA

Color information

#ECBBAA (or 0xECBBAA) is unknown color: approx Zinnwaldite. HEX triplet: EC, BB and AA. RGB value is (236,187,170). Sum of RGB (Red+Green+Blue) = 236+187+170=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBAA is #134455. Grayscale: #C7C7C7. Windows color (decimal): -1262678 or 11189228. OLE color: 11189228.

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

Color convert

RGB236187170-
CMYK00.210.280.07
HSL15.45º63.46%79.61%-
HSV(B)15.45º27.97%92.55%-
XYZ59.6256.2845.75-
YUV199.71111.23153.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=39.80%
G=31.53%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618717000.210.280.0715.4563.4679.61
HexECBBAA0151C7f3f50
Octal3542732520253471777120
Binary1110110010111011101010100101011110011111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBAA; }

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

 H1.HeaderClassName
 {
   color: #ECBBAA;
 }
 .AnyTagClassName
 {
   color: #ECBBAA;
 }
</style>
background-color css

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

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

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

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

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

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