Shades of Dark Salmon #E09172
Tints of Dark Salmon #E09172
RGB
CMYK
RGB Variations
Color information
#E09172 (or 0xE09172) is known color: Dark Salmon. HEX triplet: E0, 91 and 72. RGB value is (224,145,114). Sum of RGB (Red+Green+Blue) = 224+145+114=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E09172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09172 is #1F6E8D. Grayscale: #A5A5A5. Windows color (decimal): -2059918 or 7508448. OLE color: 7508448.
HSL color Cylindrical-coordinate representation of color #E09172: hue angle of 16.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E09172 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 114 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.12 |
| HSL | 16.91º | 0.64% | 0.66% | - |
| HSV(B) | 16.91º | 0.49% | 0.88% | - |
| XYZ | 43.9 | 37.31 | 20.81 | - |
| YUV | 165.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 114 | 0 | 0.35 | 0.49 | 0.12 | 16.91 | 0.64 | 0.66 |
| Hex | E0 | 91 | 72 | 0 | 23 | 31 | C | 11 | 40 | 42 |
| Octal | 340 | 221 | 162 | 0 | 43 | 61 | 14 | 21 | 100 | 102 |
| Binary | 11100000 | 10010001 | 1110010 | 0 | 100011 | 110001 | 1100 | 10001 | 1000000 | 1000010 |
Color Harmonies of #E09172
Complementary color
Monochromatic Colors of #E09172
Black with #E09172
Text Example
Text Example
White with #E09172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09172; }
p { color: rgb(224,145,114); }
H1.HeaderClassName
{
color: #E09172;
}
.AnyTagClassName
{
color: #E09172;
}
</style>
background-color css
<style>
a { background-color: #E09172; }
a { background-color: rgb(224,145,114); }
div.DivClassName
{
background-color: #E09172;
}
.BgClassName
{
background-color: #E09172;
}
</style>
border-color css
<style>
span { border-color: #E09172; }
span { border-color: rgb(224,145,114); }
td.TdClassName
{
border-color: #E09172;
}
.TagClassName
{
border-color: #E09172;
}
</style>