#ED977B

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

Shades of Dark Salmon #ED977B

Tints of Dark Salmon #ED977B

Color information

#ED977B (or 0xED977B) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 7B. RGB value is (237,151,123). Sum of RGB (Red+Green+Blue) = 237+151+123=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED977B is #126884. Grayscale: #ADADAD. Windows color (decimal): -1206405 or 8099821. OLE color: 8099821.

HSL color Cylindrical-coordinate representation of color #ED977B: hue angle of 14.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED977B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB237151123-
CMYK00.360.480.07
HSL14.74º76%70.59%-
HSV(B)14.74º48.1%92.94%-
XYZ49.5741.5724.15-
YUV173.5299.49173.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=46.38%
G=29.55%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715112300.360.480.0714.747670.59
HexED977B024307f4c47
Octal35522717304460717114107
Binary111011011001011111110110100100110000111111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED977B; }

 p { color: rgb(237,151,123); }

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

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

 a { background-color: rgb(237,151,123); }

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

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

 span { border-color: rgb(237,151,123); }

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