Shades of Dark Salmon #EF9C7E
Tints of Dark Salmon #EF9C7E
RGB
CMYK
RGB Variations
Color information
#EF9C7E (or 0xEF9C7E) is known color: Dark Salmon. HEX triplet: EF, 9C and 7E. RGB value is (239,156,126). Sum of RGB (Red+Green+Blue) = 239+156+126=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C7E is #106381. Grayscale: #B1B1B1. Windows color (decimal): -1074050 or 8297711. OLE color: 8297711.
HSL color Cylindrical-coordinate representation of color #EF9C7E: hue angle of 15.93º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF9C7E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 126 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.06 |
| HSL | 15.93º | 0.78% | 0.72% | - |
| HSV(B) | 15.93º | 0.47% | 0.94% | - |
| XYZ | 51.25 | 43.63 | 25.46 | - |
| YUV | 177.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 126 | 0 | 0.35 | 0.47 | 0.06 | 15.93 | 0.78 | 0.72 |
| Hex | EF | 9C | 7E | 0 | 23 | 2F | 6 | 10 | 4E | 48 |
| Octal | 357 | 234 | 176 | 0 | 43 | 57 | 6 | 20 | 116 | 110 |
| Binary | 11101111 | 10011100 | 1111110 | 0 | 100011 | 101111 | 110 | 10000 | 1001110 | 1001000 |
Color Harmonies of #EF9C7E
Complementary color
Monochromatic Colors of #EF9C7E
Black with #EF9C7E
Text Example
Text Example
White with #EF9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C7E; }
p { color: rgb(239,156,126); }
H1.HeaderClassName
{
color: #EF9C7E;
}
.AnyTagClassName
{
color: #EF9C7E;
}
</style>
background-color css
<style>
a { background-color: #EF9C7E; }
a { background-color: rgb(239,156,126); }
div.DivClassName
{
background-color: #EF9C7E;
}
.BgClassName
{
background-color: #EF9C7E;
}
</style>
border-color css
<style>
span { border-color: #EF9C7E; }
span { border-color: rgb(239,156,126); }
td.TdClassName
{
border-color: #EF9C7E;
}
.TagClassName
{
border-color: #EF9C7E;
}
</style>