#EFAE82

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

Shades of Tacao #EFAE82

Tints of Tacao #EFAE82

Color information

#EFAE82 (or 0xEFAE82) is unknown color: approx Tacao. HEX triplet: EF, AE and 82. RGB value is (239,174,130). Sum of RGB (Red+Green+Blue) = 239+174+130=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE82 is #10517D. Grayscale: #BCBCBC. Windows color (decimal): -1069438 or 8564463. OLE color: 8564463.

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

Color convert

RGB239174130-
CMYK00.270.460.06
HSL24.22º77.3%72.35%-
HSV(B)24.22º45.61%93.73%-
XYZ54.7650.2327.93-
YUV188.4295.03164.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=44.01%
G=32.04%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917413000.270.460.0624.2277.372.35
HexEFAE8201B2E6184d48
Octal35725620203356630115110
Binary1110111110101110100000100110111011101101100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE82; }

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

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

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

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

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

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

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

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