#EFB171

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

Shades of Tacao #EFB171

Tints of Tacao #EFB171

Color information

#EFB171 (or 0xEFB171) is unknown color: approx Tacao. HEX triplet: EF, B1 and 71. RGB value is (239,177,113). Sum of RGB (Red+Green+Blue) = 239+177+113=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB171 is #104E8E. Grayscale: #BCBCBC. Windows color (decimal): -1068687 or 7451119. OLE color: 7451119.

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

Color convert

RGB239177113-
CMYK00.260.530.06
HSL30.48º79.75%69.02%-
HSV(B)30.48º52.72%93.73%-
XYZ54.350.9922.6-
YUV188.2485.54164.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=45.18%
G=33.46%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917711300.260.530.0630.4879.7569.02
HexEFB17101A3561e5045
Octal35726116103265636120105
Binary111011111011000111100010110101101011101111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB171; }

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

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

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

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

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

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

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

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