#efa47d

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

Shades of Tacao #EFA47D

Tints of Tacao #EFA47D

Color information

#EFA47D (or 0xEFA47D) is unknown color: approx Tacao. HEX triplet: EF, A4 and 7D. RGB value is (239,164,125). Sum of RGB (Red+Green+Blue) = 239+164+125=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA47D is #105B82. Grayscale: #B6B6B6. Windows color (decimal): -1072003 or 8234223. OLE color: 8234223.

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

Color convert

RGB239164125-
CMYK00.310.480.06
HSL20.53º78.08%71.37%-
HSV(B)20.53º47.7%93.73%-
XYZ52.5746.3825.58-
YUV181.9895.85168.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=45.27%
G=31.06%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916412500.310.480.0620.5378.0871.37
HexEFA47D01F306154e47
Octal35724417503760625116107
Binary111011111010010011111010111111100001101010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa47d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa47d; }

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

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

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

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

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

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

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

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