#ECBEA3

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

Shades of Zinnwaldite #ECBEA3

Tints of Zinnwaldite #ECBEA3

Color information

#ECBEA3 (or 0xECBEA3) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and A3. RGB value is (236,190,163). Sum of RGB (Red+Green+Blue) = 236+190+163=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA3 is #13415C. Grayscale: #C8C8C8. Windows color (decimal): -1261917 or 10731244. OLE color: 10731244.

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

Color convert

RGB236190163-
CMYK00.190.310.07
HSL22.19º65.77%78.24%-
HSV(B)22.19º30.93%92.55%-
XYZ59.6257.342.57-
YUV200.68106.74153.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=40.07%
G=32.26%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619016300.190.310.0722.1965.7778.24
HexECBEA30131F716424e
Octal35427624302337726102116
Binary111011001011111010100011010011111111111011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEA3; }

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

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

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

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

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

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

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

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