Shades of Dark Salmon #EFA17D
Tints of Dark Salmon #EFA17D
RGB
CMYK
RGB Variations
Color information
#EFA17D (or 0xEFA17D) is known color: Dark Salmon. HEX triplet: EF, A1 and 7D. RGB value is (239,161,125). Sum of RGB (Red+Green+Blue) = 239+161+125=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA17D is #105E82. Grayscale: #B4B4B4. Windows color (decimal): -1072771 or 8233455. OLE color: 8233455.
HSL color Cylindrical-coordinate representation of color #EFA17D: hue angle of 18.95º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFA17D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 125 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.06 |
| HSL | 18.95º | 0.78% | 0.71% | - |
| HSV(B) | 18.95º | 0.48% | 0.94% | - |
| XYZ | 52.04 | 45.32 | 25.41 | - |
| YUV | 180.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 125 | 0 | 0.33 | 0.48 | 0.06 | 18.95 | 0.78 | 0.71 |
| Hex | EF | A1 | 7D | 0 | 21 | 30 | 6 | 13 | 4E | 47 |
| Octal | 357 | 241 | 175 | 0 | 41 | 60 | 6 | 23 | 116 | 107 |
| Binary | 11101111 | 10100001 | 1111101 | 0 | 100001 | 110000 | 110 | 10011 | 1001110 | 1000111 |
Color Harmonies of #EFA17D
Complementary color
Monochromatic Colors of #EFA17D
Black with #EFA17D
Text Example
Text Example
White with #EFA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA17D; }
p { color: rgb(239,161,125); }
H1.HeaderClassName
{
color: #EFA17D;
}
.AnyTagClassName
{
color: #EFA17D;
}
</style>
background-color css
<style>
a { background-color: #EFA17D; }
a { background-color: rgb(239,161,125); }
div.DivClassName
{
background-color: #EFA17D;
}
.BgClassName
{
background-color: #EFA17D;
}
</style>
border-color css
<style>
span { border-color: #EFA17D; }
span { border-color: rgb(239,161,125); }
td.TdClassName
{
border-color: #EFA17D;
}
.TagClassName
{
border-color: #EFA17D;
}
</style>