#EFA770

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

Shades of Tacao #EFA770

Tints of Tacao #EFA770

Color information

#EFA770 (or 0xEFA770) is unknown color: approx Tacao. HEX triplet: EF, A7 and 70. RGB value is (239,167,112). Sum of RGB (Red+Green+Blue) = 239+167+112=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA770 is #10588F. Grayscale: #B6B6B6. Windows color (decimal): -1071248 or 7383023. OLE color: 7383023.

HSL color Cylindrical-coordinate representation of color #EFA770: hue angle of 25.98º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFA770 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239167112-
CMYK00.300.530.06
HSL25.98º79.87%68.82%-
HSV(B)25.98º53.14%93.73%-
XYZ52.3447.1621.67-
YUV182.2688.35168.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=46.14%
G=32.24%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916711200.300.530.0625.9879.8768.82
HexEFA77001E3561a5045
Octal35724716003665632120105
Binary111011111010011111100000111101101011101101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA770; }

 p { color: rgb(239,167,112); }

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

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

 a { background-color: rgb(239,167,112); }

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

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

 span { border-color: rgb(239,167,112); }

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