#ED7F69

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

Shades of Salmon #ED7F69

Tints of Salmon #ED7F69

Color information

#ED7F69 (or 0xED7F69) is unknown color: approx Salmon. HEX triplet: ED, 7F and 69. RGB value is (237,127,105). Sum of RGB (Red+Green+Blue) = 237+127+105=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F69 is #128096. Grayscale: #9D9D9D. Windows color (decimal): -1212567 or 6914029. OLE color: 6914029.

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

Color convert

RGB237127105-
CMYK00.460.560.07
HSL10º78.57%67.06%-
HSV(B)10º55.7%92.94%-
XYZ45.0634.217.59-
YUV157.3898.44184.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=50.53%
G=27.08%
B=22.39%

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
Decimal23712710500.460.560.071078.5767.06
HexED7F6902E387a4f43
Octal35517715105670712117103
Binary11101101111111111010010101110111000111101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F69; }

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

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

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

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

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

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

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

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