Shades of Dark Salmon #EA9568
Tints of Dark Salmon #EA9568
RGB
CMYK
RGB Variations
Color information
#EA9568 (or 0xEA9568) is known color: Dark Salmon. HEX triplet: EA, 95 and 68. RGB value is (234,149,104). Sum of RGB (Red+Green+Blue) = 234+149+104=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9568 is #156A97. Grayscale: #A9A9A9. Windows color (decimal): -1403544 or 6854122. OLE color: 6854122.
HSL color Cylindrical-coordinate representation of color #EA9568: hue angle of 20.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA9568 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 104 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.08 |
| HSL | 20.77º | 0.76% | 0.66% | - |
| HSV(B) | 20.77º | 0.56% | 0.92% | - |
| XYZ | 47.18 | 39.99 | 18.33 | - |
| YUV | 169.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 104 | 0 | 0.36 | 0.56 | 0.08 | 20.77 | 0.76 | 0.66 |
| Hex | EA | 95 | 68 | 0 | 24 | 38 | 8 | 15 | 4C | 42 |
| Octal | 352 | 225 | 150 | 0 | 44 | 70 | 10 | 25 | 114 | 102 |
| Binary | 11101010 | 10010101 | 1101000 | 0 | 100100 | 111000 | 1000 | 10101 | 1001100 | 1000010 |
Color Harmonies of #EA9568
Complementary color
Monochromatic Colors of #EA9568
Black with #EA9568
Text Example
Text Example
White with #EA9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9568; }
p { color: rgb(234,149,104); }
H1.HeaderClassName
{
color: #EA9568;
}
.AnyTagClassName
{
color: #EA9568;
}
</style>
background-color css
<style>
a { background-color: #EA9568; }
a { background-color: rgb(234,149,104); }
div.DivClassName
{
background-color: #EA9568;
}
.BgClassName
{
background-color: #EA9568;
}
</style>
border-color css
<style>
span { border-color: #EA9568; }
span { border-color: rgb(234,149,104); }
td.TdClassName
{
border-color: #EA9568;
}
.TagClassName
{
border-color: #EA9568;
}
</style>