Shades of Dark Salmon #EE9076
Tints of Dark Salmon #EE9076
RGB
CMYK
RGB Variations
Color information
#EE9076 (or 0xEE9076) is known color: Dark Salmon. HEX triplet: EE, 90 and 76. RGB value is (238,144,118). Sum of RGB (Red+Green+Blue) = 238+144+118=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9076 is #116F89. Grayscale: #A9A9A9. Windows color (decimal): -1142666 or 7770350. OLE color: 7770350.
HSL color Cylindrical-coordinate representation of color #EE9076: hue angle of 13º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9076 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 118 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.07 |
| HSL | 13º | 0.78% | 0.7% | - |
| HSV(B) | 13º | 0.5% | 0.93% | - |
| XYZ | 48.5 | 39.43 | 22.19 | - |
| YUV | 169.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 118 | 0 | 0.39 | 0.50 | 0.07 | 13 | 0.78 | 0.7 |
| Hex | EE | 90 | 76 | 0 | 27 | 32 | 7 | D | 4E | 46 |
| Octal | 356 | 220 | 166 | 0 | 47 | 62 | 7 | 15 | 116 | 106 |
| Binary | 11101110 | 10010000 | 1110110 | 0 | 100111 | 110010 | 111 | 1101 | 1001110 | 1000110 |
Color Harmonies of #EE9076
Complementary color
Monochromatic Colors of #EE9076
Black with #EE9076
Text Example
Text Example
White with #EE9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9076; }
p { color: rgb(238,144,118); }
H1.HeaderClassName
{
color: #EE9076;
}
.AnyTagClassName
{
color: #EE9076;
}
</style>
background-color css
<style>
a { background-color: #EE9076; }
a { background-color: rgb(238,144,118); }
div.DivClassName
{
background-color: #EE9076;
}
.BgClassName
{
background-color: #EE9076;
}
</style>
border-color css
<style>
span { border-color: #EE9076; }
span { border-color: rgb(238,144,118); }
td.TdClassName
{
border-color: #EE9076;
}
.TagClassName
{
border-color: #EE9076;
}
</style>