#EFAF83

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

Shades of Tacao #EFAF83

Tints of Tacao #EFAF83

Color information

#EFAF83 (or 0xEFAF83) is unknown color: approx Tacao. HEX triplet: EF, AF and 83. RGB value is (239,175,131). Sum of RGB (Red+Green+Blue) = 239+175+131=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF83 is #10507C. Grayscale: #BDBDBD. Windows color (decimal): -1069181 or 8630255. OLE color: 8630255.

HSL color Cylindrical-coordinate representation of color #EFAF83: hue angle of 24.44º 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 #EFAF83 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239175131-
CMYK00.270.450.06
HSL24.44º77.14%72.55%-
HSV(B)24.44º45.19%93.73%-
XYZ55.0250.6528.35-
YUV189.1295.2163.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=43.85%
G=32.11%
B=24.04%

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
Decimal23917513100.270.450.0624.4477.1472.55
HexEFAF8301B2D6184d49
Octal35725720303355630115111
Binary1110111110101111100000110110111011011101100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF83; }

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

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

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

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

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

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

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

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