#EFA771

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

Shades of Tacao #EFA771

Tints of Tacao #EFA771

Color information

#EFA771 (or 0xEFA771) is unknown color: approx Tacao. HEX triplet: EF, A7 and 71. RGB value is (239,167,113). Sum of RGB (Red+Green+Blue) = 239+167+113=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA771 is #10588E. Grayscale: #B6B6B6. Windows color (decimal): -1071247 or 7448559. OLE color: 7448559.

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

Color convert

RGB239167113-
CMYK00.300.530.06
HSL25.71º79.75%69.02%-
HSV(B)25.71º52.72%93.73%-
XYZ52.447.1821.97-
YUV182.3788.85168.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=46.05%
G=32.18%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916711300.300.530.0625.7179.7569.02
HexEFA77101E3561a5045
Octal35724716103665632120105
Binary111011111010011111100010111101101011101101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA771; }

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

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

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

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

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

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

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

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