Shades of Dark Salmon #E09C7E
Tints of Dark Salmon #E09C7E
RGB
CMYK
RGB Variations
Color information
#E09C7E (or 0xE09C7E) is known color: Dark Salmon. HEX triplet: E0, 9C and 7E. RGB value is (224,156,126). Sum of RGB (Red+Green+Blue) = 224+156+126=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C7E is #1F6381. Grayscale: #ADADAD. Windows color (decimal): -2057090 or 8297696. OLE color: 8297696.
HSL color Cylindrical-coordinate representation of color #E09C7E: hue angle of 18.37º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E09C7E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 126 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.12 |
| HSL | 18.37º | 0.61% | 0.69% | - |
| HSV(B) | 18.37º | 0.44% | 0.88% | - |
| XYZ | 46.39 | 41.13 | 25.23 | - |
| YUV | 172.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 126 | 0 | 0.30 | 0.44 | 0.12 | 18.37 | 0.61 | 0.69 |
| Hex | E0 | 9C | 7E | 0 | 1E | 2C | C | 12 | 3D | 45 |
| Octal | 340 | 234 | 176 | 0 | 36 | 54 | 14 | 22 | 75 | 105 |
| Binary | 11100000 | 10011100 | 1111110 | 0 | 11110 | 101100 | 1100 | 10010 | 111101 | 1000101 |
Color Harmonies of #E09C7E
Complementary color
Monochromatic Colors of #E09C7E
Black with #E09C7E
Text Example
Text Example
White with #E09C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C7E; }
p { color: rgb(224,156,126); }
H1.HeaderClassName
{
color: #E09C7E;
}
.AnyTagClassName
{
color: #E09C7E;
}
</style>
background-color css
<style>
a { background-color: #E09C7E; }
a { background-color: rgb(224,156,126); }
div.DivClassName
{
background-color: #E09C7E;
}
.BgClassName
{
background-color: #E09C7E;
}
</style>
border-color css
<style>
span { border-color: #E09C7E; }
span { border-color: rgb(224,156,126); }
td.TdClassName
{
border-color: #E09C7E;
}
.TagClassName
{
border-color: #E09C7E;
}
</style>