#EFA876

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

Shades of Tacao #EFA876

Tints of Tacao #EFA876

Color information

#EFA876 (or 0xEFA876) is unknown color: approx Tacao. HEX triplet: EF, A8 and 76. RGB value is (239,168,118). Sum of RGB (Red+Green+Blue) = 239+168+118=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA876 is #105789. Grayscale: #B7B7B7. Windows color (decimal): -1070986 or 7776495. OLE color: 7776495.

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

Color convert

RGB239168118-
CMYK00.300.510.06
HSL24.79º79.08%70%-
HSV(B)24.79º50.63%93.73%-
XYZ52.8747.6623.55-
YUV183.5391.02167.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=45.52%
G=32%
B=22.48%

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
Decimal23916811800.300.510.0624.7979.0870
HexEFA87601E336194f46
Octal35725016603663631117106
Binary111011111010100011101100111101100111101100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA876; }

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

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

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

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

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

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

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

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