Shades of Dark Salmon #EF9A81
Tints of Dark Salmon #EF9A81
RGB
CMYK
RGB Variations
Color information
#EF9A81 (or 0xEF9A81) is known color: Dark Salmon. HEX triplet: EF, 9A and 81. RGB value is (239,154,129). Sum of RGB (Red+Green+Blue) = 239+154+129=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A81 is #10657E. Grayscale: #B0B0B0. Windows color (decimal): -1074559 or 8493807. OLE color: 8493807.
HSL color Cylindrical-coordinate representation of color #EF9A81: hue angle of 13.64º degrees, saturation: 0.77, 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 #EF9A81 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 129 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.06 |
| HSL | 13.64º | 0.77% | 0.72% | - |
| HSV(B) | 13.64º | 0.46% | 0.94% | - |
| XYZ | 51.11 | 43.05 | 26.38 | - |
| YUV | 176.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 129 | 0 | 0.36 | 0.46 | 0.06 | 13.64 | 0.77 | 0.72 |
| Hex | EF | 9A | 81 | 0 | 24 | 2E | 6 | E | 4D | 48 |
| Octal | 357 | 232 | 201 | 0 | 44 | 56 | 6 | 16 | 115 | 110 |
| Binary | 11101111 | 10011010 | 10000001 | 0 | 100100 | 101110 | 110 | 1110 | 1001101 | 1001000 |
Color Harmonies of #EF9A81
Complementary color
Monochromatic Colors of #EF9A81
Black with #EF9A81
Text Example
Text Example
White with #EF9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A81; }
p { color: rgb(239,154,129); }
H1.HeaderClassName
{
color: #EF9A81;
}
.AnyTagClassName
{
color: #EF9A81;
}
</style>
background-color css
<style>
a { background-color: #EF9A81; }
a { background-color: rgb(239,154,129); }
div.DivClassName
{
background-color: #EF9A81;
}
.BgClassName
{
background-color: #EF9A81;
}
</style>
border-color css
<style>
span { border-color: #EF9A81; }
span { border-color: rgb(239,154,129); }
td.TdClassName
{
border-color: #EF9A81;
}
.TagClassName
{
border-color: #EF9A81;
}
</style>