Shades of Dark Salmon #EE9E7F
Tints of Dark Salmon #EE9E7F
RGB
CMYK
RGB Variations
Color information
#EE9E7F (or 0xEE9E7F) is known color: Dark Salmon. HEX triplet: EE, 9E and 7F. RGB value is (238,158,127). Sum of RGB (Red+Green+Blue) = 238+158+127=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9E7F is #116180. Grayscale: #B2B2B2. Windows color (decimal): -1139073 or 8363758. OLE color: 8363758.
HSL color Cylindrical-coordinate representation of color #EE9E7F: hue angle of 16.76º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE9E7F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 127 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.07 |
| HSL | 16.76º | 0.77% | 0.72% | - |
| HSV(B) | 16.76º | 0.47% | 0.93% | - |
| XYZ | 51.32 | 44.16 | 25.9 | - |
| YUV | 178.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 127 | 0 | 0.34 | 0.47 | 0.07 | 16.76 | 0.77 | 0.72 |
| Hex | EE | 9E | 7F | 0 | 22 | 2F | 7 | 11 | 4D | 48 |
| Octal | 356 | 236 | 177 | 0 | 42 | 57 | 7 | 21 | 115 | 110 |
| Binary | 11101110 | 10011110 | 1111111 | 0 | 100010 | 101111 | 111 | 10001 | 1001101 | 1001000 |
Color Harmonies of #EE9E7F
Complementary color
Monochromatic Colors of #EE9E7F
Black with #EE9E7F
Text Example
Text Example
White with #EE9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E7F; }
p { color: rgb(238,158,127); }
H1.HeaderClassName
{
color: #EE9E7F;
}
.AnyTagClassName
{
color: #EE9E7F;
}
</style>
background-color css
<style>
a { background-color: #EE9E7F; }
a { background-color: rgb(238,158,127); }
div.DivClassName
{
background-color: #EE9E7F;
}
.BgClassName
{
background-color: #EE9E7F;
}
</style>
border-color css
<style>
span { border-color: #EE9E7F; }
span { border-color: rgb(238,158,127); }
td.TdClassName
{
border-color: #EE9E7F;
}
.TagClassName
{
border-color: #EE9E7F;
}
</style>