#EABEA6

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

Shades of Zinnwaldite #EABEA6

Tints of Zinnwaldite #EABEA6

Color information

#EABEA6 (or 0xEABEA6) is unknown color: approx Zinnwaldite. HEX triplet: EA, BE and A6. RGB value is (234,190,166). Sum of RGB (Red+Green+Blue) = 234+190+166=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA6 is #154159. Grayscale: #C8C8C8. Windows color (decimal): -1392986 or 10927850. OLE color: 10927850.

HSL color Cylindrical-coordinate representation of color #EABEA6: hue angle of 21.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EABEA6 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234190166-
CMYK00.190.290.08
HSL21.18º61.82%78.43%-
HSV(B)21.18º29.06%91.76%-
XYZ59.2357.0743.97-
YUV200.42108.58151.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=39.66%
G=32.20%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419016600.190.290.0821.1861.8278.43
HexEABEA60131D8153e4e
Octal35227624602335102576116
Binary111010101011111010100110010011111011000101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEA6; }

 p { color: rgb(234,190,166); }

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

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

 a { background-color: rgb(234,190,166); }

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

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

 span { border-color: rgb(234,190,166); }

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