Shades of Dark Salmon #EE907B
Tints of Dark Salmon #EE907B
RGB
CMYK
RGB Variations
Color information
#EE907B (or 0xEE907B) is known color: Dark Salmon. HEX triplet: EE, 90 and 7B. RGB value is (238,144,123). Sum of RGB (Red+Green+Blue) = 238+144+123=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907B is #116F84. Grayscale: #A9A9A9. Windows color (decimal): -1142661 or 8098030. OLE color: 8098030.
HSL color Cylindrical-coordinate representation of color #EE907B: hue angle of 10.96º 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 #EE907B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 10.96º | 0.77% | 0.71% | - |
| HSV(B) | 10.96º | 0.48% | 0.93% | - |
| XYZ | 48.81 | 39.55 | 23.8 | - |
| YUV | 169.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 123 | 0 | 0.39 | 0.48 | 0.07 | 10.96 | 0.77 | 0.71 |
| Hex | EE | 90 | 7B | 0 | 27 | 30 | 7 | B | 4D | 47 |
| Octal | 356 | 220 | 173 | 0 | 47 | 60 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010000 | 1111011 | 0 | 100111 | 110000 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE907B
Complementary color
Monochromatic Colors of #EE907B
Black with #EE907B
Text Example
Text Example
White with #EE907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE907B; }
p { color: rgb(238,144,123); }
H1.HeaderClassName
{
color: #EE907B;
}
.AnyTagClassName
{
color: #EE907B;
}
</style>
background-color css
<style>
a { background-color: #EE907B; }
a { background-color: rgb(238,144,123); }
div.DivClassName
{
background-color: #EE907B;
}
.BgClassName
{
background-color: #EE907B;
}
</style>
border-color css
<style>
span { border-color: #EE907B; }
span { border-color: rgb(238,144,123); }
td.TdClassName
{
border-color: #EE907B;
}
.TagClassName
{
border-color: #EE907B;
}
</style>