#EFAC7D

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

Shades of Tacao #EFAC7D

Tints of Tacao #EFAC7D

Color information

#EFAC7D (or 0xEFAC7D) is unknown color: approx Tacao. HEX triplet: EF, AC and 7D. RGB value is (239,172,125). Sum of RGB (Red+Green+Blue) = 239+172+125=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC7D is #105382. Grayscale: #BABABA. Windows color (decimal): -1069955 or 8236271. OLE color: 8236271.

HSL color Cylindrical-coordinate representation of color #EFAC7D: hue angle of 24.74º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFAC7D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239172125-
CMYK00.280.480.06
HSL24.74º78.08%71.37%-
HSV(B)24.74º47.7%93.73%-
XYZ54.0549.3426.08-
YUV186.6893.2165.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=44.59%
G=32.09%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917212500.280.480.0624.7478.0871.37
HexEFAC7D01C306194e47
Octal35725417503460631116107
Binary111011111010110011111010111001100001101100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC7D; }

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

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

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

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

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

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

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

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