#EDA387

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

Shades of Tonys Pink #EDA387

Tints of Tonys Pink #EDA387

Color information

#EDA387 (or 0xEDA387) is unknown color: approx Tonys Pink. HEX triplet: ED, A3 and 87. RGB value is (237,163,135). Sum of RGB (Red+Green+Blue) = 237+163+135=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA387 is #125C78. Grayscale: #B6B6B6. Windows color (decimal): -1203321 or 8889325. OLE color: 8889325.

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

Color convert

RGB237163135-
CMYK00.310.430.07
HSL16.47º73.91%72.94%-
HSV(B)16.47º43.04%92.94%-
XYZ52.445.9529.03-
YUV181.93101.52167.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=44.30%
G=30.47%
B=25.23%

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
Decimal23716313500.310.430.0716.4773.9172.94
HexEDA38701F2B7104a49
Octal35524320703753720112111
Binary1110110110100011100001110111111010111111000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA387; }

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

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

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

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

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

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

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

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