Shades of Dark Salmon #EA9A81
Tints of Dark Salmon #EA9A81
RGB
CMYK
RGB Variations
Color information
#EA9A81 (or 0xEA9A81) is known color: Dark Salmon. HEX triplet: EA, 9A and 81. RGB value is (234,154,129). Sum of RGB (Red+Green+Blue) = 234+154+129=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A81 is #15657E. Grayscale: #AFAFAF. Windows color (decimal): -1402239 or 8493802. OLE color: 8493802.
HSL color Cylindrical-coordinate representation of color #EA9A81: hue angle of 14.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9A81 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 129 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.08 |
| HSL | 14.29º | 0.71% | 0.71% | - |
| HSV(B) | 14.29º | 0.45% | 0.92% | - |
| XYZ | 49.45 | 42.19 | 26.31 | - |
| YUV | 175.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 129 | 0 | 0.34 | 0.45 | 0.08 | 14.29 | 0.71 | 0.71 |
| Hex | EA | 9A | 81 | 0 | 22 | 2D | 8 | E | 47 | 47 |
| Octal | 352 | 232 | 201 | 0 | 42 | 55 | 10 | 16 | 107 | 107 |
| Binary | 11101010 | 10011010 | 10000001 | 0 | 100010 | 101101 | 1000 | 1110 | 1000111 | 1000111 |
Color Harmonies of #EA9A81
Complementary color
Monochromatic Colors of #EA9A81
Black with #EA9A81
Text Example
Text Example
White with #EA9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A81; }
p { color: rgb(234,154,129); }
H1.HeaderClassName
{
color: #EA9A81;
}
.AnyTagClassName
{
color: #EA9A81;
}
</style>
background-color css
<style>
a { background-color: #EA9A81; }
a { background-color: rgb(234,154,129); }
div.DivClassName
{
background-color: #EA9A81;
}
.BgClassName
{
background-color: #EA9A81;
}
</style>
border-color css
<style>
span { border-color: #EA9A81; }
span { border-color: rgb(234,154,129); }
td.TdClassName
{
border-color: #EA9A81;
}
.TagClassName
{
border-color: #EA9A81;
}
</style>