#EFB178

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

Shades of Tacao #EFB178

Tints of Tacao #EFB178

Color information

#EFB178 (or 0xEFB178) is unknown color: approx Tacao. HEX triplet: EF, B1 and 78. RGB value is (239,177,120). Sum of RGB (Red+Green+Blue) = 239+177+120=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB178 is #104E87. Grayscale: #BDBDBD. Windows color (decimal): -1068680 or 7909871. OLE color: 7909871.

HSL color Cylindrical-coordinate representation of color #EFB178: hue angle of 28.74º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFB178 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239177120-
CMYK00.260.500.06
HSL28.74º78.81%70.39%-
HSV(B)28.74º49.79%93.73%-
XYZ54.7151.1524.76-
YUV189.0489.04163.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=44.59%
G=33.02%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917712000.260.500.0628.7478.8170.39
HexEFB17801A3261d4f46
Octal35726117003262635117106
Binary111011111011000111110000110101100101101110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB178; }

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

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

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

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

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

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

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

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