#EFA77D

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

Shades of Tacao #EFA77D

Tints of Tacao #EFA77D

Color information

#EFA77D (or 0xEFA77D) is unknown color: approx Tacao. HEX triplet: EF, A7 and 7D. RGB value is (239,167,125). Sum of RGB (Red+Green+Blue) = 239+167+125=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA77D is #105882. Grayscale: #B7B7B7. Windows color (decimal): -1071235 or 8234991. OLE color: 8234991.

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

Color convert

RGB239167125-
CMYK00.300.480.06
HSL22.11º78.08%71.37%-
HSV(B)22.11º47.7%93.73%-
XYZ53.1247.4725.76-
YUV183.7494.85167.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=45.01%
G=31.45%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916712500.300.480.0622.1178.0871.37
HexEFA77D01E306164e47
Octal35724717503660626116107
Binary111011111010011111111010111101100001101011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA77D; }

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

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

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

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

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

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

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

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