#EFAA7C

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

Shades of Tacao #EFAA7C

Tints of Tacao #EFAA7C

Color information

#EFAA7C (or 0xEFAA7C) is unknown color: approx Tacao. HEX triplet: EF, AA and 7C. RGB value is (239,170,124). Sum of RGB (Red+Green+Blue) = 239+170+124=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA7C is #105583. Grayscale: #B9B9B9. Windows color (decimal): -1070468 or 8170223. OLE color: 8170223.

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

Color convert

RGB239170124-
CMYK00.290.480.06
HSL24º78.23%71.18%-
HSV(B)24º48.12%93.73%-
XYZ53.6148.5625.62-
YUV185.3993.36166.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=44.84%
G=31.89%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917012400.290.480.062478.2371.18
HexEFAA7C01D306184e47
Octal35725217403560630116107
Binary111011111010101011111000111011100001101100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA7C; }

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

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

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

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

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

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

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

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