#ED7F68

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

Shades of Salmon #ED7F68

Tints of Salmon #ED7F68

Color information

#ED7F68 (or 0xED7F68) is unknown color: approx Salmon. HEX triplet: ED, 7F and 68. RGB value is (237,127,104). Sum of RGB (Red+Green+Blue) = 237+127+104=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F68 is #128097. Grayscale: #9D9D9D. Windows color (decimal): -1212568 or 6848493. OLE color: 6848493.

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

Color convert

RGB237127104-
CMYK00.460.560.07
HSL10.38º78.7%66.86%-
HSV(B)10.38º56.12%92.94%-
XYZ45.0134.1817.32-
YUV157.2797.94184.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=50.64%
G=27.14%
B=22.22%

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
Decimal23712710400.460.560.0710.3878.766.86
HexED7F6802E387a4f43
Octal35517715005670712117103
Binary11101101111111111010000101110111000111101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F68; }

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

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

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

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

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

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

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

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