#EDA989

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

Shades of Tonys Pink #EDA989

Tints of Tonys Pink #EDA989

Color information

#EDA989 (or 0xEDA989) is unknown color: approx Tonys Pink. HEX triplet: ED, A9 and 89. RGB value is (237,169,137). Sum of RGB (Red+Green+Blue) = 237+169+137=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA989 is #125676. Grayscale: #B9B9B9. Windows color (decimal): -1201783 or 9021933. OLE color: 9021933.

HSL color Cylindrical-coordinate representation of color #EDA989: hue angle of 19.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDA989 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237169137-
CMYK00.290.420.07
HSL19.2º73.53%73.33%-
HSV(B)19.2º42.19%92.94%-
XYZ53.6348.1930.14-
YUV185.68100.53164.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 137 (53.91% from 255) = 25.23%
R=43.65%
G=31.12%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716913700.290.420.0719.273.5373.33
HexEDA98901D2A7134a49
Octal35525121103552723112111
Binary1110110110101001100010010111011010101111001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA989; }

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

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

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

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

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

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

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

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