#EAA971

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

Shades of Tacao #EAA971

Tints of Tacao #EAA971

Color information

#EAA971 (or 0xEAA971) is unknown color: approx Tacao. HEX triplet: EA, A9 and 71. RGB value is (234,169,113). Sum of RGB (Red+Green+Blue) = 234+169+113=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA971 is #15568E. Grayscale: #B6B6B6. Windows color (decimal): -1398415 or 7449066. OLE color: 7449066.

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

Color convert

RGB234169113-
CMYK00.280.520.08
HSL27.77º74.23%68.04%-
HSV(B)27.77º51.71%91.76%-
XYZ51.147.0622.01-
YUV182.0589.03165.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=45.35%
G=32.75%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416911300.280.520.0827.7774.2368.04
HexEAA97101C3481c4a44
Octal352251161034641034112104
Binary1110101010101001111000101110011010010001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA971; }

 p { color: rgb(234,169,113); }

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

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

 a { background-color: rgb(234,169,113); }

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

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

 span { border-color: rgb(234,169,113); }

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