#EDA487

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

Shades of Tonys Pink #EDA487

Tints of Tonys Pink #EDA487

Color information

#EDA487 (or 0xEDA487) is unknown color: approx Tonys Pink. HEX triplet: ED, A4 and 87. RGB value is (237,164,135). Sum of RGB (Red+Green+Blue) = 237+164+135=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA487 is #125B78. Grayscale: #B6B6B6. Windows color (decimal): -1203065 or 8889581. OLE color: 8889581.

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

Color convert

RGB237164135-
CMYK00.310.430.07
HSL17.06º73.91%72.94%-
HSV(B)17.06º43.04%92.94%-
XYZ52.5746.329.09-
YUV182.52101.18166.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=44.22%
G=30.60%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716413500.310.430.0717.0673.9172.94
HexEDA48701F2B7114a49
Octal35524420703753721112111
Binary1110110110100100100001110111111010111111000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA487; }

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

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

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

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

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

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

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

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