Shades of Dark Salmon #EE927B
Tints of Dark Salmon #EE927B
RGB
CMYK
RGB Variations
Color information
#EE927B (or 0xEE927B) is known color: Dark Salmon. HEX triplet: EE, 92 and 7B. RGB value is (238,146,123). Sum of RGB (Red+Green+Blue) = 238+146+123=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927B is #116D84. Grayscale: #ABABAB. Windows color (decimal): -1142149 or 8098542. OLE color: 8098542.
HSL color Cylindrical-coordinate representation of color #EE927B: hue angle of 12º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE927B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 12º | 0.77% | 0.71% | - |
| HSV(B) | 12º | 0.48% | 0.93% | - |
| XYZ | 49.11 | 40.16 | 23.9 | - |
| YUV | 170.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 123 | 0 | 0.39 | 0.48 | 0.07 | 12 | 0.77 | 0.71 |
| Hex | EE | 92 | 7B | 0 | 27 | 30 | 7 | C | 4D | 47 |
| Octal | 356 | 222 | 173 | 0 | 47 | 60 | 7 | 14 | 115 | 107 |
| Binary | 11101110 | 10010010 | 1111011 | 0 | 100111 | 110000 | 111 | 1100 | 1001101 | 1000111 |
Color Harmonies of #EE927B
Complementary color
Monochromatic Colors of #EE927B
Black with #EE927B
Text Example
Text Example
White with #EE927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE927B; }
p { color: rgb(238,146,123); }
H1.HeaderClassName
{
color: #EE927B;
}
.AnyTagClassName
{
color: #EE927B;
}
</style>
background-color css
<style>
a { background-color: #EE927B; }
a { background-color: rgb(238,146,123); }
div.DivClassName
{
background-color: #EE927B;
}
.BgClassName
{
background-color: #EE927B;
}
</style>
border-color css
<style>
span { border-color: #EE927B; }
span { border-color: rgb(238,146,123); }
td.TdClassName
{
border-color: #EE927B;
}
.TagClassName
{
border-color: #EE927B;
}
</style>