#EEAD71

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

Shades of Tacao #EEAD71

Tints of Tacao #EEAD71

Color information

#EEAD71 (or 0xEEAD71) is unknown color: approx Tacao. HEX triplet: EE, AD and 71. RGB value is (238,173,113). Sum of RGB (Red+Green+Blue) = 238+173+113=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD71 is #11528E. Grayscale: #B9B9B9. Windows color (decimal): -1135247 or 7450094. OLE color: 7450094.

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

Color convert

RGB238173113-
CMYK00.270.530.07
HSL28.8º78.62%68.82%-
HSV(B)28.8º52.52%93.33%-
XYZ53.1849.2622.33-
YUV185.5987.03165.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=45.42%
G=33.02%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817311300.270.530.0728.878.6268.82
HexEEAD7101B3571d4f45
Octal35625516103365735117105
Binary111011101010110111100010110111101011111110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD71; }

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

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

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

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

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

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

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

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