#EDAB81

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

Shades of Tacao #EDAB81

Tints of Tacao #EDAB81

Color information

#EDAB81 (or 0xEDAB81) is unknown color: approx Tacao. HEX triplet: ED, AB and 81. RGB value is (237,171,129). Sum of RGB (Red+Green+Blue) = 237+171+129=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB81 is #12547E. Grayscale: #BABABA. Windows color (decimal): -1201279 or 8498157. OLE color: 8498157.

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

Color convert

RGB237171129-
CMYK00.280.460.07
HSL23.33º75%71.76%-
HSV(B)23.33º45.57%92.94%-
XYZ53.4548.7227.35-
YUV185.9595.87164.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=44.13%
G=31.84%
B=24.02%

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
Decimal23717112900.280.460.0723.337571.76
HexEDAB8101C2E7174b48
Octal35525320103456727113110
Binary1110110110101011100000010111001011101111011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB81; }

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

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

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

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

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

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

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

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