#E7A56F

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

Shades of Tacao #E7A56F

Tints of Tacao #E7A56F

Color information

#E7A56F (or 0xE7A56F) is unknown color: approx Tacao. HEX triplet: E7, A5 and 6F. RGB value is (231,165,111). Sum of RGB (Red+Green+Blue) = 231+165+111=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A56F is #185A90. Grayscale: #B2B2B2. Windows color (decimal): -1596049 or 7316967. OLE color: 7316967.

HSL color Cylindrical-coordinate representation of color #E7A56F: hue angle of 27º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7A56F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231165111-
CMYK00.290.520.09
HSL27º71.43%67.06%-
HSV(B)27º51.95%90.59%-
XYZ49.2845.0521.14-
YUV178.5889.87165.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=45.56%
G=32.54%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116511100.290.520.092771.4367.06
HexE7A56F01D3491b4743
Octal347245157035641133107103
Binary1110011110100101110111101110111010010011101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A56F; }

 p { color: rgb(231,165,111); }

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

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

 a { background-color: rgb(231,165,111); }

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

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

 span { border-color: rgb(231,165,111); }

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