#EFA772

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

Shades of Tacao #EFA772

Tints of Tacao #EFA772

Color information

#EFA772 (or 0xEFA772) is unknown color: approx Tacao. HEX triplet: EF, A7 and 72. RGB value is (239,167,114). Sum of RGB (Red+Green+Blue) = 239+167+114=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA772 is #10588D. Grayscale: #B6B6B6. Windows color (decimal): -1071246 or 7514095. OLE color: 7514095.

HSL color Cylindrical-coordinate representation of color #EFA772: hue angle of 25.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFA772 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239167114-
CMYK00.300.520.06
HSL25.44º79.62%69.22%-
HSV(B)25.44º52.3%93.73%-
XYZ52.4547.222.27-
YUV182.4989.35168.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=45.96%
G=32.12%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916711400.300.520.0625.4479.6269.22
HexEFA77201E346195045
Octal35724716203664631120105
Binary111011111010011111100100111101101001101100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA772; }

 p { color: rgb(239,167,114); }

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

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

 a { background-color: rgb(239,167,114); }

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

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

 span { border-color: rgb(239,167,114); }

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