#EFA277

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

Shades of Tacao #EFA277

Tints of Tacao #EFA277

Color information

#EFA277 (or 0xEFA277) is unknown color: approx Tacao. HEX triplet: EF, A2 and 77. RGB value is (239,162,119). Sum of RGB (Red+Green+Blue) = 239+162+119=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA277 is #105D88. Grayscale: #B4B4B4. Windows color (decimal): -1072521 or 7840495. OLE color: 7840495.

HSL color Cylindrical-coordinate representation of color #EFA277: hue angle of 21.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA277 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239162119-
CMYK00.320.500.06
HSL21.5º78.95%70.2%-
HSV(B)21.5º50.21%93.73%-
XYZ51.8545.5223.51-
YUV180.1293.51170-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=45.96%
G=31.15%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916211900.320.500.0621.578.9570.2
HexEFA277020326164f46
Octal35724216704062626117106
Binary1110111110100010111011101000001100101101011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA277; }

 p { color: rgb(239,162,119); }

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

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

 a { background-color: rgb(239,162,119); }

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

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

 span { border-color: rgb(239,162,119); }

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