Shades of Dark Salmon #EA9A6B
Tints of Dark Salmon #EA9A6B
RGB
CMYK
RGB Variations
Color information
#EA9A6B (or 0xEA9A6B) is known color: Dark Salmon. HEX triplet: EA, 9A and 6B. RGB value is (234,154,107). Sum of RGB (Red+Green+Blue) = 234+154+107=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A6B is #156594. Grayscale: #ACACAC. Windows color (decimal): -1402261 or 7052010. OLE color: 7052010.
HSL color Cylindrical-coordinate representation of color #EA9A6B: hue angle of 22.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA9A6B is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 107 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.08 |
| HSL | 22.2º | 0.75% | 0.67% | - |
| HSV(B) | 22.2º | 0.54% | 0.92% | - |
| XYZ | 48.14 | 41.67 | 19.41 | - |
| YUV | 172.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 107 | 0 | 0.34 | 0.54 | 0.08 | 22.2 | 0.75 | 0.67 |
| Hex | EA | 9A | 6B | 0 | 22 | 36 | 8 | 16 | 4B | 43 |
| Octal | 352 | 232 | 153 | 0 | 42 | 66 | 10 | 26 | 113 | 103 |
| Binary | 11101010 | 10011010 | 1101011 | 0 | 100010 | 110110 | 1000 | 10110 | 1001011 | 1000011 |
Color Harmonies of #EA9A6B
Complementary color
Monochromatic Colors of #EA9A6B
Black with #EA9A6B
Text Example
Text Example
White with #EA9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A6B; }
p { color: rgb(234,154,107); }
H1.HeaderClassName
{
color: #EA9A6B;
}
.AnyTagClassName
{
color: #EA9A6B;
}
</style>
background-color css
<style>
a { background-color: #EA9A6B; }
a { background-color: rgb(234,154,107); }
div.DivClassName
{
background-color: #EA9A6B;
}
.BgClassName
{
background-color: #EA9A6B;
}
</style>
border-color css
<style>
span { border-color: #EA9A6B; }
span { border-color: rgb(234,154,107); }
td.TdClassName
{
border-color: #EA9A6B;
}
.TagClassName
{
border-color: #EA9A6B;
}
</style>