#EDA986

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

Shades of Tonys Pink #EDA986

Tints of Tonys Pink #EDA986

Color information

#EDA986 (or 0xEDA986) is unknown color: approx Tonys Pink. HEX triplet: ED, A9 and 86. RGB value is (237,169,134). Sum of RGB (Red+Green+Blue) = 237+169+134=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA986 is #125679. Grayscale: #B9B9B9. Windows color (decimal): -1201786 or 8825325. OLE color: 8825325.

HSL color Cylindrical-coordinate representation of color #EDA986: hue angle of 20.39º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDA986 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237169134-
CMYK00.290.430.07
HSL20.39º74.1%72.75%-
HSV(B)20.39º43.46%92.94%-
XYZ53.4248.129.02-
YUV185.3499.03164.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=43.89%
G=31.30%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716913400.290.430.0720.3974.172.75
HexEDA98601D2B7144a49
Octal35525120603553724112111
Binary1110110110101001100001100111011010111111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA986; }

 p { color: rgb(237,169,134); }

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

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

 a { background-color: rgb(237,169,134); }

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

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

 span { border-color: rgb(237,169,134); }

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