#E9A96F

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

Shades of Tacao #E9A96F

Tints of Tacao #E9A96F

Color information

#E9A96F (or 0xE9A96F) is unknown color: approx Tacao. HEX triplet: E9, A9 and 6F. RGB value is (233,169,111). Sum of RGB (Red+Green+Blue) = 233+169+111=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A96F is #165690. Grayscale: #B5B5B5. Windows color (decimal): -1463953 or 7317993. OLE color: 7317993.

HSL color Cylindrical-coordinate representation of color #E9A96F: hue angle of 28.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9A96F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233169111-
CMYK00.270.520.09
HSL28.52º73.49%67.45%-
HSV(B)28.52º52.36%91.37%-
XYZ50.6646.8521.41-
YUV181.5288.2164.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=45.42%
G=32.94%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316911100.270.520.0928.5273.4967.45
HexE9A96F01B3491d4943
Octal351251157033641135111103
Binary1110100110101001110111101101111010010011110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A96F; }

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

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

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

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

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

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

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

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