Shades of Dark Salmon #EE926B
Tints of Dark Salmon #EE926B
RGB
CMYK
RGB Variations
Color information
#EE926B (or 0xEE926B) is known color: Dark Salmon. HEX triplet: EE, 92 and 6B. RGB value is (238,146,107). Sum of RGB (Red+Green+Blue) = 238+146+107=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE926B is #116D94. Grayscale: #A9A9A9. Windows color (decimal): -1142165 or 7049966. OLE color: 7049966.
HSL color Cylindrical-coordinate representation of color #EE926B: hue angle of 17.86º 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 #EE926B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 107 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.86º | 0.79% | 0.68% | - |
| HSV(B) | 17.86º | 0.55% | 0.93% | - |
| XYZ | 48.19 | 39.8 | 19.05 | - |
| YUV | 169.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 107 | 0 | 0.39 | 0.55 | 0.07 | 17.86 | 0.79 | 0.68 |
| Hex | EE | 92 | 6B | 0 | 27 | 37 | 7 | 12 | 4F | 44 |
| Octal | 356 | 222 | 153 | 0 | 47 | 67 | 7 | 22 | 117 | 104 |
| Binary | 11101110 | 10010010 | 1101011 | 0 | 100111 | 110111 | 111 | 10010 | 1001111 | 1000100 |
Color Harmonies of #EE926B
Complementary color
Monochromatic Colors of #EE926B
Black with #EE926B
Text Example
Text Example
White with #EE926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE926B; }
p { color: rgb(238,146,107); }
H1.HeaderClassName
{
color: #EE926B;
}
.AnyTagClassName
{
color: #EE926B;
}
</style>
background-color css
<style>
a { background-color: #EE926B; }
a { background-color: rgb(238,146,107); }
div.DivClassName
{
background-color: #EE926B;
}
.BgClassName
{
background-color: #EE926B;
}
</style>
border-color css
<style>
span { border-color: #EE926B; }
span { border-color: rgb(238,146,107); }
td.TdClassName
{
border-color: #EE926B;
}
.TagClassName
{
border-color: #EE926B;
}
</style>