Shades of Dark Salmon #EE9D72
Tints of Dark Salmon #EE9D72
RGB
CMYK
RGB Variations
Color information
#EE9D72 (or 0xEE9D72) is known color: Dark Salmon. HEX triplet: EE, 9D and 72. RGB value is (238,157,114). Sum of RGB (Red+Green+Blue) = 238+157+114=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9D72 is #11628D. Grayscale: #B0B0B0. Windows color (decimal): -1139342 or 7511534. OLE color: 7511534.
HSL color Cylindrical-coordinate representation of color #EE9D72: hue angle of 20.81º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE9D72 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 114 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.07 |
| HSL | 20.81º | 0.78% | 0.69% | - |
| HSV(B) | 20.81º | 0.52% | 0.93% | - |
| XYZ | 50.35 | 43.51 | 21.66 | - |
| YUV | 176.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 114 | 0 | 0.34 | 0.52 | 0.07 | 20.81 | 0.78 | 0.69 |
| Hex | EE | 9D | 72 | 0 | 22 | 34 | 7 | 15 | 4E | 45 |
| Octal | 356 | 235 | 162 | 0 | 42 | 64 | 7 | 25 | 116 | 105 |
| Binary | 11101110 | 10011101 | 1110010 | 0 | 100010 | 110100 | 111 | 10101 | 1001110 | 1000101 |
Color Harmonies of #EE9D72
Complementary color
Monochromatic Colors of #EE9D72
Black with #EE9D72
Text Example
Text Example
White with #EE9D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9D72; }
p { color: rgb(238,157,114); }
H1.HeaderClassName
{
color: #EE9D72;
}
.AnyTagClassName
{
color: #EE9D72;
}
</style>
background-color css
<style>
a { background-color: #EE9D72; }
a { background-color: rgb(238,157,114); }
div.DivClassName
{
background-color: #EE9D72;
}
.BgClassName
{
background-color: #EE9D72;
}
</style>
border-color css
<style>
span { border-color: #EE9D72; }
span { border-color: rgb(238,157,114); }
td.TdClassName
{
border-color: #EE9D72;
}
.TagClassName
{
border-color: #EE9D72;
}
</style>