#ED976E

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

Shades of Dark Salmon #ED976E

Tints of Dark Salmon #ED976E

Color information

#ED976E (or 0xED976E) is unknown color: approx Dark Salmon. HEX triplet: ED, 97 and 6E. RGB value is (237,151,110). Sum of RGB (Red+Green+Blue) = 237+151+110=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED976E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED976E is #126891. Grayscale: #ACACAC. Windows color (decimal): -1206418 or 7247853. OLE color: 7247853.

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

Color convert

RGB237151110-
CMYK00.360.540.07
HSL19.37º77.91%68.04%-
HSV(B)19.37º53.59%92.94%-
XYZ48.8141.2620.14-
YUV172.0492.99174.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 110 (43.36% from 255) = 22.09%
R=47.59%
G=30.32%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715111000.360.540.0719.3777.9168.04
HexED976E024367134e44
Octal35522715604466723116104
Binary1110110110010111110111001001001101101111001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED976E; }

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

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

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

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

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

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

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

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