#ECBEA8

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

Shades of Zinnwaldite #ECBEA8

Tints of Zinnwaldite #ECBEA8

Color information

#ECBEA8 (or 0xECBEA8) is unknown color: approx Zinnwaldite. HEX triplet: EC, BE and A8. RGB value is (236,190,168). Sum of RGB (Red+Green+Blue) = 236+190+168=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEA8 is #134157. Grayscale: #C9C9C9. Windows color (decimal): -1261912 or 11058924. OLE color: 11058924.

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

Color convert

RGB236190168-
CMYK00.190.290.07
HSL19.41º64.15%79.22%-
HSV(B)19.41º28.81%92.55%-
XYZ60.0757.4944.98-
YUV201.25109.24152.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=39.73%
G=31.99%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619016800.190.290.0719.4164.1579.22
HexECBEA80131D713404f
Octal35427625002335723100117
Binary111011001011111010101000010011111011111001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEA8; }

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

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

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

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

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

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

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

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