Shades of Dark Salmon #EFA17B
Tints of Dark Salmon #EFA17B
RGB
CMYK
RGB Variations
Color information
#EFA17B (or 0xEFA17B) is known color: Dark Salmon. HEX triplet: EF, A1 and 7B. RGB value is (239,161,123). Sum of RGB (Red+Green+Blue) = 239+161+123=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA17B is #105E84. Grayscale: #B4B4B4. Windows color (decimal): -1072773 or 8102383. OLE color: 8102383.
HSL color Cylindrical-coordinate representation of color #EFA17B: hue angle of 19.66º degrees, saturation: 0.78, 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 #EFA17B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 123 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.06 |
| HSL | 19.66º | 0.78% | 0.71% | - |
| HSV(B) | 19.66º | 0.49% | 0.94% | - |
| XYZ | 51.92 | 45.27 | 24.74 | - |
| YUV | 179.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 123 | 0 | 0.33 | 0.49 | 0.06 | 19.66 | 0.78 | 0.71 |
| Hex | EF | A1 | 7B | 0 | 21 | 31 | 6 | 14 | 4E | 47 |
| Octal | 357 | 241 | 173 | 0 | 41 | 61 | 6 | 24 | 116 | 107 |
| Binary | 11101111 | 10100001 | 1111011 | 0 | 100001 | 110001 | 110 | 10100 | 1001110 | 1000111 |
Color Harmonies of #EFA17B
Complementary color
Monochromatic Colors of #EFA17B
Black with #EFA17B
Text Example
Text Example
White with #EFA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA17B; }
p { color: rgb(239,161,123); }
H1.HeaderClassName
{
color: #EFA17B;
}
.AnyTagClassName
{
color: #EFA17B;
}
</style>
background-color css
<style>
a { background-color: #EFA17B; }
a { background-color: rgb(239,161,123); }
div.DivClassName
{
background-color: #EFA17B;
}
.BgClassName
{
background-color: #EFA17B;
}
</style>
border-color css
<style>
span { border-color: #EFA17B; }
span { border-color: rgb(239,161,123); }
td.TdClassName
{
border-color: #EFA17B;
}
.TagClassName
{
border-color: #EFA17B;
}
</style>