Shades of Dark Salmon #EA9F7D
Tints of Dark Salmon #EA9F7D
RGB
CMYK
RGB Variations
Color information
#EA9F7D (or 0xEA9F7D) is known color: Dark Salmon. HEX triplet: EA, 9F and 7D. RGB value is (234,159,125). Sum of RGB (Red+Green+Blue) = 234+159+125=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F7D is #156082. Grayscale: #B1B1B1. Windows color (decimal): -1400963 or 8232938. OLE color: 8232938.
HSL color Cylindrical-coordinate representation of color #EA9F7D: hue angle of 18.72º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA9F7D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 125 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.08 |
| HSL | 18.72º | 0.72% | 0.7% | - |
| HSV(B) | 18.72º | 0.47% | 0.92% | - |
| XYZ | 50.03 | 43.77 | 25.21 | - |
| YUV | 177.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 125 | 0 | 0.32 | 0.47 | 0.08 | 18.72 | 0.72 | 0.7 |
| Hex | EA | 9F | 7D | 0 | 20 | 2F | 8 | 13 | 48 | 46 |
| Octal | 352 | 237 | 175 | 0 | 40 | 57 | 10 | 23 | 110 | 106 |
| Binary | 11101010 | 10011111 | 1111101 | 0 | 100000 | 101111 | 1000 | 10011 | 1001000 | 1000110 |
Color Harmonies of #EA9F7D
Complementary color
Monochromatic Colors of #EA9F7D
Black with #EA9F7D
Text Example
Text Example
White with #EA9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F7D; }
p { color: rgb(234,159,125); }
H1.HeaderClassName
{
color: #EA9F7D;
}
.AnyTagClassName
{
color: #EA9F7D;
}
</style>
background-color css
<style>
a { background-color: #EA9F7D; }
a { background-color: rgb(234,159,125); }
div.DivClassName
{
background-color: #EA9F7D;
}
.BgClassName
{
background-color: #EA9F7D;
}
</style>
border-color css
<style>
span { border-color: #EA9F7D; }
span { border-color: rgb(234,159,125); }
td.TdClassName
{
border-color: #EA9F7D;
}
.TagClassName
{
border-color: #EA9F7D;
}
</style>