Shades of Dark Salmon #E09375
Tints of Dark Salmon #E09375
RGB
CMYK
RGB Variations
Color information
#E09375 (or 0xE09375) is known color: Dark Salmon. HEX triplet: E0, 93 and 75. RGB value is (224,147,117). Sum of RGB (Red+Green+Blue) = 224+147+117=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09375 is #1F6C8A. Grayscale: #A6A6A6. Windows color (decimal): -2059403 or 7705568. OLE color: 7705568.
HSL color Cylindrical-coordinate representation of color #E09375: hue angle of 16.82º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09375 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 117 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.12 |
| HSL | 16.82º | 0.63% | 0.67% | - |
| HSV(B) | 16.82º | 0.48% | 0.88% | - |
| XYZ | 44.39 | 38 | 21.82 | - |
| YUV | 166.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 117 | 0 | 0.34 | 0.48 | 0.12 | 16.82 | 0.63 | 0.67 |
| Hex | E0 | 93 | 75 | 0 | 22 | 30 | C | 11 | 3F | 43 |
| Octal | 340 | 223 | 165 | 0 | 42 | 60 | 14 | 21 | 77 | 103 |
| Binary | 11100000 | 10010011 | 1110101 | 0 | 100010 | 110000 | 1100 | 10001 | 111111 | 1000011 |
Color Harmonies of #E09375
Complementary color
Monochromatic Colors of #E09375
Black with #E09375
Text Example
Text Example
White with #E09375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09375; }
p { color: rgb(224,147,117); }
H1.HeaderClassName
{
color: #E09375;
}
.AnyTagClassName
{
color: #E09375;
}
</style>
background-color css
<style>
a { background-color: #E09375; }
a { background-color: rgb(224,147,117); }
div.DivClassName
{
background-color: #E09375;
}
.BgClassName
{
background-color: #E09375;
}
</style>
border-color css
<style>
span { border-color: #E09375; }
span { border-color: rgb(224,147,117); }
td.TdClassName
{
border-color: #E09375;
}
.TagClassName
{
border-color: #E09375;
}
</style>