Shades of Dark Salmon #E69076
Tints of Dark Salmon #E69076
RGB
CMYK
RGB Variations
Color information
#E69076 (or 0xE69076) is known color: Dark Salmon. HEX triplet: E6, 90 and 76. RGB value is (230,144,118). Sum of RGB (Red+Green+Blue) = 230+144+118=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E69076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69076 is #196F89. Grayscale: #A6A6A6. Windows color (decimal): -1666954 or 7770342. OLE color: 7770342.
HSL color Cylindrical-coordinate representation of color #E69076: hue angle of 13.93º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69076 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 118 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.10 |
| HSL | 13.93º | 0.69% | 0.68% | - |
| HSV(B) | 13.93º | 0.49% | 0.9% | - |
| XYZ | 45.88 | 38.08 | 22.07 | - |
| YUV | 166.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 118 | 0 | 0.37 | 0.49 | 0.10 | 13.93 | 0.69 | 0.68 |
| Hex | E6 | 90 | 76 | 0 | 25 | 31 | A | E | 45 | 44 |
| Octal | 346 | 220 | 166 | 0 | 45 | 61 | 12 | 16 | 105 | 104 |
| Binary | 11100110 | 10010000 | 1110110 | 0 | 100101 | 110001 | 1010 | 1110 | 1000101 | 1000100 |
Color Harmonies of #E69076
Complementary color
Monochromatic Colors of #E69076
Black with #E69076
Text Example
Text Example
White with #E69076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69076; }
p { color: rgb(230,144,118); }
H1.HeaderClassName
{
color: #E69076;
}
.AnyTagClassName
{
color: #E69076;
}
</style>
background-color css
<style>
a { background-color: #E69076; }
a { background-color: rgb(230,144,118); }
div.DivClassName
{
background-color: #E69076;
}
.BgClassName
{
background-color: #E69076;
}
</style>
border-color css
<style>
span { border-color: #E69076; }
span { border-color: rgb(230,144,118); }
td.TdClassName
{
border-color: #E69076;
}
.TagClassName
{
border-color: #E69076;
}
</style>