#EAA86F

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

Shades of Tacao #EAA86F

Tints of Tacao #EAA86F

Color information

#EAA86F (or 0xEAA86F) is unknown color: approx Tacao. HEX triplet: EA, A8 and 6F. RGB value is (234,168,111). Sum of RGB (Red+Green+Blue) = 234+168+111=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA86F is #155790. Grayscale: #B5B5B5. Windows color (decimal): -1398673 or 7317738. OLE color: 7317738.

HSL color Cylindrical-coordinate representation of color #EAA86F: hue angle of 27.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA86F is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234168111-
CMYK00.280.530.08
HSL27.8º74.55%67.65%-
HSV(B)27.8º52.56%91.76%-
XYZ50.846.6521.36-
YUV181.2488.37165.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=45.61%
G=32.75%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416811100.280.530.0827.874.5567.65
HexEAA86F01C3581c4b44
Octal352250157034651034113104
Binary1110101010101000110111101110011010110001110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA86F; }

 p { color: rgb(234,168,111); }

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

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

 a { background-color: rgb(234,168,111); }

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

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

 span { border-color: rgb(234,168,111); }

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