#EFA576

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

Shades of Tacao #EFA576

Tints of Tacao #EFA576

Color information

#EFA576 (or 0xEFA576) is unknown color: approx Tacao. HEX triplet: EF, A5 and 76. RGB value is (239,165,118). Sum of RGB (Red+Green+Blue) = 239+165+118=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA576 is #105A89. Grayscale: #B6B6B6. Windows color (decimal): -1071754 or 7775727. OLE color: 7775727.

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

Color convert

RGB239165118-
CMYK00.310.510.06
HSL23.31º79.08%70%-
HSV(B)23.31º50.63%93.73%-
XYZ52.3246.5723.37-
YUV181.7792.02168.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=45.79%
G=31.61%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916511800.310.510.0623.3179.0870
HexEFA57601F336174f46
Octal35724516603763627117106
Binary111011111010010111101100111111100111101011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA576; }

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

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

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

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

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

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

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

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