Shades of Dark Salmon #EE9A6E
Tints of Dark Salmon #EE9A6E
RGB
CMYK
RGB Variations
Color information
#EE9A6E (or 0xEE9A6E) is known color: Dark Salmon. HEX triplet: EE, 9A and 6E. RGB value is (238,154,110). Sum of RGB (Red+Green+Blue) = 238+154+110=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A6E is #116591. Grayscale: #AEAEAE. Windows color (decimal): -1140114 or 7248622. OLE color: 7248622.
HSL color Cylindrical-coordinate representation of color #EE9A6E: hue angle of 20.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE9A6E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 110 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.07 |
| HSL | 20.63º | 0.79% | 0.68% | - |
| HSV(B) | 20.63º | 0.54% | 0.93% | - |
| XYZ | 49.63 | 42.41 | 20.32 | - |
| YUV | 174.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 110 | 0 | 0.35 | 0.54 | 0.07 | 20.63 | 0.79 | 0.68 |
| Hex | EE | 9A | 6E | 0 | 23 | 36 | 7 | 15 | 4F | 44 |
| Octal | 356 | 232 | 156 | 0 | 43 | 66 | 7 | 25 | 117 | 104 |
| Binary | 11101110 | 10011010 | 1101110 | 0 | 100011 | 110110 | 111 | 10101 | 1001111 | 1000100 |
Color Harmonies of #EE9A6E
Complementary color
Monochromatic Colors of #EE9A6E
Black with #EE9A6E
Text Example
Text Example
White with #EE9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A6E; }
p { color: rgb(238,154,110); }
H1.HeaderClassName
{
color: #EE9A6E;
}
.AnyTagClassName
{
color: #EE9A6E;
}
</style>
background-color css
<style>
a { background-color: #EE9A6E; }
a { background-color: rgb(238,154,110); }
div.DivClassName
{
background-color: #EE9A6E;
}
.BgClassName
{
background-color: #EE9A6E;
}
</style>
border-color css
<style>
span { border-color: #EE9A6E; }
span { border-color: rgb(238,154,110); }
td.TdClassName
{
border-color: #EE9A6E;
}
.TagClassName
{
border-color: #EE9A6E;
}
</style>