#EABFA7

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

Shades of Zinnwaldite #EABFA7

Tints of Zinnwaldite #EABFA7

Color information

#EABFA7 (or 0xEABFA7) is unknown color: approx Zinnwaldite. HEX triplet: EA, BF and A7. RGB value is (234,191,167). Sum of RGB (Red+Green+Blue) = 234+191+167=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFA7 is #154058. Grayscale: #C9C9C9. Windows color (decimal): -1392729 or 10993642. OLE color: 10993642.

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

Color convert

RGB234191167-
CMYK00.180.290.08
HSL21.49º61.47%78.63%-
HSV(B)21.49º28.63%91.76%-
XYZ59.5457.5444.53-
YUV201.12108.75151.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 167 (65.62% from 255) = 28.21%
R=39.53%
G=32.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419116700.180.290.0821.4961.4778.63
HexEABFA70121D8153d4f
Octal35227724702235102575117
Binary111010101011111110100111010010111011000101011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFA7; }

 p { color: rgb(234,191,167); }

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

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

 a { background-color: rgb(234,191,167); }

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

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

 span { border-color: rgb(234,191,167); }

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