#EAAA71

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

Shades of Tacao #EAAA71

Tints of Tacao #EAAA71

Color information

#EAAA71 (or 0xEAAA71) is unknown color: approx Tacao. HEX triplet: EA, AA and 71. RGB value is (234,170,113). Sum of RGB (Red+Green+Blue) = 234+170+113=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA71 is #15558E. Grayscale: #B6B6B6. Windows color (decimal): -1398159 or 7449322. OLE color: 7449322.

HSL color Cylindrical-coordinate representation of color #EAAA71: hue angle of 28.26º 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 #EAAA71 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234170113-
CMYK00.270.520.08
HSL28.26º74.23%68.04%-
HSV(B)28.26º51.71%91.76%-
XYZ51.2947.4322.08-
YUV182.6488.7164.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=45.26%
G=32.88%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417011300.270.520.0828.2674.2368.04
HexEAAA7101B3481c4a44
Octal352252161033641034112104
Binary1110101010101010111000101101111010010001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA71; }

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

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

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

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

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

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

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

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