#EEA680

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

Shades of Tacao #EEA680

Tints of Tacao #EEA680

Color information

#EEA680 (or 0xEEA680) is unknown color: approx Tacao. HEX triplet: EE, A6 and 80. RGB value is (238,166,128). Sum of RGB (Red+Green+Blue) = 238+166+128=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA680 is #11597F. Grayscale: #B7B7B7. Windows color (decimal): -1137024 or 8431342. OLE color: 8431342.

HSL color Cylindrical-coordinate representation of color #EEA680: hue angle of 20.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 #EEA680 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238166128-
CMYK00.300.460.07
HSL20.73º76.39%71.76%-
HSV(B)20.73º46.22%93.33%-
XYZ52.7947.0126.71-
YUV183.296.85167.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.74%
GREEN value IS 166 (65.23% from 255) = 31.20%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=44.74%
G=31.20%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816612800.300.460.0720.7376.3971.76
HexEEA68001E2E7154c48
Octal35624620003656725114110
Binary1110111010100110100000000111101011101111010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA680; }

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

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

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

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

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

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

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

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