#EEB079

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

Shades of Tacao #EEB079

Tints of Tacao #EEB079

Color information

#EEB079 (or 0xEEB079) is unknown color: approx Tacao. HEX triplet: EE, B0 and 79. RGB value is (238,176,121). Sum of RGB (Red+Green+Blue) = 238+176+121=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB079 is #114F86. Grayscale: #BCBCBC. Windows color (decimal): -1134471 or 7975150. OLE color: 7975150.

HSL color Cylindrical-coordinate representation of color #EEB079: hue angle of 28.21º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEB079 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238176121-
CMYK00.260.490.07
HSL28.21º77.48%70.39%-
HSV(B)28.21º49.16%93.33%-
XYZ54.2450.6125-
YUV188.2790.04163.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=44.49%
G=32.90%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817612100.260.490.0728.2177.4870.39
HexEEB07901A3171c4d46
Octal35626017103261734115106
Binary111011101011000011110010110101100011111110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB079; }

 p { color: rgb(238,176,121); }

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

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

 a { background-color: rgb(238,176,121); }

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

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

 span { border-color: rgb(238,176,121); }

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