Shades of Dark Salmon #E09C6E
Tints of Dark Salmon #E09C6E
RGB
CMYK
RGB Variations
Color information
#E09C6E (or 0xE09C6E) is known color: Dark Salmon. HEX triplet: E0, 9C and 6E. RGB value is (224,156,110). Sum of RGB (Red+Green+Blue) = 224+156+110=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C6E is #1F6391. Grayscale: #ABABAB. Windows color (decimal): -2057106 or 7249120. OLE color: 7249120.
HSL color Cylindrical-coordinate representation of color #E09C6E: hue angle of 24.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E09C6E is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 110 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.12 |
| HSL | 24.21º | 0.65% | 0.65% | - |
| HSV(B) | 24.21º | 0.51% | 0.88% | - |
| XYZ | 45.44 | 40.75 | 20.22 | - |
| YUV | 171.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 110 | 0 | 0.30 | 0.51 | 0.12 | 24.21 | 0.65 | 0.65 |
| Hex | E0 | 9C | 6E | 0 | 1E | 33 | C | 18 | 41 | 41 |
| Octal | 340 | 234 | 156 | 0 | 36 | 63 | 14 | 30 | 101 | 101 |
| Binary | 11100000 | 10011100 | 1101110 | 0 | 11110 | 110011 | 1100 | 11000 | 1000001 | 1000001 |
Color Harmonies of #E09C6E
Complementary color
Monochromatic Colors of #E09C6E
Black with #E09C6E
Text Example
Text Example
White with #E09C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C6E; }
p { color: rgb(224,156,110); }
H1.HeaderClassName
{
color: #E09C6E;
}
.AnyTagClassName
{
color: #E09C6E;
}
</style>
background-color css
<style>
a { background-color: #E09C6E; }
a { background-color: rgb(224,156,110); }
div.DivClassName
{
background-color: #E09C6E;
}
.BgClassName
{
background-color: #E09C6E;
}
</style>
border-color css
<style>
span { border-color: #E09C6E; }
span { border-color: rgb(224,156,110); }
td.TdClassName
{
border-color: #E09C6E;
}
.TagClassName
{
border-color: #E09C6E;
}
</style>