#EDAA70

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

Shades of Tacao #EDAA70

Tints of Tacao #EDAA70

Color information

#EDAA70 (or 0xEDAA70) is unknown color: approx Tacao. HEX triplet: ED, AA and 70. RGB value is (237,170,112). Sum of RGB (Red+Green+Blue) = 237+170+112=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA70 is #12558F. Grayscale: #B7B7B7. Windows color (decimal): -1201552 or 7383789. OLE color: 7383789.

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

Color convert

RGB237170112-
CMYK00.280.530.07
HSL27.84º77.64%68.43%-
HSV(B)27.84º52.74%92.94%-
XYZ52.2247.9221.83-
YUV183.4287.7166.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=45.66%
G=32.76%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717011200.280.530.0727.8477.6468.43
HexEDAA7001C3571c4e44
Octal35525216003465734116104
Binary111011011010101011100000111001101011111110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA70; }

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

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

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

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

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

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

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

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