Shades of Dark Salmon #EE906C
Tints of Dark Salmon #EE906C
RGB
CMYK
RGB Variations
Color information
#EE906C (or 0xEE906C) is known color: Dark Salmon. HEX triplet: EE, 90 and 6C. RGB value is (238,144,108). Sum of RGB (Red+Green+Blue) = 238+144+108=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE906C is #116F93. Grayscale: #A8A8A8. Windows color (decimal): -1142676 or 7114990. OLE color: 7114990.
HSL color Cylindrical-coordinate representation of color #EE906C: hue angle of 16.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE906C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 16.62º | 0.79% | 0.68% | - |
| HSV(B) | 16.62º | 0.55% | 0.93% | - |
| XYZ | 47.94 | 39.21 | 19.23 | - |
| YUV | 168 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 108 | 0 | 0.39 | 0.55 | 0.07 | 16.62 | 0.79 | 0.68 |
| Hex | EE | 90 | 6C | 0 | 27 | 37 | 7 | 11 | 4F | 44 |
| Octal | 356 | 220 | 154 | 0 | 47 | 67 | 7 | 21 | 117 | 104 |
| Binary | 11101110 | 10010000 | 1101100 | 0 | 100111 | 110111 | 111 | 10001 | 1001111 | 1000100 |
Color Harmonies of #EE906C
Complementary color
Monochromatic Colors of #EE906C
Black with #EE906C
Text Example
Text Example
White with #EE906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE906C; }
p { color: rgb(238,144,108); }
H1.HeaderClassName
{
color: #EE906C;
}
.AnyTagClassName
{
color: #EE906C;
}
</style>
background-color css
<style>
a { background-color: #EE906C; }
a { background-color: rgb(238,144,108); }
div.DivClassName
{
background-color: #EE906C;
}
.BgClassName
{
background-color: #EE906C;
}
</style>
border-color css
<style>
span { border-color: #EE906C; }
span { border-color: rgb(238,144,108); }
td.TdClassName
{
border-color: #EE906C;
}
.TagClassName
{
border-color: #EE906C;
}
</style>