#EFAA85

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

Shades of Tacao #EFAA85

Tints of Tacao #EFAA85

Color information

#EFAA85 (or 0xEFAA85) is unknown color: approx Tacao. HEX triplet: EF, AA and 85. RGB value is (239,170,133). Sum of RGB (Red+Green+Blue) = 239+170+133=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA85 is #10557A. Grayscale: #BABABA. Windows color (decimal): -1070459 or 8760047. OLE color: 8760047.

HSL color Cylindrical-coordinate representation of color #EFAA85: hue angle of 20.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFAA85 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239170133-
CMYK00.290.440.06
HSL20.94º76.81%72.94%-
HSV(B)20.94º44.35%93.73%-
XYZ54.248.7928.75-
YUV186.4197.86165.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=44.10%
G=31.37%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917013300.290.440.0620.9476.8172.94
HexEFAA8501D2C6154d49
Octal35725220503554625115111
Binary1110111110101010100001010111011011001101010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA85; }

 p { color: rgb(239,170,133); }

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

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

 a { background-color: rgb(239,170,133); }

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

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

 span { border-color: rgb(239,170,133); }

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