#EFBEA7

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

Shades of Zinnwaldite #EFBEA7

Tints of Zinnwaldite #EFBEA7

Color information

#EFBEA7 (or 0xEFBEA7) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and A7. RGB value is (239,190,167). Sum of RGB (Red+Green+Blue) = 239+190+167=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA7 is #104158. Grayscale: #CACACA. Windows color (decimal): -1065305 or 10993391. OLE color: 10993391.

HSL color Cylindrical-coordinate representation of color #EFBEA7: hue angle of 19.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFBEA7 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239190167-
CMYK00.210.300.06
HSL19.17º69.23%79.61%-
HSV(B)19.17º30.13%93.73%-
XYZ60.9957.9744.53-
YUV202.03108.23154.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 167 (65.62% from 255) = 28.02%
R=40.10%
G=31.88%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919016700.210.300.0619.1769.2379.61
HexEFBEA70151E6134550
Octal35727624702536623105120
Binary111011111011111010100111010101111101101001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEA7; }

 p { color: rgb(239,190,167); }

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

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

 a { background-color: rgb(239,190,167); }

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

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

 span { border-color: rgb(239,190,167); }

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