#EFBBAC

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

Shades of Zinnwaldite #EFBBAC

Tints of Zinnwaldite #EFBBAC

Color information

#EFBBAC (or 0xEFBBAC) is unknown color: approx Zinnwaldite. HEX triplet: EF, BB and AC. RGB value is (239,187,172). Sum of RGB (Red+Green+Blue) = 239+187+172=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBAC is #104453. Grayscale: #C8C8C8. Windows color (decimal): -1066068 or 11320303. OLE color: 11320303.

HSL color Cylindrical-coordinate representation of color #EFBBAC: hue angle of 13.43º 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 #EFBBAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239187172-
CMYK00.220.280.06
HSL13.43º67.68%80.59%-
HSV(B)13.43º28.03%93.73%-
XYZ60.8156.8746.8-
YUV200.84111.73155.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=39.97%
G=31.27%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918717200.220.280.0613.4367.6880.59
HexEFBBAC0161C6d4451
Octal35727325402634615104121
Binary11101111101110111010110001011011100110110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBAC; }

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

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

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

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

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

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

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

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