#EFA87A

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

Shades of Tacao #EFA87A

Tints of Tacao #EFA87A

Color information

#EFA87A (or 0xEFA87A) is unknown color: approx Tacao. HEX triplet: EF, A8 and 7A. RGB value is (239,168,122). Sum of RGB (Red+Green+Blue) = 239+168+122=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA87A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA87A is #105785. Grayscale: #B8B8B8. Windows color (decimal): -1070982 or 8038639. OLE color: 8038639.

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

Color convert

RGB239168122-
CMYK00.300.490.06
HSL23.59º78.52%70.78%-
HSV(B)23.59º48.95%93.73%-
XYZ53.1147.7624.83-
YUV183.9893.02167.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=45.18%
G=31.76%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916812200.300.490.0623.5978.5270.78
HexEFA87A01E316184f47
Octal35725017203661630117107
Binary111011111010100011110100111101100011101100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA87A; }

 p { color: rgb(239,168,122); }

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

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

 a { background-color: rgb(239,168,122); }

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

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

 span { border-color: rgb(239,168,122); }

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