#ED8169

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

Shades of Salmon #ED8169

Tints of Salmon #ED8169

Color information

#ED8169 (or 0xED8169) is unknown color: approx Salmon. HEX triplet: ED, 81 and 69. RGB value is (237,129,105). Sum of RGB (Red+Green+Blue) = 237+129+105=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8169 is #127E96. Grayscale: #9E9E9E. Windows color (decimal): -1212055 or 6914541. OLE color: 6914541.

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

Color convert

RGB237129105-
CMYK00.460.560.07
HSL10.91º78.57%67.06%-
HSV(B)10.91º55.7%92.94%-
XYZ45.3334.7217.68-
YUV158.5697.78183.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=50.32%
G=27.39%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712910500.460.560.0710.9178.5767.06
HexED816902E387b4f43
Octal35520115105670713117103
Binary111011011000000111010010101110111000111101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8169; }

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

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

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

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

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

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

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

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