Shades of Dark Salmon #E09072
Tints of Dark Salmon #E09072
RGB
CMYK
RGB Variations
Color information
#E09072 (or 0xE09072) is known color: Dark Salmon. HEX triplet: E0, 90 and 72. RGB value is (224,144,114). Sum of RGB (Red+Green+Blue) = 224+144+114=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E09072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09072 is #1F6F8D. Grayscale: #A4A4A4. Windows color (decimal): -2060174 or 7508192. OLE color: 7508192.
HSL color Cylindrical-coordinate representation of color #E09072: hue angle of 16.36º 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 #E09072 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 114 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.12 |
| HSL | 16.36º | 0.64% | 0.66% | - |
| HSV(B) | 16.36º | 0.49% | 0.88% | - |
| XYZ | 43.75 | 37.01 | 20.76 | - |
| YUV | 164.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 114 | 0 | 0.36 | 0.49 | 0.12 | 16.36 | 0.64 | 0.66 |
| Hex | E0 | 90 | 72 | 0 | 24 | 31 | C | 10 | 40 | 42 |
| Octal | 340 | 220 | 162 | 0 | 44 | 61 | 14 | 20 | 100 | 102 |
| Binary | 11100000 | 10010000 | 1110010 | 0 | 100100 | 110001 | 1100 | 10000 | 1000000 | 1000010 |
Color Harmonies of #E09072
Complementary color
Monochromatic Colors of #E09072
Black with #E09072
Text Example
Text Example
White with #E09072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09072; }
p { color: rgb(224,144,114); }
H1.HeaderClassName
{
color: #E09072;
}
.AnyTagClassName
{
color: #E09072;
}
</style>
background-color css
<style>
a { background-color: #E09072; }
a { background-color: rgb(224,144,114); }
div.DivClassName
{
background-color: #E09072;
}
.BgClassName
{
background-color: #E09072;
}
</style>
border-color css
<style>
span { border-color: #E09072; }
span { border-color: rgb(224,144,114); }
td.TdClassName
{
border-color: #E09072;
}
.TagClassName
{
border-color: #E09072;
}
</style>