#EFA672

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

Shades of Tacao #EFA672

Tints of Tacao #EFA672

Color information

#EFA672 (or 0xEFA672) is unknown color: approx Tacao. HEX triplet: EF, A6 and 72. RGB value is (239,166,114). Sum of RGB (Red+Green+Blue) = 239+166+114=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA672 is #10598D. Grayscale: #B6B6B6. Windows color (decimal): -1071502 or 7513839. OLE color: 7513839.

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

Color convert

RGB239166114-
CMYK00.310.520.06
HSL24.96º79.62%69.22%-
HSV(B)24.96º52.3%93.73%-
XYZ52.2746.8422.21-
YUV181.989.68168.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=46.05%
G=31.98%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916611400.310.520.0624.9679.6269.22
HexEFA67201F346195045
Octal35724616203764631120105
Binary111011111010011011100100111111101001101100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA672; }

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

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

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

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

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

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

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

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