Shades of Dark Salmon #EE9870
Tints of Dark Salmon #EE9870
RGB
CMYK
RGB Variations
Color information
#EE9870 (or 0xEE9870) is known color: Dark Salmon. HEX triplet: EE, 98 and 70. RGB value is (238,152,112). Sum of RGB (Red+Green+Blue) = 238+152+112=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9870 is #11678F. Grayscale: #ADADAD. Windows color (decimal): -1140624 or 7379182. OLE color: 7379182.
HSL color Cylindrical-coordinate representation of color #EE9870: hue angle of 19.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE9870 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 112 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.07 |
| HSL | 19.05º | 0.79% | 0.69% | - |
| HSV(B) | 19.05º | 0.53% | 0.93% | - |
| XYZ | 49.41 | 41.8 | 20.79 | - |
| YUV | 173.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 112 | 0 | 0.36 | 0.53 | 0.07 | 19.05 | 0.79 | 0.69 |
| Hex | EE | 98 | 70 | 0 | 24 | 35 | 7 | 13 | 4F | 45 |
| Octal | 356 | 230 | 160 | 0 | 44 | 65 | 7 | 23 | 117 | 105 |
| Binary | 11101110 | 10011000 | 1110000 | 0 | 100100 | 110101 | 111 | 10011 | 1001111 | 1000101 |
Color Harmonies of #EE9870
Complementary color
Monochromatic Colors of #EE9870
Black with #EE9870
Text Example
Text Example
White with #EE9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9870; }
p { color: rgb(238,152,112); }
H1.HeaderClassName
{
color: #EE9870;
}
.AnyTagClassName
{
color: #EE9870;
}
</style>
background-color css
<style>
a { background-color: #EE9870; }
a { background-color: rgb(238,152,112); }
div.DivClassName
{
background-color: #EE9870;
}
.BgClassName
{
background-color: #EE9870;
}
</style>
border-color css
<style>
span { border-color: #EE9870; }
span { border-color: rgb(238,152,112); }
td.TdClassName
{
border-color: #EE9870;
}
.TagClassName
{
border-color: #EE9870;
}
</style>