#ECBEA4

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

Shades of Zinnwaldite #ECBEA4

Tints of Zinnwaldite #ECBEA4

Color information

#ECBEA4 (or 0xECBEA4) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and A4. RGB value is (236,190,164). Sum of RGB (Red+Green+Blue) = 236+190+164=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA4 is #13415B. Grayscale: #C8C8C8. Windows color (decimal): -1261916 or 10796780. OLE color: 10796780.

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

Color convert

RGB236190164-
CMYK00.190.310.07
HSL21.67º65.45%78.43%-
HSV(B)21.67º30.51%92.55%-
XYZ59.7157.3443.04-
YUV200.79107.24153.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=40%
G=32.20%
B=27.80%

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
Decimal23619016400.190.310.0721.6765.4578.43
HexECBEA40131F716414e
Octal35427624402337726101116
Binary111011001011111010100100010011111111111011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEA4; }

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

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

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

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

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

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

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

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