#EAAD71

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

Shades of Tacao #EAAD71

Tints of Tacao #EAAD71

Color information

#EAAD71 (or 0xEAAD71) is unknown color: approx Tacao. HEX triplet: EA, AD and 71. RGB value is (234,173,113). Sum of RGB (Red+Green+Blue) = 234+173+113=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD71 is #15528E. Grayscale: #B8B8B8. Windows color (decimal): -1397391 or 7450090. OLE color: 7450090.

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

Color convert

RGB234173113-
CMYK00.260.520.08
HSL29.75º74.23%68.04%-
HSV(B)29.75º51.71%91.76%-
XYZ51.8648.5722.26-
YUV184.487.71163.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=45%
G=33.27%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417311300.260.520.0829.7574.2368.04
HexEAAD7101A3481e4a44
Octal352255161032641036112104
Binary1110101010101101111000101101011010010001111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD71; }

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

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

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

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

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

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

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

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