#ED826B

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

Shades of Salmon #ED826B

Tints of Salmon #ED826B

Color information

#ED826B (or 0xED826B) is unknown color: approx Salmon. HEX triplet: ED, 82 and 6B. RGB value is (237,130,107). Sum of RGB (Red+Green+Blue) = 237+130+107=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED826B is #127D94. Grayscale: #9F9F9F. Windows color (decimal): -1211797 or 7045869. OLE color: 7045869.

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

Color convert

RGB237130107-
CMYK00.450.550.07
HSL10.62º78.31%67.45%-
HSV(B)10.62º54.85%92.94%-
XYZ45.5635.0318.27-
YUV159.3798.45183.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 107 (42.19% from 255) = 22.57%
R=50%
G=27.43%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713010700.450.550.0710.6278.3167.45
HexED826B02D377b4e43
Octal35520215305567713116103
Binary111011011000001011010110101101110111111101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED826B; }

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

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

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

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

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

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

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

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