#EDAA74

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

Shades of Tacao #EDAA74

Tints of Tacao #EDAA74

Color information

#EDAA74 (or 0xEDAA74) is unknown color: approx Tacao. HEX triplet: ED, AA and 74. RGB value is (237,170,116). Sum of RGB (Red+Green+Blue) = 237+170+116=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA74 is #12558B. Grayscale: #B8B8B8. Windows color (decimal): -1201548 or 7645933. OLE color: 7645933.

HSL color Cylindrical-coordinate representation of color #EDAA74: hue angle of 26.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDAA74 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237170116-
CMYK00.280.510.07
HSL26.78º77.07%69.22%-
HSV(B)26.78º51.05%92.94%-
XYZ52.4548.0123.03-
YUV183.8889.7165.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=45.32%
G=32.50%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717011600.280.510.0726.7877.0769.22
HexEDAA7401C3371b4d45
Octal35525216403463733115105
Binary111011011010101011101000111001100111111101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA74; }

 p { color: rgb(237,170,116); }

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

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

 a { background-color: rgb(237,170,116); }

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

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

 span { border-color: rgb(237,170,116); }

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