#ED8469

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

Shades of Salmon #ED8469

Tints of Salmon #ED8469

Color information

#ED8469 (or 0xED8469) is unknown color: approx Salmon. HEX triplet: ED, 84 and 69. RGB value is (237,132,105). Sum of RGB (Red+Green+Blue) = 237+132+105=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8469 is #127B96. Grayscale: #A0A0A0. Windows color (decimal): -1211287 or 6915309. OLE color: 6915309.

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

Color convert

RGB237132105-
CMYK00.440.560.07
HSL12.27º78.57%67.06%-
HSV(B)12.27º55.7%92.94%-
XYZ45.7335.5317.81-
YUV160.3296.79182.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=50%
G=27.85%
B=22.15%

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
Decimal23713210500.440.560.0712.2778.5767.06
HexED846902C387c4f43
Octal35520415105470714117103
Binary111011011000010011010010101100111000111110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8469; }

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

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

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

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

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

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

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

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