#ECBEAB

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

Shades of Zinnwaldite #ECBEAB

Tints of Zinnwaldite #ECBEAB

Color information

#ECBEAB (or 0xECBEAB) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and AB. RGB value is (236,190,171). Sum of RGB (Red+Green+Blue) = 236+190+171=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEAB is #134154. Grayscale: #C9C9C9. Windows color (decimal): -1261909 or 11255532. OLE color: 11255532.

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

Color convert

RGB236190171-
CMYK00.190.280.07
HSL17.54º63.11%79.8%-
HSV(B)17.54º27.54%92.55%-
XYZ60.3657.646.46-
YUV201.59110.74152.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=39.53%
G=31.83%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619017100.190.280.0717.5463.1179.8
HexECBEAB0131C7123f50
Octal3542762530233472277120
Binary11101100101111101010101101001111100111100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEAB; }

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

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

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

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

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

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

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

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