Shades of Dark Salmon #EE8F7F
Tints of Dark Salmon #EE8F7F
RGB
CMYK
RGB Variations
Color information
#EE8F7F (or 0xEE8F7F) is known color: Dark Salmon. HEX triplet: EE, 8F and 7F. RGB value is (238,143,127). Sum of RGB (Red+Green+Blue) = 238+143+127=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F7F is #117080. Grayscale: #A9A9A9. Windows color (decimal): -1142913 or 8359918. OLE color: 8359918.
HSL color Cylindrical-coordinate representation of color #EE8F7F: hue angle of 8.65º 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 #EE8F7F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 127 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.07 |
| HSL | 8.65º | 0.77% | 0.72% | - |
| HSV(B) | 8.65º | 0.47% | 0.93% | - |
| XYZ | 48.91 | 39.35 | 25.1 | - |
| YUV | 169.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 127 | 0 | 0.40 | 0.47 | 0.07 | 8.65 | 0.77 | 0.72 |
| Hex | EE | 8F | 7F | 0 | 28 | 2F | 7 | 9 | 4D | 48 |
| Octal | 356 | 217 | 177 | 0 | 50 | 57 | 7 | 11 | 115 | 110 |
| Binary | 11101110 | 10001111 | 1111111 | 0 | 101000 | 101111 | 111 | 1001 | 1001101 | 1001000 |
Color Harmonies of #EE8F7F
Complementary color
Monochromatic Colors of #EE8F7F
Black with #EE8F7F
Text Example
Text Example
White with #EE8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F7F; }
p { color: rgb(238,143,127); }
H1.HeaderClassName
{
color: #EE8F7F;
}
.AnyTagClassName
{
color: #EE8F7F;
}
</style>
background-color css
<style>
a { background-color: #EE8F7F; }
a { background-color: rgb(238,143,127); }
div.DivClassName
{
background-color: #EE8F7F;
}
.BgClassName
{
background-color: #EE8F7F;
}
</style>
border-color css
<style>
span { border-color: #EE8F7F; }
span { border-color: rgb(238,143,127); }
td.TdClassName
{
border-color: #EE8F7F;
}
.TagClassName
{
border-color: #EE8F7F;
}
</style>