#efaa81

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

Shades of Tacao #EFAA81

Tints of Tacao #EFAA81

Color information

#EFAA81 (or 0xEFAA81) is unknown color: approx Tacao. HEX triplet: EF, AA and 81. RGB value is (239,170,129). Sum of RGB (Red+Green+Blue) = 239+170+129=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA81 is #10557E. Grayscale: #BABABA. Windows color (decimal): -1070463 or 8497903. OLE color: 8497903.

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

Color convert

RGB239170129-
CMYK00.290.460.06
HSL22.36º77.46%72.16%-
HSV(B)22.36º46.03%93.73%-
XYZ53.9348.6927.32-
YUV185.9695.86165.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=44.42%
G=31.60%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917012900.290.460.0622.3677.4672.16
HexEFAA8101D2E6164d48
Octal35725220103556626115110
Binary1110111110101010100000010111011011101101011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaa81; }

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

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

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

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

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

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

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

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