#EFA776

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

Shades of Tacao #EFA776

Tints of Tacao #EFA776

Color information

#EFA776 (or 0xEFA776) is unknown color: approx Tacao. HEX triplet: EF, A7 and 76. RGB value is (239,167,118). Sum of RGB (Red+Green+Blue) = 239+167+118=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA776 is #105889. Grayscale: #B7B7B7. Windows color (decimal): -1071242 or 7776239. OLE color: 7776239.

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

Color convert

RGB239167118-
CMYK00.300.510.06
HSL24.3º79.08%70%-
HSV(B)24.3º50.63%93.73%-
XYZ52.6947.323.49-
YUV182.9491.35167.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=45.61%
G=31.87%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916711800.300.510.0624.379.0870
HexEFA77601E336184f46
Octal35724716603663630117106
Binary111011111010011111101100111101100111101100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA776; }

 p { color: rgb(239,167,118); }

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

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

 a { background-color: rgb(239,167,118); }

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

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

 span { border-color: rgb(239,167,118); }

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