#EDA988

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

Shades of Tonys Pink #EDA988

Tints of Tonys Pink #EDA988

Color information

#EDA988 (or 0xEDA988) is unknown color: approx Tonys Pink. HEX triplet: ED, A9 and 88. RGB value is (237,169,136). Sum of RGB (Red+Green+Blue) = 237+169+136=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA988 is #125677. Grayscale: #B9B9B9. Windows color (decimal): -1201784 or 8956397. OLE color: 8956397.

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

Color convert

RGB237169136-
CMYK00.290.430.07
HSL19.6º73.72%73.14%-
HSV(B)19.6º42.62%92.94%-
XYZ53.5648.1629.77-
YUV185.57100.03164.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 136 (53.52% from 255) = 25.09%
R=43.73%
G=31.18%
B=25.09%

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
Decimal23716913600.290.430.0719.673.7273.14
HexEDA98801D2B7144a49
Octal35525121003553724112111
Binary1110110110101001100010000111011010111111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA988; }

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

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

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

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

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

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

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

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