#ECBBAD

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

Shades of Zinnwaldite #ECBBAD

Tints of Zinnwaldite #ECBBAD

Color information

#ECBBAD (or 0xECBBAD) is unknown color: approx Zinnwaldite. HEX triplet: EC, BB and AD. RGB value is (236,187,173). Sum of RGB (Red+Green+Blue) = 236+187+173=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBAD is #134452. Grayscale: #C8C8C8. Windows color (decimal): -1262675 or 11385836. OLE color: 11385836.

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

Color convert

RGB236187173-
CMYK00.210.270.07
HSL13.33º62.38%80.2%-
HSV(B)13.33º26.69%92.55%-
XYZ59.9156.3947.26-
YUV200.05112.73153.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=39.60%
G=31.38%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618717300.210.270.0713.3362.3880.2
HexECBBAD0151B7d3e50
Octal3542732550253371576120
Binary1110110010111011101011010101011101111111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBAD; }

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

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

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

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

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

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

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

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