#EFBEA6

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

Shades of Zinnwaldite #EFBEA6

Tints of Zinnwaldite #EFBEA6

Color information

#EFBEA6 (or 0xEFBEA6) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and A6. RGB value is (239,190,166). Sum of RGB (Red+Green+Blue) = 239+190+166=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA6 is #104159. Grayscale: #CACACA. Windows color (decimal): -1065306 or 10927855. OLE color: 10927855.

HSL color Cylindrical-coordinate representation of color #EFBEA6: hue angle of 19.73º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBEA6 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239190166-
CMYK00.210.310.06
HSL19.73º69.52%79.41%-
HSV(B)19.73º30.54%93.73%-
XYZ60.8957.9344.05-
YUV201.92107.73154.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 166 (65.23% from 255) = 27.90%
R=40.17%
G=31.93%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919016600.210.310.0619.7369.5279.41
HexEFBEA60151F614464f
Octal35727624602537624106117
Binary111011111011111010100110010101111111101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEA6; }

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

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

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

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

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

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

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

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