#EDA087

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

Shades of Tonys Pink #EDA087

Tints of Tonys Pink #EDA087

Color information

#EDA087 (or 0xEDA087) is unknown color: approx Tonys Pink. HEX triplet: ED, A0 and 87. RGB value is (237,160,135). Sum of RGB (Red+Green+Blue) = 237+160+135=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA087 is #125F78. Grayscale: #B4B4B4. Windows color (decimal): -1204089 or 8888557. OLE color: 8888557.

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

Color convert

RGB237160135-
CMYK00.320.430.07
HSL14.71º73.91%72.94%-
HSV(B)14.71º43.04%92.94%-
XYZ51.8744.928.85-
YUV180.17102.51168.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=44.55%
G=30.08%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716013500.320.430.0714.7173.9172.94
HexEDA0870202B7f4a49
Octal35524020704053717112111
Binary1110110110100000100001110100000101011111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA087; }

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

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

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

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

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

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

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

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