Shades of Dark Salmon #EE907D
Tints of Dark Salmon #EE907D
RGB
CMYK
RGB Variations
Color information
#EE907D (or 0xEE907D) is known color: Dark Salmon. HEX triplet: EE, 90 and 7D. RGB value is (238,144,125). Sum of RGB (Red+Green+Blue) = 238+144+125=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907D is #116F82. Grayscale: #AAAAAA. Windows color (decimal): -1142659 or 8229102. OLE color: 8229102.
HSL color Cylindrical-coordinate representation of color #EE907D: hue angle of 10.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE907D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 125 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 10.09º | 0.77% | 0.71% | - |
| HSV(B) | 10.09º | 0.47% | 0.93% | - |
| XYZ | 48.93 | 39.6 | 24.47 | - |
| YUV | 169.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 125 | 0 | 0.39 | 0.47 | 0.07 | 10.09 | 0.77 | 0.71 |
| Hex | EE | 90 | 7D | 0 | 27 | 2F | 7 | A | 4D | 47 |
| Octal | 356 | 220 | 175 | 0 | 47 | 57 | 7 | 12 | 115 | 107 |
| Binary | 11101110 | 10010000 | 1111101 | 0 | 100111 | 101111 | 111 | 1010 | 1001101 | 1000111 |
Color Harmonies of #EE907D
Complementary color
Monochromatic Colors of #EE907D
Black with #EE907D
Text Example
Text Example
White with #EE907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE907D; }
p { color: rgb(238,144,125); }
H1.HeaderClassName
{
color: #EE907D;
}
.AnyTagClassName
{
color: #EE907D;
}
</style>
background-color css
<style>
a { background-color: #EE907D; }
a { background-color: rgb(238,144,125); }
div.DivClassName
{
background-color: #EE907D;
}
.BgClassName
{
background-color: #EE907D;
}
</style>
border-color css
<style>
span { border-color: #EE907D; }
span { border-color: rgb(238,144,125); }
td.TdClassName
{
border-color: #EE907D;
}
.TagClassName
{
border-color: #EE907D;
}
</style>