Shades of Dark Salmon #EE9275
Tints of Dark Salmon #EE9275
RGB
CMYK
RGB Variations
Color information
#EE9275 (or 0xEE9275) is known color: Dark Salmon. HEX triplet: EE, 92 and 75. RGB value is (238,146,117). Sum of RGB (Red+Green+Blue) = 238+146+117=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9275 is #116D8A. Grayscale: #AAAAAA. Windows color (decimal): -1142155 or 7705326. OLE color: 7705326.
HSL color Cylindrical-coordinate representation of color #EE9275: hue angle of 14.38º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE9275 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 117 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.07 |
| HSL | 14.38º | 0.78% | 0.7% | - |
| HSV(B) | 14.38º | 0.51% | 0.93% | - |
| XYZ | 48.75 | 40.02 | 21.98 | - |
| YUV | 170.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 117 | 0 | 0.39 | 0.51 | 0.07 | 14.38 | 0.78 | 0.7 |
| Hex | EE | 92 | 75 | 0 | 27 | 33 | 7 | E | 4E | 46 |
| Octal | 356 | 222 | 165 | 0 | 47 | 63 | 7 | 16 | 116 | 106 |
| Binary | 11101110 | 10010010 | 1110101 | 0 | 100111 | 110011 | 111 | 1110 | 1001110 | 1000110 |
Color Harmonies of #EE9275
Complementary color
Monochromatic Colors of #EE9275
Black with #EE9275
Text Example
Text Example
White with #EE9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9275; }
p { color: rgb(238,146,117); }
H1.HeaderClassName
{
color: #EE9275;
}
.AnyTagClassName
{
color: #EE9275;
}
</style>
background-color css
<style>
a { background-color: #EE9275; }
a { background-color: rgb(238,146,117); }
div.DivClassName
{
background-color: #EE9275;
}
.BgClassName
{
background-color: #EE9275;
}
</style>
border-color css
<style>
span { border-color: #EE9275; }
span { border-color: rgb(238,146,117); }
td.TdClassName
{
border-color: #EE9275;
}
.TagClassName
{
border-color: #EE9275;
}
</style>