#EFAD70

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

Shades of Tacao #EFAD70

Tints of Tacao #EFAD70

Color information

#EFAD70 (or 0xEFAD70) is unknown color: approx Tacao. HEX triplet: EF, AD and 70. RGB value is (239,173,112). Sum of RGB (Red+Green+Blue) = 239+173+112=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD70 is #10528F. Grayscale: #BABABA. Windows color (decimal): -1069712 or 7384559. OLE color: 7384559.

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

Color convert

RGB239173112-
CMYK00.280.530.06
HSL28.82º79.87%68.82%-
HSV(B)28.82º53.14%93.73%-
XYZ53.4649.4122.05-
YUV185.7886.37165.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 112 (44.14% from 255) = 21.37%
R=45.61%
G=33.02%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917311200.280.530.0628.8279.8768.82
HexEFAD7001C3561d5045
Octal35725516003465635120105
Binary111011111010110111100000111001101011101110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD70; }

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

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

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

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

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

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

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

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