#EABDA7

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

Shades of Zinnwaldite #EABDA7

Tints of Zinnwaldite #EABDA7

Color information

#EABDA7 (or 0xEABDA7) is unknown color: approx Zinnwaldite. HEX triplet: EA, BD and A7. RGB value is (234,189,167). Sum of RGB (Red+Green+Blue) = 234+189+167=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA7 is #154258. Grayscale: #C8C8C8. Windows color (decimal): -1393241 or 10993130. OLE color: 10993130.

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

Color convert

RGB234189167-
CMYK00.190.290.08
HSL19.7º61.47%78.63%-
HSV(B)19.7º28.63%91.76%-
XYZ59.156.6844.38-
YUV199.95109.41152.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 167 (65.62% from 255) = 28.31%
R=39.66%
G=32.03%
B=28.31%

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
Decimal23418916700.190.290.0819.761.4778.63
HexEABDA70131D8143d4f
Octal35227524702335102475117
Binary111010101011110110100111010011111011000101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDA7; }

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

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

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

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

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

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

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

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