#ED826E

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

Shades of Salmon #ED826E

Tints of Salmon #ED826E

Color information

#ED826E (or 0xED826E) is unknown color: approx Salmon. HEX triplet: ED, 82 and 6E. RGB value is (237,130,110). Sum of RGB (Red+Green+Blue) = 237+130+110=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED826E is #127D91. Grayscale: #9F9F9F. Windows color (decimal): -1211794 or 7242477. OLE color: 7242477.

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

Color convert

RGB237130110-
CMYK00.450.540.07
HSL9.45º77.91%68.04%-
HSV(B)9.45º53.59%92.94%-
XYZ45.7235.119.12-
YUV159.7199.95183.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=49.69%
G=27.25%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713011000.450.540.079.4577.9168.04
HexED826E02D36794e44
Octal35520215605566711116104
Binary111011011000001011011100101101110110111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED826E; }

 p { color: rgb(237,130,110); }

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

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

 a { background-color: rgb(237,130,110); }

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

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

 span { border-color: rgb(237,130,110); }

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