#EFAE85

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

Shades of Tacao #EFAE85

Tints of Tacao #EFAE85

Color information

#EFAE85 (or 0xEFAE85) is unknown color: approx Tacao. HEX triplet: EF, AE and 85. RGB value is (239,174,133). Sum of RGB (Red+Green+Blue) = 239+174+133=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE85 is #10517A. Grayscale: #BCBCBC. Windows color (decimal): -1069435 or 8761071. OLE color: 8761071.

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

Color convert

RGB239174133-
CMYK00.270.440.06
HSL23.21º76.81%72.94%-
HSV(B)23.21º44.35%93.73%-
XYZ54.9750.3229.01-
YUV188.7696.53163.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=43.77%
G=31.87%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917413300.270.440.0623.2176.8172.94
HexEFAE8501B2C6174d49
Octal35725620503354627115111
Binary1110111110101110100001010110111011001101011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE85; }

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

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

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

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

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

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

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

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