#EFA577

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

Shades of Tacao #EFA577

Tints of Tacao #EFA577

Color information

#EFA577 (or 0xEFA577) is unknown color: approx Tacao. HEX triplet: EF, A5 and 77. RGB value is (239,165,119). Sum of RGB (Red+Green+Blue) = 239+165+119=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA577 is #105A88. Grayscale: #B6B6B6. Windows color (decimal): -1071753 or 7841263. OLE color: 7841263.

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

Color convert

RGB239165119-
CMYK00.310.500.06
HSL23º78.95%70.2%-
HSV(B)23º50.21%93.73%-
XYZ52.3846.5923.69-
YUV181.8892.52168.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 119 (46.88% from 255) = 22.75%
R=45.70%
G=31.55%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916511900.310.500.062378.9570.2
HexEFA57701F326174f46
Octal35724516703762627117106
Binary111011111010010111101110111111100101101011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA577; }

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

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

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

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

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

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

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

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