#edaa7f

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

Shades of Tacao #EDAA7F

Tints of Tacao #EDAA7F

Color information

#EDAA7F (or 0xEDAA7F) is unknown color: approx Tacao. HEX triplet: ED, AA and 7F. RGB value is (237,170,127). Sum of RGB (Red+Green+Blue) = 237+170+127=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA7F is #125580. Grayscale: #B9B9B9. Windows color (decimal): -1201537 or 8366829. OLE color: 8366829.

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

Color convert

RGB237170127-
CMYK00.280.460.07
HSL23.45º75.34%71.37%-
HSV(B)23.45º46.41%92.94%-
XYZ53.1348.2926.6-
YUV185.1395.2165-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 127 (50% from 255) = 23.78%
R=44.38%
G=31.84%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717012700.280.460.0723.4575.3471.37
HexEDAA7F01C2E7174b47
Octal35525217703456727113107
Binary111011011010101011111110111001011101111011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edaa7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edaa7f; }

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

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

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

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

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

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

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

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