Shades of Dark Salmon #EE9873
Tints of Dark Salmon #EE9873
RGB
CMYK
RGB Variations
Color information
#EE9873 (or 0xEE9873) is known color: Dark Salmon. HEX triplet: EE, 98 and 73. RGB value is (238,152,115). Sum of RGB (Red+Green+Blue) = 238+152+115=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9873 is #11678C. Grayscale: #ADADAD. Windows color (decimal): -1140621 or 7575790. OLE color: 7575790.
HSL color Cylindrical-coordinate representation of color #EE9873: hue angle of 18.05º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE9873 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 115 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.07 |
| HSL | 18.05º | 0.78% | 0.69% | - |
| HSV(B) | 18.05º | 0.52% | 0.93% | - |
| XYZ | 49.58 | 41.87 | 21.69 | - |
| YUV | 173.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 115 | 0 | 0.36 | 0.52 | 0.07 | 18.05 | 0.78 | 0.69 |
| Hex | EE | 98 | 73 | 0 | 24 | 34 | 7 | 12 | 4E | 45 |
| Octal | 356 | 230 | 163 | 0 | 44 | 64 | 7 | 22 | 116 | 105 |
| Binary | 11101110 | 10011000 | 1110011 | 0 | 100100 | 110100 | 111 | 10010 | 1001110 | 1000101 |
Color Harmonies of #EE9873
Complementary color
Monochromatic Colors of #EE9873
Black with #EE9873
Text Example
Text Example
White with #EE9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9873; }
p { color: rgb(238,152,115); }
H1.HeaderClassName
{
color: #EE9873;
}
.AnyTagClassName
{
color: #EE9873;
}
</style>
background-color css
<style>
a { background-color: #EE9873; }
a { background-color: rgb(238,152,115); }
div.DivClassName
{
background-color: #EE9873;
}
.BgClassName
{
background-color: #EE9873;
}
</style>
border-color css
<style>
span { border-color: #EE9873; }
span { border-color: rgb(238,152,115); }
td.TdClassName
{
border-color: #EE9873;
}
.TagClassName
{
border-color: #EE9873;
}
</style>