Shades of Dark Salmon #EE917D
Tints of Dark Salmon #EE917D
RGB
CMYK
RGB Variations
Color information
#EE917D (or 0xEE917D) is known color: Dark Salmon. HEX triplet: EE, 91 and 7D. RGB value is (238,145,125). Sum of RGB (Red+Green+Blue) = 238+145+125=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE917D is #116E82. Grayscale: #AAAAAA. Windows color (decimal): -1142403 or 8229358. OLE color: 8229358.
HSL color Cylindrical-coordinate representation of color #EE917D: hue angle of 10.62º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE917D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 125 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 10.62º | 0.77% | 0.71% | - |
| HSV(B) | 10.62º | 0.47% | 0.93% | - |
| XYZ | 49.09 | 39.91 | 24.52 | - |
| YUV | 170.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 125 | 0 | 0.39 | 0.47 | 0.07 | 10.62 | 0.77 | 0.71 |
| Hex | EE | 91 | 7D | 0 | 27 | 2F | 7 | B | 4D | 47 |
| Octal | 356 | 221 | 175 | 0 | 47 | 57 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010001 | 1111101 | 0 | 100111 | 101111 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE917D
Complementary color
Monochromatic Colors of #EE917D
Black with #EE917D
Text Example
Text Example
White with #EE917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE917D; }
p { color: rgb(238,145,125); }
H1.HeaderClassName
{
color: #EE917D;
}
.AnyTagClassName
{
color: #EE917D;
}
</style>
background-color css
<style>
a { background-color: #EE917D; }
a { background-color: rgb(238,145,125); }
div.DivClassName
{
background-color: #EE917D;
}
.BgClassName
{
background-color: #EE917D;
}
</style>
border-color css
<style>
span { border-color: #EE917D; }
span { border-color: rgb(238,145,125); }
td.TdClassName
{
border-color: #EE917D;
}
.TagClassName
{
border-color: #EE917D;
}
</style>