#EFAE83

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

Shades of Tacao #EFAE83

Tints of Tacao #EFAE83

Color information

#EFAE83 (or 0xEFAE83) is unknown color: approx Tacao. HEX triplet: EF, AE and 83. RGB value is (239,174,131). Sum of RGB (Red+Green+Blue) = 239+174+131=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE83 is #10517C. Grayscale: #BCBCBC. Windows color (decimal): -1069437 or 8629999. OLE color: 8629999.

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

Color convert

RGB239174131-
CMYK00.270.450.06
HSL23.89º77.14%72.55%-
HSV(B)23.89º45.19%93.73%-
XYZ54.8350.2628.28-
YUV188.5395.53164-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=43.93%
G=31.99%
B=24.08%

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
Decimal23917413100.270.450.0623.8977.1472.55
HexEFAE8301B2D6184d49
Octal35725620303355630115111
Binary1110111110101110100000110110111011011101100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE83; }

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

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

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

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

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

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

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

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