#EABCA7

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

Shades of Zinnwaldite #EABCA7

Tints of Zinnwaldite #EABCA7

Color information

#EABCA7 (or 0xEABCA7) is unknown color: approx Zinnwaldite. HEX triplet: EA, BC and A7. RGB value is (234,188,167). Sum of RGB (Red+Green+Blue) = 234+188+167=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA7 is #154358. Grayscale: #C7C7C7. Windows color (decimal): -1393497 or 10992874. OLE color: 10992874.

HSL color Cylindrical-coordinate representation of color #EABCA7: hue angle of 18.81º 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 #EABCA7 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234188167-
CMYK00.200.290.08
HSL18.81º61.47%78.63%-
HSV(B)18.81º28.63%91.76%-
XYZ58.8956.2544.31-
YUV199.36109.74152.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=39.73%
G=31.92%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418816700.200.290.0818.8161.4778.63
HexEABCA70141D8133d4f
Octal35227424702435102375117
Binary111010101011110010100111010100111011000100111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCA7; }

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

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

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

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

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

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

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

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