Shades of Dark Salmon #EE8C74
Tints of Dark Salmon #EE8C74
RGB
CMYK
RGB Variations
Color information
#EE8C74 (or 0xEE8C74) is known color: Dark Salmon. HEX triplet: EE, 8C and 74. RGB value is (238,140,116). Sum of RGB (Red+Green+Blue) = 238+140+116=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C74 is #11738B. Grayscale: #A6A6A6. Windows color (decimal): -1143692 or 7638254. OLE color: 7638254.
HSL color Cylindrical-coordinate representation of color #EE8C74: hue angle of 11.8º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8C74 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 116 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.07 |
| HSL | 11.8º | 0.78% | 0.69% | - |
| HSV(B) | 11.8º | 0.51% | 0.93% | - |
| XYZ | 47.79 | 38.19 | 21.38 | - |
| YUV | 166.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 116 | 0 | 0.41 | 0.51 | 0.07 | 11.8 | 0.78 | 0.69 |
| Hex | EE | 8C | 74 | 0 | 29 | 33 | 7 | C | 4E | 45 |
| Octal | 356 | 214 | 164 | 0 | 51 | 63 | 7 | 14 | 116 | 105 |
| Binary | 11101110 | 10001100 | 1110100 | 0 | 101001 | 110011 | 111 | 1100 | 1001110 | 1000101 |
Color Harmonies of #EE8C74
Complementary color
Monochromatic Colors of #EE8C74
Black with #EE8C74
Text Example
Text Example
White with #EE8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C74; }
p { color: rgb(238,140,116); }
H1.HeaderClassName
{
color: #EE8C74;
}
.AnyTagClassName
{
color: #EE8C74;
}
</style>
background-color css
<style>
a { background-color: #EE8C74; }
a { background-color: rgb(238,140,116); }
div.DivClassName
{
background-color: #EE8C74;
}
.BgClassName
{
background-color: #EE8C74;
}
</style>
border-color css
<style>
span { border-color: #EE8C74; }
span { border-color: rgb(238,140,116); }
td.TdClassName
{
border-color: #EE8C74;
}
.TagClassName
{
border-color: #EE8C74;
}
</style>