Shades of Dark Salmon #EA996C
Tints of Dark Salmon #EA996C
RGB
CMYK
RGB Variations
Color information
#EA996C (or 0xEA996C) is known color: Dark Salmon. HEX triplet: EA, 99 and 6C. RGB value is (234,153,108). Sum of RGB (Red+Green+Blue) = 234+153+108=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA996C is #156693. Grayscale: #ACACAC. Windows color (decimal): -1402516 or 7117290. OLE color: 7117290.
HSL color Cylindrical-coordinate representation of color #EA996C: hue angle of 21.43º 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 #EA996C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 108 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.08 |
| HSL | 21.43º | 0.75% | 0.67% | - |
| HSV(B) | 21.43º | 0.54% | 0.92% | - |
| XYZ | 48.03 | 41.36 | 19.64 | - |
| YUV | 172.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 108 | 0 | 0.35 | 0.54 | 0.08 | 21.43 | 0.75 | 0.67 |
| Hex | EA | 99 | 6C | 0 | 23 | 36 | 8 | 15 | 4B | 43 |
| Octal | 352 | 231 | 154 | 0 | 43 | 66 | 10 | 25 | 113 | 103 |
| Binary | 11101010 | 10011001 | 1101100 | 0 | 100011 | 110110 | 1000 | 10101 | 1001011 | 1000011 |
Color Harmonies of #EA996C
Complementary color
Monochromatic Colors of #EA996C
Black with #EA996C
Text Example
Text Example
White with #EA996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA996C; }
p { color: rgb(234,153,108); }
H1.HeaderClassName
{
color: #EA996C;
}
.AnyTagClassName
{
color: #EA996C;
}
</style>
background-color css
<style>
a { background-color: #EA996C; }
a { background-color: rgb(234,153,108); }
div.DivClassName
{
background-color: #EA996C;
}
.BgClassName
{
background-color: #EA996C;
}
</style>
border-color css
<style>
span { border-color: #EA996C; }
span { border-color: rgb(234,153,108); }
td.TdClassName
{
border-color: #EA996C;
}
.TagClassName
{
border-color: #EA996C;
}
</style>