Shades of Dark Salmon #EE8F72
Tints of Dark Salmon #EE8F72
RGB
CMYK
RGB Variations
Color information
#EE8F72 (or 0xEE8F72) is known color: Dark Salmon. HEX triplet: EE, 8F and 72. RGB value is (238,143,114). Sum of RGB (Red+Green+Blue) = 238+143+114=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F72 is #11708D. Grayscale: #A8A8A8. Windows color (decimal): -1142926 or 7507950. OLE color: 7507950.
HSL color Cylindrical-coordinate representation of color #EE8F72: hue angle of 14.03º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE8F72 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 114 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.07 |
| HSL | 14.03º | 0.78% | 0.69% | - |
| HSV(B) | 14.03º | 0.52% | 0.93% | - |
| XYZ | 48.12 | 39.04 | 20.92 | - |
| YUV | 168.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 114 | 0 | 0.40 | 0.52 | 0.07 | 14.03 | 0.78 | 0.69 |
| Hex | EE | 8F | 72 | 0 | 28 | 34 | 7 | E | 4E | 45 |
| Octal | 356 | 217 | 162 | 0 | 50 | 64 | 7 | 16 | 116 | 105 |
| Binary | 11101110 | 10001111 | 1110010 | 0 | 101000 | 110100 | 111 | 1110 | 1001110 | 1000101 |
Color Harmonies of #EE8F72
Complementary color
Monochromatic Colors of #EE8F72
Black with #EE8F72
Text Example
Text Example
White with #EE8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F72; }
p { color: rgb(238,143,114); }
H1.HeaderClassName
{
color: #EE8F72;
}
.AnyTagClassName
{
color: #EE8F72;
}
</style>
background-color css
<style>
a { background-color: #EE8F72; }
a { background-color: rgb(238,143,114); }
div.DivClassName
{
background-color: #EE8F72;
}
.BgClassName
{
background-color: #EE8F72;
}
</style>
border-color css
<style>
span { border-color: #EE8F72; }
span { border-color: rgb(238,143,114); }
td.TdClassName
{
border-color: #EE8F72;
}
.TagClassName
{
border-color: #EE8F72;
}
</style>