#ED8569

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

Shades of Salmon #ED8569

Tints of Salmon #ED8569

Color information

#ED8569 (or 0xED8569) is unknown color: approx Salmon. HEX triplet: ED, 85 and 69. RGB value is (237,133,105). Sum of RGB (Red+Green+Blue) = 237+133+105=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8569 is #127A96. Grayscale: #A1A1A1. Windows color (decimal): -1211031 or 6915565. OLE color: 6915565.

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

Color convert

RGB237133105-
CMYK00.440.560.07
HSL12.73º78.57%67.06%-
HSV(B)12.73º55.7%92.94%-
XYZ45.8635.817.86-
YUV160.996.46182.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=49.89%
G=28%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713310500.440.560.0712.7378.5767.06
HexED856902C387d4f43
Octal35520515105470715117103
Binary111011011000010111010010101100111000111110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8569; }

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

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

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

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

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

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

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

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