#EEB073

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

Shades of Tacao #EEB073

Tints of Tacao #EEB073

Color information

#EEB073 (or 0xEEB073) is unknown color: approx Tacao. HEX triplet: EE, B0 and 73. RGB value is (238,176,115). Sum of RGB (Red+Green+Blue) = 238+176+115=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB073 is #114F8C. Grayscale: #BBBBBB. Windows color (decimal): -1134477 or 7581934. OLE color: 7581934.

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

Color convert

RGB238176115-
CMYK00.260.520.07
HSL29.76º78.34%69.22%-
HSV(B)29.76º51.68%93.33%-
XYZ53.8850.4723.12-
YUV187.5887.04163.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 115 (45.31% from 255) = 21.74%
R=44.99%
G=33.27%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817611500.260.520.0729.7678.3469.22
HexEEB07301A3471e4e45
Octal35626016303264736116105
Binary111011101011000011100110110101101001111111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB073; }

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

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

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

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

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

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

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

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