#EFAF84

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

Shades of Tacao #EFAF84

Tints of Tacao #EFAF84

Color information

#EFAF84 (or 0xEFAF84) is unknown color: approx Tacao. HEX triplet: EF, AF and 84. RGB value is (239,175,132). Sum of RGB (Red+Green+Blue) = 239+175+132=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF84 is #10507B. Grayscale: #BDBDBD. Windows color (decimal): -1069180 or 8695791. OLE color: 8695791.

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

Color convert

RGB239175132-
CMYK00.270.450.06
HSL24.11º76.98%72.75%-
HSV(B)24.11º44.77%93.73%-
XYZ55.0950.6828.71-
YUV189.2395.7163.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=43.77%
G=32.05%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917513200.270.450.0624.1176.9872.75
HexEFAF8401B2D6184d49
Octal35725720403355630115111
Binary1110111110101111100001000110111011011101100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF84; }

 p { color: rgb(239,175,132); }

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

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

 a { background-color: rgb(239,175,132); }

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

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

 span { border-color: rgb(239,175,132); }

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