#EFB084

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

Shades of Tacao #EFB084

Tints of Tacao #EFB084

Color information

#EFB084 (or 0xEFB084) is unknown color: approx Tacao. HEX triplet: EF, B0 and 84. RGB value is (239,176,132). Sum of RGB (Red+Green+Blue) = 239+176+132=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB084 is #104F7B. Grayscale: #BEBEBE. Windows color (decimal): -1068924 or 8696047. OLE color: 8696047.

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

Color convert

RGB239176132-
CMYK00.260.450.06
HSL24.67º76.98%72.75%-
HSV(B)24.67º44.77%93.73%-
XYZ55.2951.0728.77-
YUV189.8295.37163.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=43.69%
G=32.18%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917613200.260.450.0624.6776.9872.75
HexEFB08401A2D6194d49
Octal35726020403255631115111
Binary1110111110110000100001000110101011011101100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB084; }

 p { color: rgb(239,176,132); }

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

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

 a { background-color: rgb(239,176,132); }

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

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

 span { border-color: rgb(239,176,132); }

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