#EFAE78

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

Shades of Tacao #EFAE78

Tints of Tacao #EFAE78

Color information

#EFAE78 (or 0xEFAE78) is unknown color: approx Tacao. HEX triplet: EF, AE and 78. RGB value is (239,174,120). Sum of RGB (Red+Green+Blue) = 239+174+120=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE78 is #105187. Grayscale: #BBBBBB. Windows color (decimal): -1069448 or 7909103. OLE color: 7909103.

HSL color Cylindrical-coordinate representation of color #EFAE78: hue angle of 27.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFAE78 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239174120-
CMYK00.270.500.06
HSL27.23º78.81%70.39%-
HSV(B)27.23º49.79%93.73%-
XYZ54.1249.9824.56-
YUV187.2890.03164.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=44.84%
G=32.65%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917412000.270.500.0627.2378.8170.39
HexEFAE7801B3261b4f46
Octal35725617003362633117106
Binary111011111010111011110000110111100101101101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE78; }

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

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

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

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

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

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

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

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