#EDAA81

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

Shades of Tacao #EDAA81

Tints of Tacao #EDAA81

Color information

#EDAA81 (or 0xEDAA81) is unknown color: approx Tacao. HEX triplet: ED, AA and 81. RGB value is (237,170,129). Sum of RGB (Red+Green+Blue) = 237+170+129=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA81 is #12557E. Grayscale: #B9B9B9. Windows color (decimal): -1201535 or 8497901. OLE color: 8497901.

HSL color Cylindrical-coordinate representation of color #EDAA81: hue angle of 22.78º 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 #EDAA81 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237170129-
CMYK00.280.460.07
HSL22.78º75%71.76%-
HSV(B)22.78º45.57%92.94%-
XYZ53.2648.3427.29-
YUV185.3696.2164.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=44.22%
G=31.72%
B=24.07%

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
Decimal23717012900.280.460.0722.787571.76
HexEDAA8101C2E7174b48
Octal35525220103456727113110
Binary1110110110101010100000010111001011101111011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA81; }

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

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

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

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

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

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

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

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