#ED9B72

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

Shades of Dark Salmon #ED9B72

Tints of Dark Salmon #ED9B72

Color information

#ED9B72 (or 0xED9B72) is unknown color: approx Dark Salmon. HEX triplet: ED, 9B and 72. RGB value is (237,155,114). Sum of RGB (Red+Green+Blue) = 237+155+114=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9B72 is #12648D. Grayscale: #AFAFAF. Windows color (decimal): -1205390 or 7511021. OLE color: 7511021.

HSL color Cylindrical-coordinate representation of color #ED9B72: hue angle of 20º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED9B72 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237155114-
CMYK00.350.520.07
HSL20º77.36%68.82%-
HSV(B)20º51.9%92.94%-
XYZ49.6842.6621.54-
YUV174.8493.67172.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=46.84%
G=30.63%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715511400.350.520.072077.3668.82
HexED9B72023347144d45
Octal35523316204364724115105
Binary1110110110011011111001001000111101001111010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B72; }

 p { color: rgb(237,155,114); }

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

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

 a { background-color: rgb(237,155,114); }

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

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

 span { border-color: rgb(237,155,114); }

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