#EFAE71

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

Shades of Tacao #EFAE71

Tints of Tacao #EFAE71

Color information

#EFAE71 (or 0xEFAE71) is unknown color: approx Tacao. HEX triplet: EF, AE and 71. RGB value is (239,174,113). Sum of RGB (Red+Green+Blue) = 239+174+113=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE71 is #10518E. Grayscale: #BABABA. Windows color (decimal): -1069455 or 7450351. OLE color: 7450351.

HSL color Cylindrical-coordinate representation of color #EFAE71: hue angle of 29.05º 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 #EFAE71 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239174113-
CMYK00.270.530.06
HSL29.05º79.75%69.02%-
HSV(B)29.05º52.72%93.73%-
XYZ53.7149.8222.41-
YUV186.4886.53165.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=45.44%
G=33.08%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917411300.270.530.0629.0579.7569.02
HexEFAE7101B3561d5045
Octal35725616103365635120105
Binary111011111010111011100010110111101011101110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE71; }

 p { color: rgb(239,174,113); }

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

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

 a { background-color: rgb(239,174,113); }

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

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

 span { border-color: rgb(239,174,113); }

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