Shades of Dark Salmon #E09C7A
Tints of Dark Salmon #E09C7A
RGB
CMYK
RGB Variations
Color information
#E09C7A (or 0xE09C7A) is known color: Dark Salmon. HEX triplet: E0, 9C and 7A. RGB value is (224,156,122). Sum of RGB (Red+Green+Blue) = 224+156+122=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C7A is #1F6385. Grayscale: #ACACAC. Windows color (decimal): -2057094 or 8035552. OLE color: 8035552.
HSL color Cylindrical-coordinate representation of color #E09C7A: hue angle of 20º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E09C7A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 122 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.12 |
| HSL | 20º | 0.62% | 0.68% | - |
| HSV(B) | 20º | 0.46% | 0.88% | - |
| XYZ | 46.14 | 41.03 | 23.9 | - |
| YUV | 172.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 122 | 0 | 0.30 | 0.46 | 0.12 | 20 | 0.62 | 0.68 |
| Hex | E0 | 9C | 7A | 0 | 1E | 2E | C | 14 | 3E | 44 |
| Octal | 340 | 234 | 172 | 0 | 36 | 56 | 14 | 24 | 76 | 104 |
| Binary | 11100000 | 10011100 | 1111010 | 0 | 11110 | 101110 | 1100 | 10100 | 111110 | 1000100 |
Color Harmonies of #E09C7A
Complementary color
Monochromatic Colors of #E09C7A
Black with #E09C7A
Text Example
Text Example
White with #E09C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C7A; }
p { color: rgb(224,156,122); }
H1.HeaderClassName
{
color: #E09C7A;
}
.AnyTagClassName
{
color: #E09C7A;
}
</style>
background-color css
<style>
a { background-color: #E09C7A; }
a { background-color: rgb(224,156,122); }
div.DivClassName
{
background-color: #E09C7A;
}
.BgClassName
{
background-color: #E09C7A;
}
</style>
border-color css
<style>
span { border-color: #E09C7A; }
span { border-color: rgb(224,156,122); }
td.TdClassName
{
border-color: #E09C7A;
}
.TagClassName
{
border-color: #E09C7A;
}
</style>