#ECBEAC

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

Shades of Zinnwaldite #ECBEAC

Tints of Zinnwaldite #ECBEAC

Color information

#ECBEAC (or 0xECBEAC) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and AC. RGB value is (236,190,172). Sum of RGB (Red+Green+Blue) = 236+190+172=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEAC is #134153. Grayscale: #C9C9C9. Windows color (decimal): -1261908 or 11321068. OLE color: 11321068.

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

Color convert

RGB236190172-
CMYK00.190.270.07
HSL16.88º62.75%80%-
HSV(B)16.88º27.12%92.55%-
XYZ60.4557.6446.97-
YUV201.7111.24152.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=39.46%
G=31.77%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619017200.190.270.0716.8862.7580
HexECBEAC0131B7113f50
Octal3542762540233372177120
Binary11101100101111101010110001001111011111100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEAC; }

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

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

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

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

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

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

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

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