#EFAC86

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

Shades of Tacao #EFAC86

Tints of Tacao #EFAC86

Color information

#EFAC86 (or 0xEFAC86) is unknown color: approx Tacao. HEX triplet: EF, AC and 86. RGB value is (239,172,134). Sum of RGB (Red+Green+Blue) = 239+172+134=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC86 is #105379. Grayscale: #BBBBBB. Windows color (decimal): -1069946 or 8826095. OLE color: 8826095.

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

Color convert

RGB239172134-
CMYK00.280.440.06
HSL21.71º76.64%73.14%-
HSV(B)21.71º43.93%93.73%-
XYZ54.6549.5829.24-
YUV187.797.7164.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=43.85%
G=31.56%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917213400.280.440.0621.7176.6473.14
HexEFAC8601C2C6164d49
Octal35725420603454626115111
Binary1110111110101100100001100111001011001101011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC86; }

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

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

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

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

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

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

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

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