#efaa84

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

Shades of Tacao #EFAA84

Tints of Tacao #EFAA84

Color information

#EFAA84 (or 0xEFAA84) is unknown color: approx Tacao. HEX triplet: EF, AA and 84. RGB value is (239,170,132). Sum of RGB (Red+Green+Blue) = 239+170+132=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA84 is #10557B. Grayscale: #BABABA. Windows color (decimal): -1070460 or 8694511. OLE color: 8694511.

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

Color convert

RGB239170132-
CMYK00.290.450.06
HSL21.31º76.98%72.75%-
HSV(B)21.31º44.77%93.73%-
XYZ54.1448.7728.39-
YUV186.397.36165.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=44.18%
G=31.42%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917013200.290.450.0621.3176.9872.75
HexEFAA8401D2D6154d49
Octal35725220403555625115111
Binary1110111110101010100001000111011011011101010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaa84; }

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

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

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

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

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

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

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

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