#EEB180

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

Shades of Tacao #EEB180

Tints of Tacao #EEB180

Color information

#EEB180 (or 0xEEB180) is unknown color: approx Tacao. HEX triplet: EE, B1 and 80. RGB value is (238,177,128). Sum of RGB (Red+Green+Blue) = 238+177+128=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB180 is #114E7F. Grayscale: #BDBDBD. Windows color (decimal): -1134208 or 8434158. OLE color: 8434158.

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

Color convert

RGB238177128-
CMYK00.260.460.07
HSL26.73º76.39%71.76%-
HSV(B)26.73º46.22%93.33%-
XYZ54.8851.1827.41-
YUV189.6593.21162.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=43.83%
G=32.60%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817712800.260.460.0726.7376.3971.76
HexEEB18001A2E71b4c48
Octal35626120003256733114110
Binary1110111010110001100000000110101011101111101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB180; }

 p { color: rgb(238,177,128); }

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

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

 a { background-color: rgb(238,177,128); }

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

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

 span { border-color: rgb(238,177,128); }

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