#EFAE75

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

Shades of Tacao #EFAE75

Tints of Tacao #EFAE75

Color information

#EFAE75 (or 0xEFAE75) is unknown color: approx Tacao. HEX triplet: EF, AE and 75. RGB value is (239,174,117). Sum of RGB (Red+Green+Blue) = 239+174+117=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE75 is #10518A. Grayscale: #BBBBBB. Windows color (decimal): -1069451 or 7712495. OLE color: 7712495.

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

Color convert

RGB239174117-
CMYK00.270.510.06
HSL28.03º79.22%69.8%-
HSV(B)28.03º51.05%93.73%-
XYZ53.9449.9123.62-
YUV186.9488.53165.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=45.09%
G=32.83%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917411700.270.510.0628.0379.2269.8
HexEFAE7501B3361c4f46
Octal35725616503363634117106
Binary111011111010111011101010110111100111101110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE75; }

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

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

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

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

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

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

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

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