#EAA779

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

Shades of Tacao #EAA779

Tints of Tacao #EAA779

Color information

#EAA779 (or 0xEAA779) is unknown color: approx Tacao. HEX triplet: EA, A7 and 79. RGB value is (234,167,121). Sum of RGB (Red+Green+Blue) = 234+167+121=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA779 is #155886. Grayscale: #B6B6B6. Windows color (decimal): -1398919 or 7972842. OLE color: 7972842.

HSL color Cylindrical-coordinate representation of color #EAA779: hue angle of 24.42º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAA779 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234167121-
CMYK00.290.480.08
HSL24.42º72.9%69.61%-
HSV(B)24.42º48.29%91.76%-
XYZ51.246.5124.37-
YUV181.7993.7165.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 121 (47.66% from 255) = 23.18%
R=44.83%
G=31.99%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416712100.290.480.0824.4272.969.61
HexEAA77901D308184946
Octal352247171035601030111106
Binary1110101010100111111100101110111000010001100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA779; }

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

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

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

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

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

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

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

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