#EFA982

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

Shades of Tacao #EFA982

Tints of Tacao #EFA982

Color information

#EFA982 (or 0xEFA982) is unknown color: approx Tacao. HEX triplet: EF, A9 and 82. RGB value is (239,169,130). Sum of RGB (Red+Green+Blue) = 239+169+130=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA982 is #10567D. Grayscale: #B9B9B9. Windows color (decimal): -1070718 or 8563183. OLE color: 8563183.

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

Color convert

RGB239169130-
CMYK00.290.460.06
HSL21.47º77.3%72.35%-
HSV(B)21.47º45.61%93.73%-
XYZ53.8148.3427.61-
YUV185.4896.69166.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=44.42%
G=31.41%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916913000.290.460.0621.4777.372.35
HexEFA98201D2E6154d48
Octal35725120203556625115110
Binary1110111110101001100000100111011011101101010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA982; }

 p { color: rgb(239,169,130); }

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

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

 a { background-color: rgb(239,169,130); }

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

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

 span { border-color: rgb(239,169,130); }

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