#EAAA6F

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

Shades of Tacao #EAAA6F

Tints of Tacao #EAAA6F

Color information

#EAAA6F (or 0xEAAA6F) is unknown color: approx Tacao. HEX triplet: EA, AA and 6F. RGB value is (234,170,111). Sum of RGB (Red+Green+Blue) = 234+170+111=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA6F is #155590. Grayscale: #B6B6B6. Windows color (decimal): -1398161 or 7318250. OLE color: 7318250.

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

Color convert

RGB234170111-
CMYK00.270.530.08
HSL28.78º74.55%67.65%-
HSV(B)28.78º52.56%91.76%-
XYZ51.1847.3921.49-
YUV182.4187.7164.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=45.44%
G=33.01%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417011100.270.530.0828.7874.5567.65
HexEAAA6F01B3581d4b44
Octal352252157033651035113104
Binary1110101010101010110111101101111010110001110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA6F; }

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

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

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

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

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

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

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

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