#EDA587

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

Shades of Tonys Pink #EDA587

Tints of Tonys Pink #EDA587

Color information

#EDA587 (or 0xEDA587) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 87. RGB value is (237,165,135). Sum of RGB (Red+Green+Blue) = 237+165+135=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA587 is #125A78. Grayscale: #B7B7B7. Windows color (decimal): -1202809 or 8889837. OLE color: 8889837.

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

Color convert

RGB237165135-
CMYK00.300.430.07
HSL17.65º73.91%72.94%-
HSV(B)17.65º43.04%92.94%-
XYZ52.7546.6629.15-
YUV183.11100.85166.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=44.13%
G=30.73%
B=25.14%

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
Decimal23716513500.300.430.0717.6573.9172.94
HexEDA58701E2B7124a49
Octal35524520703653722112111
Binary1110110110100101100001110111101010111111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA587; }

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

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

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

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

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

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

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

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