#EDA687

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

Shades of Tonys Pink #EDA687

Tints of Tonys Pink #EDA687

Color information

#EDA687 (or 0xEDA687) is unknown color: approx Tonys Pink. HEX triplet: ED, A6 and 87. RGB value is (237,166,135). Sum of RGB (Red+Green+Blue) = 237+166+135=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA687 is #125978. Grayscale: #B7B7B7. Windows color (decimal): -1202553 or 8890093. OLE color: 8890093.

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

Color convert

RGB237166135-
CMYK00.300.430.07
HSL18.24º73.91%72.94%-
HSV(B)18.24º43.04%92.94%-
XYZ52.9347.0329.21-
YUV183.7100.52166.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=44.05%
G=30.86%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716613500.300.430.0718.2473.9172.94
HexEDA68701E2B7124a49
Octal35524620703653722112111
Binary1110110110100110100001110111101010111111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA687; }

 p { color: rgb(237,166,135); }

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

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

 a { background-color: rgb(237,166,135); }

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

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

 span { border-color: rgb(237,166,135); }

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