#EDAB80

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

Shades of Tacao #EDAB80

Tints of Tacao #EDAB80

Color information

#EDAB80 (or 0xEDAB80) is unknown color: approx Tacao. HEX triplet: ED, AB and 80. RGB value is (237,171,128). Sum of RGB (Red+Green+Blue) = 237+171+128=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB80 is #12547F. Grayscale: #BABABA. Windows color (decimal): -1201280 or 8432621. OLE color: 8432621.

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

Color convert

RGB237171128-
CMYK00.280.460.07
HSL23.67º75.17%71.57%-
HSV(B)23.67º45.99%92.94%-
XYZ53.3848.6927.01-
YUV185.8395.37164.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=44.22%
G=31.90%
B=23.88%

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
Decimal23717112800.280.460.0723.6775.1771.57
HexEDAB8001C2E7184b48
Octal35525320003456730113110
Binary1110110110101011100000000111001011101111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB80; }

 p { color: rgb(237,171,128); }

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

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

 a { background-color: rgb(237,171,128); }

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

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

 span { border-color: rgb(237,171,128); }

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