#EFB376

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

Shades of Tacao #EFB376

Tints of Tacao #EFB376

Color information

#EFB376 (or 0xEFB376) is unknown color: approx Tacao. HEX triplet: EF, B3 and 76. RGB value is (239,179,118). Sum of RGB (Red+Green+Blue) = 239+179+118=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB376 is #104C89. Grayscale: #BEBEBE. Windows color (decimal): -1068170 or 7779311. OLE color: 7779311.

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

Color convert

RGB239179118-
CMYK00.250.510.06
HSL30.25º79.08%70%-
HSV(B)30.25º50.63%93.73%-
XYZ54.9951.924.26-
YUV189.9987.38162.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 118 (46.48% from 255) = 22.01%
R=44.59%
G=33.40%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917911800.250.510.0630.2579.0870
HexEFB3760193361e4f46
Octal35726316603163636117106
Binary111011111011001111101100110011100111101111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB376; }

 p { color: rgb(239,179,118); }

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

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

 a { background-color: rgb(239,179,118); }

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

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

 span { border-color: rgb(239,179,118); }

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