#EEA76F

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

Shades of Tacao #EEA76F

Tints of Tacao #EEA76F

Color information

#EEA76F (or 0xEEA76F) is unknown color: approx Tacao. HEX triplet: EE, A7 and 6F. RGB value is (238,167,111). Sum of RGB (Red+Green+Blue) = 238+167+111=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA76F is #115890. Grayscale: #B6B6B6. Windows color (decimal): -1136785 or 7317486. OLE color: 7317486.

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

Color convert

RGB238167111-
CMYK00.300.530.07
HSL26.46º78.88%68.43%-
HSV(B)26.46º53.36%93.33%-
XYZ51.9546.9621.37-
YUV181.8488.02168.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 111 (43.75% from 255) = 21.51%
R=46.12%
G=32.36%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816711100.300.530.0726.4678.8868.43
HexEEA76F01E3571a4f44
Octal35624715703665732117104
Binary111011101010011111011110111101101011111101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA76F; }

 p { color: rgb(238,167,111); }

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

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

 a { background-color: rgb(238,167,111); }

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

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

 span { border-color: rgb(238,167,111); }

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