Shades of Dark Salmon #EF9073
Tints of Dark Salmon #EF9073
RGB
CMYK
RGB Variations
Color information
#EF9073 (or 0xEF9073) is known color: Dark Salmon. HEX triplet: EF, 90 and 73. RGB value is (239,144,115). Sum of RGB (Red+Green+Blue) = 239+144+115=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9073 is #106F8C. Grayscale: #A9A9A9. Windows color (decimal): -1077133 or 7573743. OLE color: 7573743.
HSL color Cylindrical-coordinate representation of color #EF9073: hue angle of 14.03º degrees, saturation: 0.79, 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 #EF9073 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 115 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.06 |
| HSL | 14.03º | 0.79% | 0.69% | - |
| HSV(B) | 14.03º | 0.52% | 0.94% | - |
| XYZ | 48.66 | 39.54 | 21.29 | - |
| YUV | 169.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 115 | 0 | 0.40 | 0.52 | 0.06 | 14.03 | 0.79 | 0.69 |
| Hex | EF | 90 | 73 | 0 | 28 | 34 | 6 | E | 4F | 45 |
| Octal | 357 | 220 | 163 | 0 | 50 | 64 | 6 | 16 | 117 | 105 |
| Binary | 11101111 | 10010000 | 1110011 | 0 | 101000 | 110100 | 110 | 1110 | 1001111 | 1000101 |
Color Harmonies of #EF9073
Complementary color
Monochromatic Colors of #EF9073
Black with #EF9073
Text Example
Text Example
White with #EF9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9073; }
p { color: rgb(239,144,115); }
H1.HeaderClassName
{
color: #EF9073;
}
.AnyTagClassName
{
color: #EF9073;
}
</style>
background-color css
<style>
a { background-color: #EF9073; }
a { background-color: rgb(239,144,115); }
div.DivClassName
{
background-color: #EF9073;
}
.BgClassName
{
background-color: #EF9073;
}
</style>
border-color css
<style>
span { border-color: #EF9073; }
span { border-color: rgb(239,144,115); }
td.TdClassName
{
border-color: #EF9073;
}
.TagClassName
{
border-color: #EF9073;
}
</style>