#EFBEAC

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

Shades of Zinnwaldite #EFBEAC

Tints of Zinnwaldite #EFBEAC

Color information

#EFBEAC (or 0xEFBEAC) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and AC. RGB value is (239,190,172). Sum of RGB (Red+Green+Blue) = 239+190+172=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEAC is #104153. Grayscale: #CACACA. Windows color (decimal): -1065300 or 11321071. OLE color: 11321071.

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

Color convert

RGB239190172-
CMYK00.210.280.06
HSL16.12º67.68%80.59%-
HSV(B)16.12º28.03%93.73%-
XYZ61.4658.1647.02-
YUV202.6110.73153.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=39.77%
G=31.61%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919017200.210.280.0616.1267.6880.59
HexEFBEAC0151C6104451
Octal35727625402534620104121
Binary111011111011111010101100010101111001101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEAC; }

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

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

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

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

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

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

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

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