#EDAA82

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

Shades of Tacao #EDAA82

Tints of Tacao #EDAA82

Color information

#EDAA82 (or 0xEDAA82) is unknown color: approx Tacao. HEX triplet: ED, AA and 82. RGB value is (237,170,130). Sum of RGB (Red+Green+Blue) = 237+170+130=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA82 is #12557D. Grayscale: #B9B9B9. Windows color (decimal): -1201534 or 8563437. OLE color: 8563437.

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

Color convert

RGB237170130-
CMYK00.280.450.07
HSL22.43º74.83%71.96%-
HSV(B)22.43º45.15%92.94%-
XYZ53.3348.3727.64-
YUV185.4796.7164.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=44.13%
G=31.66%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717013000.280.450.0722.4374.8371.96
HexEDAA8201C2D7164b48
Octal35525220203455726113110
Binary1110110110101010100000100111001011011111011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA82; }

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

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

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

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

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

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

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

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