Shades of Dark Salmon #EE927D
Tints of Dark Salmon #EE927D
RGB
CMYK
RGB Variations
Color information
#EE927D (or 0xEE927D) is known color: Dark Salmon. HEX triplet: EE, 92 and 7D. RGB value is (238,146,125). Sum of RGB (Red+Green+Blue) = 238+146+125=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927D is #116D82. Grayscale: #ABABAB. Windows color (decimal): -1142147 or 8229614. OLE color: 8229614.
HSL color Cylindrical-coordinate representation of color #EE927D: hue angle of 11.15º 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 #EE927D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 125 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 11.15º | 0.77% | 0.71% | - |
| HSV(B) | 11.15º | 0.47% | 0.93% | - |
| XYZ | 49.24 | 40.22 | 24.57 | - |
| YUV | 171.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 125 | 0 | 0.39 | 0.47 | 0.07 | 11.15 | 0.77 | 0.71 |
| Hex | EE | 92 | 7D | 0 | 27 | 2F | 7 | B | 4D | 47 |
| Octal | 356 | 222 | 175 | 0 | 47 | 57 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010010 | 1111101 | 0 | 100111 | 101111 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE927D
Complementary color
Monochromatic Colors of #EE927D
Black with #EE927D
Text Example
Text Example
White with #EE927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE927D; }
p { color: rgb(238,146,125); }
H1.HeaderClassName
{
color: #EE927D;
}
.AnyTagClassName
{
color: #EE927D;
}
</style>
background-color css
<style>
a { background-color: #EE927D; }
a { background-color: rgb(238,146,125); }
div.DivClassName
{
background-color: #EE927D;
}
.BgClassName
{
background-color: #EE927D;
}
</style>
border-color css
<style>
span { border-color: #EE927D; }
span { border-color: rgb(238,146,125); }
td.TdClassName
{
border-color: #EE927D;
}
.TagClassName
{
border-color: #EE927D;
}
</style>