#EFAA77

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

Shades of Tacao #EFAA77

Tints of Tacao #EFAA77

Color information

#EFAA77 (or 0xEFAA77) is unknown color: approx Tacao. HEX triplet: EF, AA and 77. RGB value is (239,170,119). Sum of RGB (Red+Green+Blue) = 239+170+119=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA77 is #105588. Grayscale: #B9B9B9. Windows color (decimal): -1070473 or 7842543. OLE color: 7842543.

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

Color convert

RGB239170119-
CMYK00.290.500.06
HSL25.5º78.95%70.2%-
HSV(B)25.5º50.21%93.73%-
XYZ53.348.4323.99-
YUV184.8290.86166.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=45.27%
G=32.20%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917011900.290.500.0625.578.9570.2
HexEFAA7701D3261a4f46
Octal35725216703562632117106
Binary111011111010101011101110111011100101101101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA77; }

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

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

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

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

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

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

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

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