#EAA96F

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

Shades of Tacao #EAA96F

Tints of Tacao #EAA96F

Color information

#EAA96F (or 0xEAA96F) is unknown color: approx Tacao. HEX triplet: EA, A9 and 6F. RGB value is (234,169,111). Sum of RGB (Red+Green+Blue) = 234+169+111=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA96F is #155690. Grayscale: #B6B6B6. Windows color (decimal): -1398417 or 7317994. OLE color: 7317994.

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

Color convert

RGB234169111-
CMYK00.280.530.08
HSL28.29º74.55%67.65%-
HSV(B)28.29º52.56%91.76%-
XYZ50.9947.0221.43-
YUV181.8288.03165.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=45.53%
G=32.88%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416911100.280.530.0828.2974.5567.65
HexEAA96F01C3581c4b44
Octal352251157034651034113104
Binary1110101010101001110111101110011010110001110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA96F; }

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

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

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

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

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

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

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

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