Shades of Dark Salmon #E7907A
Tints of Dark Salmon #E7907A
RGB
CMYK
RGB Variations
Color information
#E7907A (or 0xE7907A) is known color: Dark Salmon. HEX triplet: E7, 90 and 7A. RGB value is (231,144,122). Sum of RGB (Red+Green+Blue) = 231+144+122=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7907A is #186F85. Grayscale: #A7A7A7. Windows color (decimal): -1601414 or 8032487. OLE color: 8032487.
HSL color Cylindrical-coordinate representation of color #E7907A: hue angle of 12.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7907A is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 122 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.09 |
| HSL | 12.11º | 0.69% | 0.69% | - |
| HSV(B) | 12.11º | 0.47% | 0.91% | - |
| XYZ | 46.44 | 38.34 | 23.37 | - |
| YUV | 167.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 122 | 0 | 0.38 | 0.47 | 0.09 | 12.11 | 0.69 | 0.69 |
| Hex | E7 | 90 | 7A | 0 | 26 | 2F | 9 | C | 45 | 45 |
| Octal | 347 | 220 | 172 | 0 | 46 | 57 | 11 | 14 | 105 | 105 |
| Binary | 11100111 | 10010000 | 1111010 | 0 | 100110 | 101111 | 1001 | 1100 | 1000101 | 1000101 |
Color Harmonies of #E7907A
Complementary color
Monochromatic Colors of #E7907A
Black with #E7907A
Text Example
Text Example
White with #E7907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7907A; }
p { color: rgb(231,144,122); }
H1.HeaderClassName
{
color: #E7907A;
}
.AnyTagClassName
{
color: #E7907A;
}
</style>
background-color css
<style>
a { background-color: #E7907A; }
a { background-color: rgb(231,144,122); }
div.DivClassName
{
background-color: #E7907A;
}
.BgClassName
{
background-color: #E7907A;
}
</style>
border-color css
<style>
span { border-color: #E7907A; }
span { border-color: rgb(231,144,122); }
td.TdClassName
{
border-color: #E7907A;
}
.TagClassName
{
border-color: #E7907A;
}
</style>