#ED7E68

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

Shades of Salmon #ED7E68

Tints of Salmon #ED7E68

Color information

#ED7E68 (or 0xED7E68) is unknown color: approx Salmon. HEX triplet: ED, 7E and 68. RGB value is (237,126,104). Sum of RGB (Red+Green+Blue) = 237+126+104=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E68 is #128197. Grayscale: #9C9C9C. Windows color (decimal): -1212824 or 6848237. OLE color: 6848237.

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

Color convert

RGB237126104-
CMYK00.470.560.07
HSL9.92º78.7%66.86%-
HSV(B)9.92º56.12%92.94%-
XYZ44.8833.9317.28-
YUV156.6898.27185.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=50.75%
G=26.98%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712610400.470.560.079.9278.766.86
HexED7E6802F387a4f43
Octal35517615005770712117103
Binary11101101111111011010000101111111000111101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E68; }

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

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

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

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

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

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

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

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