#ED9B77

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

Shades of Dark Salmon #ED9B77

Tints of Dark Salmon #ED9B77

Color information

#ED9B77 (or 0xED9B77) is unknown color: approx Dark Salmon. HEX triplet: ED, 9B and 77. RGB value is (237,155,119). Sum of RGB (Red+Green+Blue) = 237+155+119=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9B77 is #126488. Grayscale: #AFAFAF. Windows color (decimal): -1205385 or 7838701. OLE color: 7838701.

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

Color convert

RGB237155119-
CMYK00.350.500.07
HSL18.31º76.62%69.8%-
HSV(B)18.31º49.79%92.94%-
XYZ49.9842.7823.08-
YUV175.4196.17171.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=46.38%
G=30.33%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715511900.350.500.0718.3176.6269.8
HexED9B77023327124d46
Octal35523316704362722115106
Binary1110110110011011111011101000111100101111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B77; }

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

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

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

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

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

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

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

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