#ED8570

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

Shades of Salmon #ED8570

Tints of Salmon #ED8570

Color information

#ED8570 (or 0xED8570) is unknown color: approx Salmon. HEX triplet: ED, 85 and 70. RGB value is (237,133,112). Sum of RGB (Red+Green+Blue) = 237+133+112=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8570 is #127A8F. Grayscale: #A1A1A1. Windows color (decimal): -1211024 or 7374317. OLE color: 7374317.

HSL color Cylindrical-coordinate representation of color #ED8570: hue angle of 10.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8570 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237133112-
CMYK00.440.530.07
HSL10.08º77.64%68.43%-
HSV(B)10.08º52.74%92.94%-
XYZ46.2435.9519.83-
YUV161.799.96181.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=49.17%
G=27.59%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713311200.440.530.0710.0877.6468.43
HexED857002C357a4e44
Octal35520516005465712116104
Binary111011011000010111100000101100110101111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8570; }

 p { color: rgb(237,133,112); }

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

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

 a { background-color: rgb(237,133,112); }

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

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

 span { border-color: rgb(237,133,112); }

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