#EFAE70

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

Shades of Tacao #EFAE70

Tints of Tacao #EFAE70

Color information

#EFAE70 (or 0xEFAE70) is unknown color: approx Tacao. HEX triplet: EF, AE and 70. RGB value is (239,174,112). Sum of RGB (Red+Green+Blue) = 239+174+112=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE70 is #10518F. Grayscale: #BABABA. Windows color (decimal): -1069456 or 7384815. OLE color: 7384815.

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

Color convert

RGB239174112-
CMYK00.270.530.06
HSL29.29º79.87%68.82%-
HSV(B)29.29º53.14%93.73%-
XYZ53.6649.7922.11-
YUV186.3786.03165.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=45.52%
G=33.14%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917411200.270.530.0629.2979.8768.82
HexEFAE7001B3561d5045
Octal35725616003365635120105
Binary111011111010111011100000110111101011101110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE70; }

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

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

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

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

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

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

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

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