Shades of Dark Salmon #EE917B
Tints of Dark Salmon #EE917B
RGB
CMYK
RGB Variations
Color information
#EE917B (or 0xEE917B) is known color: Dark Salmon. HEX triplet: EE, 91 and 7B. RGB value is (238,145,123). Sum of RGB (Red+Green+Blue) = 238+145+123=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE917B is #116E84. Grayscale: #AAAAAA. Windows color (decimal): -1142405 or 8098286. OLE color: 8098286.
HSL color Cylindrical-coordinate representation of color #EE917B: hue angle of 11.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE917B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 11.48º | 0.77% | 0.71% | - |
| HSV(B) | 11.48º | 0.48% | 0.93% | - |
| XYZ | 48.96 | 39.86 | 23.85 | - |
| YUV | 170.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 123 | 0 | 0.39 | 0.48 | 0.07 | 11.48 | 0.77 | 0.71 |
| Hex | EE | 91 | 7B | 0 | 27 | 30 | 7 | B | 4D | 47 |
| Octal | 356 | 221 | 173 | 0 | 47 | 60 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010001 | 1111011 | 0 | 100111 | 110000 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE917B
Complementary color
Monochromatic Colors of #EE917B
Black with #EE917B
Text Example
Text Example
White with #EE917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE917B; }
p { color: rgb(238,145,123); }
H1.HeaderClassName
{
color: #EE917B;
}
.AnyTagClassName
{
color: #EE917B;
}
</style>
background-color css
<style>
a { background-color: #EE917B; }
a { background-color: rgb(238,145,123); }
div.DivClassName
{
background-color: #EE917B;
}
.BgClassName
{
background-color: #EE917B;
}
</style>
border-color css
<style>
span { border-color: #EE917B; }
span { border-color: rgb(238,145,123); }
td.TdClassName
{
border-color: #EE917B;
}
.TagClassName
{
border-color: #EE917B;
}
</style>