Shades of Dark Salmon #EA9A7B
Tints of Dark Salmon #EA9A7B
RGB
CMYK
RGB Variations
Color information
#EA9A7B (or 0xEA9A7B) is known color: Dark Salmon. HEX triplet: EA, 9A and 7B. RGB value is (234,154,123). Sum of RGB (Red+Green+Blue) = 234+154+123=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A7B is #156584. Grayscale: #AEAEAE. Windows color (decimal): -1402245 or 8100586. OLE color: 8100586.
HSL color Cylindrical-coordinate representation of color #EA9A7B: hue angle of 16.76º degrees, saturation: 0.73, 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 #EA9A7B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 123 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.08 |
| HSL | 16.76º | 0.73% | 0.7% | - |
| HSV(B) | 16.76º | 0.47% | 0.92% | - |
| XYZ | 49.06 | 42.03 | 24.27 | - |
| YUV | 174.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 123 | 0 | 0.34 | 0.47 | 0.08 | 16.76 | 0.73 | 0.7 |
| Hex | EA | 9A | 7B | 0 | 22 | 2F | 8 | 11 | 49 | 46 |
| Octal | 352 | 232 | 173 | 0 | 42 | 57 | 10 | 21 | 111 | 106 |
| Binary | 11101010 | 10011010 | 1111011 | 0 | 100010 | 101111 | 1000 | 10001 | 1001001 | 1000110 |
Color Harmonies of #EA9A7B
Complementary color
Monochromatic Colors of #EA9A7B
Black with #EA9A7B
Text Example
Text Example
White with #EA9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A7B; }
p { color: rgb(234,154,123); }
H1.HeaderClassName
{
color: #EA9A7B;
}
.AnyTagClassName
{
color: #EA9A7B;
}
</style>
background-color css
<style>
a { background-color: #EA9A7B; }
a { background-color: rgb(234,154,123); }
div.DivClassName
{
background-color: #EA9A7B;
}
.BgClassName
{
background-color: #EA9A7B;
}
</style>
border-color css
<style>
span { border-color: #EA9A7B; }
span { border-color: rgb(234,154,123); }
td.TdClassName
{
border-color: #EA9A7B;
}
.TagClassName
{
border-color: #EA9A7B;
}
</style>