#ED9F86

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

Shades of Tonys Pink #ED9F86

Tints of Tonys Pink #ED9F86

Color information

#ED9F86 (or 0xED9F86) is unknown color: approx Tonys Pink. HEX triplet: ED, 9F and 86. RGB value is (237,159,134). Sum of RGB (Red+Green+Blue) = 237+159+134=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F86 is #126079. Grayscale: #B3B3B3. Windows color (decimal): -1204346 or 8822765. OLE color: 8822765.

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

Color convert

RGB237159134-
CMYK00.330.430.07
HSL14.56º74.1%72.75%-
HSV(B)14.56º43.46%92.94%-
XYZ51.6344.5228.43-
YUV179.47102.34169.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=44.72%
G=30%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715913400.330.430.0714.5674.172.75
HexED9F860212B7f4a49
Octal35523720604153717112111
Binary1110110110011111100001100100001101011111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F86; }

 p { color: rgb(237,159,134); }

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

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

 a { background-color: rgb(237,159,134); }

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

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

 span { border-color: rgb(237,159,134); }

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