Shades of Dark Salmon #EE926D
Tints of Dark Salmon #EE926D
RGB
CMYK
RGB Variations
Color information
#EE926D (or 0xEE926D) is known color: Dark Salmon. HEX triplet: EE, 92 and 6D. RGB value is (238,146,109). Sum of RGB (Red+Green+Blue) = 238+146+109=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE926D is #116D92. Grayscale: #A9A9A9. Windows color (decimal): -1142163 or 7181038. OLE color: 7181038.
HSL color Cylindrical-coordinate representation of color #EE926D: hue angle of 17.21º 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 #EE926D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 109 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.07 |
| HSL | 17.21º | 0.79% | 0.68% | - |
| HSV(B) | 17.21º | 0.54% | 0.93% | - |
| XYZ | 48.3 | 39.84 | 19.61 | - |
| YUV | 169.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 109 | 0 | 0.39 | 0.54 | 0.07 | 17.21 | 0.79 | 0.68 |
| Hex | EE | 92 | 6D | 0 | 27 | 36 | 7 | 11 | 4F | 44 |
| Octal | 356 | 222 | 155 | 0 | 47 | 66 | 7 | 21 | 117 | 104 |
| Binary | 11101110 | 10010010 | 1101101 | 0 | 100111 | 110110 | 111 | 10001 | 1001111 | 1000100 |
Color Harmonies of #EE926D
Complementary color
Monochromatic Colors of #EE926D
Black with #EE926D
Text Example
Text Example
White with #EE926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE926D; }
p { color: rgb(238,146,109); }
H1.HeaderClassName
{
color: #EE926D;
}
.AnyTagClassName
{
color: #EE926D;
}
</style>
background-color css
<style>
a { background-color: #EE926D; }
a { background-color: rgb(238,146,109); }
div.DivClassName
{
background-color: #EE926D;
}
.BgClassName
{
background-color: #EE926D;
}
</style>
border-color css
<style>
span { border-color: #EE926D; }
span { border-color: rgb(238,146,109); }
td.TdClassName
{
border-color: #EE926D;
}
.TagClassName
{
border-color: #EE926D;
}
</style>