Shades of Dark Salmon #EF9C80
Tints of Dark Salmon #EF9C80
RGB
CMYK
RGB Variations
Color information
#EF9C80 (or 0xEF9C80) is known color: Dark Salmon. HEX triplet: EF, 9C and 80. RGB value is (239,156,128). Sum of RGB (Red+Green+Blue) = 239+156+128=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C80 is #10637F. Grayscale: #B1B1B1. Windows color (decimal): -1074048 or 8428783. OLE color: 8428783.
HSL color Cylindrical-coordinate representation of color #EF9C80: hue angle of 15.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9C80 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 128 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.06 |
| HSL | 15.14º | 0.78% | 0.72% | - |
| HSV(B) | 15.14º | 0.46% | 0.94% | - |
| XYZ | 51.38 | 43.69 | 26.15 | - |
| YUV | 177.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 128 | 0 | 0.35 | 0.46 | 0.06 | 15.14 | 0.78 | 0.72 |
| Hex | EF | 9C | 80 | 0 | 23 | 2E | 6 | F | 4E | 48 |
| Octal | 357 | 234 | 200 | 0 | 43 | 56 | 6 | 17 | 116 | 110 |
| Binary | 11101111 | 10011100 | 10000000 | 0 | 100011 | 101110 | 110 | 1111 | 1001110 | 1001000 |
Color Harmonies of #EF9C80
Complementary color
Monochromatic Colors of #EF9C80
Black with #EF9C80
Text Example
Text Example
White with #EF9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C80; }
p { color: rgb(239,156,128); }
H1.HeaderClassName
{
color: #EF9C80;
}
.AnyTagClassName
{
color: #EF9C80;
}
</style>
background-color css
<style>
a { background-color: #EF9C80; }
a { background-color: rgb(239,156,128); }
div.DivClassName
{
background-color: #EF9C80;
}
.BgClassName
{
background-color: #EF9C80;
}
</style>
border-color css
<style>
span { border-color: #EF9C80; }
span { border-color: rgb(239,156,128); }
td.TdClassName
{
border-color: #EF9C80;
}
.TagClassName
{
border-color: #EF9C80;
}
</style>