#EAA774

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

Shades of Tacao #EAA774

Tints of Tacao #EAA774

Color information

#EAA774 (or 0xEAA774) is unknown color: approx Tacao. HEX triplet: EA, A7 and 74. RGB value is (234,167,116). Sum of RGB (Red+Green+Blue) = 234+167+116=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA774 is #15588B. Grayscale: #B5B5B5. Windows color (decimal): -1398924 or 7645162. OLE color: 7645162.

HSL color Cylindrical-coordinate representation of color #EAA774: hue angle of 25.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAA774 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234167116-
CMYK00.290.500.08
HSL25.93º73.75%68.63%-
HSV(B)25.93º50.43%91.76%-
XYZ50.946.3922.79-
YUV181.2291.2165.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=45.26%
G=32.30%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416711600.290.500.0825.9373.7568.63
HexEAA77401D3281a4a45
Octal352247164035621032112105
Binary1110101010100111111010001110111001010001101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA774; }

 p { color: rgb(234,167,116); }

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

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

 a { background-color: rgb(234,167,116); }

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

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

 span { border-color: rgb(234,167,116); }

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