#EDAA76

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

Shades of Tacao #EDAA76

Tints of Tacao #EDAA76

Color information

#EDAA76 (or 0xEDAA76) is unknown color: approx Tacao. HEX triplet: ED, AA and 76. RGB value is (237,170,118). Sum of RGB (Red+Green+Blue) = 237+170+118=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA76 is #125589. Grayscale: #B8B8B8. Windows color (decimal): -1201546 or 7777005. OLE color: 7777005.

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

Color convert

RGB237170118-
CMYK00.280.500.07
HSL26.22º76.77%69.61%-
HSV(B)26.22º50.21%92.94%-
XYZ52.5748.0623.65-
YUV184.190.7165.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=45.14%
G=32.38%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717011800.280.500.0726.2276.7769.61
HexEDAA7601C3271a4d46
Octal35525216603462732115106
Binary111011011010101011101100111001100101111101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA76; }

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

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

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

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

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

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

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

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