Shades of Dark Salmon #EE9475
Tints of Dark Salmon #EE9475
RGB
CMYK
RGB Variations
Color information
#EE9475 (or 0xEE9475) is known color: Dark Salmon. HEX triplet: EE, 94 and 75. RGB value is (238,148,117). Sum of RGB (Red+Green+Blue) = 238+148+117=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9475 is #116B8A. Grayscale: #ABABAB. Windows color (decimal): -1141643 or 7705838. OLE color: 7705838.
HSL color Cylindrical-coordinate representation of color #EE9475: hue angle of 15.37º 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 #EE9475 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 117 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.07 |
| HSL | 15.37º | 0.78% | 0.7% | - |
| HSV(B) | 15.37º | 0.51% | 0.93% | - |
| XYZ | 49.06 | 40.64 | 22.09 | - |
| YUV | 171.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 117 | 0 | 0.38 | 0.51 | 0.07 | 15.37 | 0.78 | 0.7 |
| Hex | EE | 94 | 75 | 0 | 26 | 33 | 7 | F | 4E | 46 |
| Octal | 356 | 224 | 165 | 0 | 46 | 63 | 7 | 17 | 116 | 106 |
| Binary | 11101110 | 10010100 | 1110101 | 0 | 100110 | 110011 | 111 | 1111 | 1001110 | 1000110 |
Color Harmonies of #EE9475
Complementary color
Monochromatic Colors of #EE9475
Black with #EE9475
Text Example
Text Example
White with #EE9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9475; }
p { color: rgb(238,148,117); }
H1.HeaderClassName
{
color: #EE9475;
}
.AnyTagClassName
{
color: #EE9475;
}
</style>
background-color css
<style>
a { background-color: #EE9475; }
a { background-color: rgb(238,148,117); }
div.DivClassName
{
background-color: #EE9475;
}
.BgClassName
{
background-color: #EE9475;
}
</style>
border-color css
<style>
span { border-color: #EE9475; }
span { border-color: rgb(238,148,117); }
td.TdClassName
{
border-color: #EE9475;
}
.TagClassName
{
border-color: #EE9475;
}
</style>