Shades of Dark Salmon #EF9172
Tints of Dark Salmon #EF9172
RGB
CMYK
RGB Variations
Color information
#EF9172 (or 0xEF9172) is known color: Dark Salmon. HEX triplet: EF, 91 and 72. RGB value is (239,145,114). Sum of RGB (Red+Green+Blue) = 239+145+114=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9172 is #106E8D. Grayscale: #A9A9A9. Windows color (decimal): -1076878 or 7508463. OLE color: 7508463.
HSL color Cylindrical-coordinate representation of color #EF9172: hue angle of 14.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF9172 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 114 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.06 |
| HSL | 14.88º | 0.8% | 0.69% | - |
| HSV(B) | 14.88º | 0.52% | 0.94% | - |
| XYZ | 48.76 | 39.82 | 21.04 | - |
| YUV | 169.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 114 | 0 | 0.39 | 0.52 | 0.06 | 14.88 | 0.8 | 0.69 |
| Hex | EF | 91 | 72 | 0 | 27 | 34 | 6 | F | 50 | 45 |
| Octal | 357 | 221 | 162 | 0 | 47 | 64 | 6 | 17 | 120 | 105 |
| Binary | 11101111 | 10010001 | 1110010 | 0 | 100111 | 110100 | 110 | 1111 | 1010000 | 1000101 |
Color Harmonies of #EF9172
Complementary color
Monochromatic Colors of #EF9172
Black with #EF9172
Text Example
Text Example
White with #EF9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9172; }
p { color: rgb(239,145,114); }
H1.HeaderClassName
{
color: #EF9172;
}
.AnyTagClassName
{
color: #EF9172;
}
</style>
background-color css
<style>
a { background-color: #EF9172; }
a { background-color: rgb(239,145,114); }
div.DivClassName
{
background-color: #EF9172;
}
.BgClassName
{
background-color: #EF9172;
}
</style>
border-color css
<style>
span { border-color: #EF9172; }
span { border-color: rgb(239,145,114); }
td.TdClassName
{
border-color: #EF9172;
}
.TagClassName
{
border-color: #EF9172;
}
</style>