Shades of Dark Salmon #EF927A
Tints of Dark Salmon #EF927A
RGB
CMYK
RGB Variations
Color information
#EF927A (or 0xEF927A) is known color: Dark Salmon. HEX triplet: EF, 92 and 7A. RGB value is (239,146,122). Sum of RGB (Red+Green+Blue) = 239+146+122=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF927A is #106D85. Grayscale: #ABABAB. Windows color (decimal): -1076614 or 8033007. OLE color: 8033007.
HSL color Cylindrical-coordinate representation of color #EF927A: hue angle of 12.31º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF927A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 122 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.06 |
| HSL | 12.31º | 0.79% | 0.71% | - |
| HSV(B) | 12.31º | 0.49% | 0.94% | - |
| XYZ | 49.39 | 40.31 | 23.59 | - |
| YUV | 171.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 122 | 0 | 0.39 | 0.49 | 0.06 | 12.31 | 0.79 | 0.71 |
| Hex | EF | 92 | 7A | 0 | 27 | 31 | 6 | C | 4F | 47 |
| Octal | 357 | 222 | 172 | 0 | 47 | 61 | 6 | 14 | 117 | 107 |
| Binary | 11101111 | 10010010 | 1111010 | 0 | 100111 | 110001 | 110 | 1100 | 1001111 | 1000111 |
Color Harmonies of #EF927A
Complementary color
Monochromatic Colors of #EF927A
Black with #EF927A
Text Example
Text Example
White with #EF927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF927A; }
p { color: rgb(239,146,122); }
H1.HeaderClassName
{
color: #EF927A;
}
.AnyTagClassName
{
color: #EF927A;
}
</style>
background-color css
<style>
a { background-color: #EF927A; }
a { background-color: rgb(239,146,122); }
div.DivClassName
{
background-color: #EF927A;
}
.BgClassName
{
background-color: #EF927A;
}
</style>
border-color css
<style>
span { border-color: #EF927A; }
span { border-color: rgb(239,146,122); }
td.TdClassName
{
border-color: #EF927A;
}
.TagClassName
{
border-color: #EF927A;
}
</style>