#EDA987

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

Shades of Tonys Pink #EDA987

Tints of Tonys Pink #EDA987

Color information

#EDA987 (or 0xEDA987) is unknown color: approx Tonys Pink. HEX triplet: ED, A9 and 87. RGB value is (237,169,135). Sum of RGB (Red+Green+Blue) = 237+169+135=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA987 is #125678. Grayscale: #B9B9B9. Windows color (decimal): -1201785 or 8890861. OLE color: 8890861.

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

Color convert

RGB237169135-
CMYK00.290.430.07
HSL20º73.91%72.94%-
HSV(B)20º43.04%92.94%-
XYZ53.4948.1329.39-
YUV185.4699.53164.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=43.81%
G=31.24%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716913500.290.430.072073.9172.94
HexEDA98701D2B7144a49
Octal35525120703553724112111
Binary1110110110101001100001110111011010111111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA987; }

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

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

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

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

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

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

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

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