Shades of Dark Salmon #EE9078
Tints of Dark Salmon #EE9078
RGB
CMYK
RGB Variations
Color information
#EE9078 (or 0xEE9078) is known color: Dark Salmon. HEX triplet: EE, 90 and 78. RGB value is (238,144,120). Sum of RGB (Red+Green+Blue) = 238+144+120=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9078 is #116F87. Grayscale: #A9A9A9. Windows color (decimal): -1142664 or 7901422. OLE color: 7901422.
HSL color Cylindrical-coordinate representation of color #EE9078: hue angle of 12.2º 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 #EE9078 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 120 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.07 |
| HSL | 12.2º | 0.78% | 0.7% | - |
| HSV(B) | 12.2º | 0.5% | 0.93% | - |
| XYZ | 48.62 | 39.48 | 22.83 | - |
| YUV | 169.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 120 | 0 | 0.39 | 0.50 | 0.07 | 12.2 | 0.78 | 0.7 |
| Hex | EE | 90 | 78 | 0 | 27 | 32 | 7 | C | 4E | 46 |
| Octal | 356 | 220 | 170 | 0 | 47 | 62 | 7 | 14 | 116 | 106 |
| Binary | 11101110 | 10010000 | 1111000 | 0 | 100111 | 110010 | 111 | 1100 | 1001110 | 1000110 |
Color Harmonies of #EE9078
Complementary color
Monochromatic Colors of #EE9078
Black with #EE9078
Text Example
Text Example
White with #EE9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9078; }
p { color: rgb(238,144,120); }
H1.HeaderClassName
{
color: #EE9078;
}
.AnyTagClassName
{
color: #EE9078;
}
</style>
background-color css
<style>
a { background-color: #EE9078; }
a { background-color: rgb(238,144,120); }
div.DivClassName
{
background-color: #EE9078;
}
.BgClassName
{
background-color: #EE9078;
}
</style>
border-color css
<style>
span { border-color: #EE9078; }
span { border-color: rgb(238,144,120); }
td.TdClassName
{
border-color: #EE9078;
}
.TagClassName
{
border-color: #EE9078;
}
</style>