Shades of Dark Salmon #EA9F72
Tints of Dark Salmon #EA9F72
RGB
CMYK
RGB Variations
Color information
#EA9F72 (or 0xEA9F72) is known color: Dark Salmon. HEX triplet: EA, 9F and 72. RGB value is (234,159,114). Sum of RGB (Red+Green+Blue) = 234+159+114=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F72 is #15608D. Grayscale: #B0B0B0. Windows color (decimal): -1400974 or 7512042. OLE color: 7512042.
HSL color Cylindrical-coordinate representation of color #EA9F72: hue angle of 22.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA9F72 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 114 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.08 |
| HSL | 22.5º | 0.74% | 0.68% | - |
| HSV(B) | 22.5º | 0.51% | 0.92% | - |
| XYZ | 49.37 | 43.5 | 21.71 | - |
| YUV | 176.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 114 | 0 | 0.32 | 0.51 | 0.08 | 22.5 | 0.74 | 0.68 |
| Hex | EA | 9F | 72 | 0 | 20 | 33 | 8 | 16 | 4A | 44 |
| Octal | 352 | 237 | 162 | 0 | 40 | 63 | 10 | 26 | 112 | 104 |
| Binary | 11101010 | 10011111 | 1110010 | 0 | 100000 | 110011 | 1000 | 10110 | 1001010 | 1000100 |
Color Harmonies of #EA9F72
Complementary color
Monochromatic Colors of #EA9F72
Black with #EA9F72
Text Example
Text Example
White with #EA9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F72; }
p { color: rgb(234,159,114); }
H1.HeaderClassName
{
color: #EA9F72;
}
.AnyTagClassName
{
color: #EA9F72;
}
</style>
background-color css
<style>
a { background-color: #EA9F72; }
a { background-color: rgb(234,159,114); }
div.DivClassName
{
background-color: #EA9F72;
}
.BgClassName
{
background-color: #EA9F72;
}
</style>
border-color css
<style>
span { border-color: #EA9F72; }
span { border-color: rgb(234,159,114); }
td.TdClassName
{
border-color: #EA9F72;
}
.TagClassName
{
border-color: #EA9F72;
}
</style>