#EEA971

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

Shades of Tacao #EEA971

Tints of Tacao #EEA971

Color information

#EEA971 (or 0xEEA971) is unknown color: approx Tacao. HEX triplet: EE, A9 and 71. RGB value is (238,169,113). Sum of RGB (Red+Green+Blue) = 238+169+113=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA971 is #11568E. Grayscale: #B7B7B7. Windows color (decimal): -1136271 or 7449070. OLE color: 7449070.

HSL color Cylindrical-coordinate representation of color #EEA971: hue angle of 26.88º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEA971 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238169113-
CMYK00.290.530.07
HSL26.88º78.62%68.82%-
HSV(B)26.88º52.52%93.33%-
XYZ52.4347.7522.08-
YUV183.2588.36167.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=45.77%
G=32.5%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816911300.290.530.0726.8878.6268.82
HexEEA97101D3571b4f45
Octal35625116103565733117105
Binary111011101010100111100010111011101011111101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA971; }

 p { color: rgb(238,169,113); }

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

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

 a { background-color: rgb(238,169,113); }

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

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

 span { border-color: rgb(238,169,113); }

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