Shades of Dark Salmon #E09972
Tints of Dark Salmon #E09972
RGB
CMYK
RGB Variations
Color information
#E09972 (or 0xE09972) is known color: Dark Salmon. HEX triplet: E0, 99 and 72. RGB value is (224,153,114). Sum of RGB (Red+Green+Blue) = 224+153+114=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E09972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09972 is #1F668D. Grayscale: #AAAAAA. Windows color (decimal): -2057870 or 7510496. OLE color: 7510496.
HSL color Cylindrical-coordinate representation of color #E09972: hue angle of 21.27º 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 #E09972 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 114 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.12 |
| HSL | 21.27º | 0.64% | 0.66% | - |
| HSV(B) | 21.27º | 0.49% | 0.88% | - |
| XYZ | 45.17 | 39.84 | 21.23 | - |
| YUV | 169.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 114 | 0 | 0.32 | 0.49 | 0.12 | 21.27 | 0.64 | 0.66 |
| Hex | E0 | 99 | 72 | 0 | 20 | 31 | C | 15 | 40 | 42 |
| Octal | 340 | 231 | 162 | 0 | 40 | 61 | 14 | 25 | 100 | 102 |
| Binary | 11100000 | 10011001 | 1110010 | 0 | 100000 | 110001 | 1100 | 10101 | 1000000 | 1000010 |
Color Harmonies of #E09972
Complementary color
Monochromatic Colors of #E09972
Black with #E09972
Text Example
Text Example
White with #E09972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09972; }
p { color: rgb(224,153,114); }
H1.HeaderClassName
{
color: #E09972;
}
.AnyTagClassName
{
color: #E09972;
}
</style>
background-color css
<style>
a { background-color: #E09972; }
a { background-color: rgb(224,153,114); }
div.DivClassName
{
background-color: #E09972;
}
.BgClassName
{
background-color: #E09972;
}
</style>
border-color css
<style>
span { border-color: #E09972; }
span { border-color: rgb(224,153,114); }
td.TdClassName
{
border-color: #E09972;
}
.TagClassName
{
border-color: #E09972;
}
</style>