#EFA476

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

Shades of Tacao #EFA476

Tints of Tacao #EFA476

Color information

#EFA476 (or 0xEFA476) is unknown color: approx Tacao. HEX triplet: EF, A4 and 76. RGB value is (239,164,118). Sum of RGB (Red+Green+Blue) = 239+164+118=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA476 is #105B89. Grayscale: #B5B5B5. Windows color (decimal): -1072010 or 7775471. OLE color: 7775471.

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

Color convert

RGB239164118-
CMYK00.310.510.06
HSL22.81º79.08%70%-
HSV(B)22.81º50.63%93.73%-
XYZ52.1446.2123.31-
YUV181.1892.35169.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=45.87%
G=31.48%
B=22.65%

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
Decimal23916411800.310.510.0622.8179.0870
HexEFA47601F336174f46
Octal35724416603763627117106
Binary111011111010010011101100111111100111101011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA476; }

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

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

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

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

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

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

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

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