#EFAC75

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

Shades of Tacao #EFAC75

Tints of Tacao #EFAC75

Color information

#EFAC75 (or 0xEFAC75) is unknown color: approx Tacao. HEX triplet: EF, AC and 75. RGB value is (239,172,117). Sum of RGB (Red+Green+Blue) = 239+172+117=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC75 is #10538A. Grayscale: #BABABA. Windows color (decimal): -1069963 or 7711983. OLE color: 7711983.

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

Color convert

RGB239172117-
CMYK00.280.510.06
HSL27.05º79.22%69.8%-
HSV(B)27.05º51.05%93.73%-
XYZ53.5649.1423.49-
YUV185.7689.2165.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=45.27%
G=32.58%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917211700.280.510.0627.0579.2269.8
HexEFAC7501C3361b4f46
Octal35725416503463633117106
Binary111011111010110011101010111001100111101101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC75; }

 p { color: rgb(239,172,117); }

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

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

 a { background-color: rgb(239,172,117); }

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

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

 span { border-color: rgb(239,172,117); }

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