#EDAA7A

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

Shades of Tacao #EDAA7A

Tints of Tacao #EDAA7A

Color information

#EDAA7A (or 0xEDAA7A) is unknown color: approx Tacao. HEX triplet: ED, AA and 7A. RGB value is (237,170,122). Sum of RGB (Red+Green+Blue) = 237+170+122=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA7A is #125585. Grayscale: #B8B8B8. Windows color (decimal): -1201542 or 8039149. OLE color: 8039149.

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

Color convert

RGB237170122-
CMYK00.280.490.07
HSL25.04º76.16%70.39%-
HSV(B)25.04º48.52%92.94%-
XYZ52.8148.1624.92-
YUV184.5692.7165.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=44.80%
G=32.14%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717012200.280.490.0725.0476.1670.39
HexEDAA7A01C317194c46
Octal35525217203461731114106
Binary111011011010101011110100111001100011111100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA7A; }

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

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

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

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

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

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

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

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