Shades of Dark Salmon #EE8F7C
Tints of Dark Salmon #EE8F7C
RGB
CMYK
RGB Variations
Color information
#EE8F7C (or 0xEE8F7C) is known color: Dark Salmon. HEX triplet: EE, 8F and 7C. RGB value is (238,143,124). Sum of RGB (Red+Green+Blue) = 238+143+124=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F7C is #117083. Grayscale: #A9A9A9. Windows color (decimal): -1142916 or 8163310. OLE color: 8163310.
HSL color Cylindrical-coordinate representation of color #EE8F7C: hue angle of 10º 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 #EE8F7C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 124 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.07 |
| HSL | 10º | 0.77% | 0.71% | - |
| HSV(B) | 10º | 0.48% | 0.93% | - |
| XYZ | 48.72 | 39.28 | 24.08 | - |
| YUV | 169.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 124 | 0 | 0.40 | 0.48 | 0.07 | 10 | 0.77 | 0.71 |
| Hex | EE | 8F | 7C | 0 | 28 | 30 | 7 | A | 4D | 47 |
| Octal | 356 | 217 | 174 | 0 | 50 | 60 | 7 | 12 | 115 | 107 |
| Binary | 11101110 | 10001111 | 1111100 | 0 | 101000 | 110000 | 111 | 1010 | 1001101 | 1000111 |
Color Harmonies of #EE8F7C
Complementary color
Monochromatic Colors of #EE8F7C
Black with #EE8F7C
Text Example
Text Example
White with #EE8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F7C; }
p { color: rgb(238,143,124); }
H1.HeaderClassName
{
color: #EE8F7C;
}
.AnyTagClassName
{
color: #EE8F7C;
}
</style>
background-color css
<style>
a { background-color: #EE8F7C; }
a { background-color: rgb(238,143,124); }
div.DivClassName
{
background-color: #EE8F7C;
}
.BgClassName
{
background-color: #EE8F7C;
}
</style>
border-color css
<style>
span { border-color: #EE8F7C; }
span { border-color: rgb(238,143,124); }
td.TdClassName
{
border-color: #EE8F7C;
}
.TagClassName
{
border-color: #EE8F7C;
}
</style>