#EFBFAC

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

Shades of Zinnwaldite #EFBFAC

Tints of Zinnwaldite #EFBFAC

Color information

#EFBFAC (or 0xEFBFAC) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and AC. RGB value is (239,191,172). Sum of RGB (Red+Green+Blue) = 239+191+172=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAC is #104053. Grayscale: #CBCBCB. Windows color (decimal): -1065044 or 11321327. OLE color: 11321327.

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

Color convert

RGB239191172-
CMYK00.200.280.06
HSL17.01º67.68%80.59%-
HSV(B)17.01º28.03%93.73%-
XYZ61.6758.5947.09-
YUV203.19110.4153.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=39.70%
G=31.73%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919117200.200.280.0617.0167.6880.59
HexEFBFAC0141C6114451
Octal35727725402434621104121
Binary111011111011111110101100010100111001101000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFAC; }

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

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

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

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

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

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

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

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