#ECBEAD

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

Shades of Zinnwaldite #ECBEAD

Tints of Zinnwaldite #ECBEAD

Color information

#ECBEAD (or 0xECBEAD) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and AD. RGB value is (236,190,173). Sum of RGB (Red+Green+Blue) = 236+190+173=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEAD is #134152. Grayscale: #C9C9C9. Windows color (decimal): -1261907 or 11386604. OLE color: 11386604.

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

Color convert

RGB236190173-
CMYK00.190.270.07
HSL16.19º62.38%80.2%-
HSV(B)16.19º26.69%92.55%-
XYZ60.5557.6847.48-
YUV201.82111.74152.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=39.40%
G=31.72%
B=28.88%

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
Decimal23619017300.190.270.0716.1962.3880.2
HexECBEAD0131B7103e50
Octal3542762550233372076120
Binary11101100101111101010110101001111011111100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEAD; }

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

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

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

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

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

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

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

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