Shades of Dark Salmon #E69374
Tints of Dark Salmon #E69374
RGB
CMYK
RGB Variations
Color information
#E69374 (or 0xE69374) is known color: Dark Salmon. HEX triplet: E6, 93 and 74. RGB value is (230,147,116). Sum of RGB (Red+Green+Blue) = 230+147+116=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E69374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69374 is #196C8B. Grayscale: #A8A8A8. Windows color (decimal): -1666188 or 7640038. OLE color: 7640038.
HSL color Cylindrical-coordinate representation of color #E69374: hue angle of 16.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69374 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 116 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.10 |
| HSL | 16.32º | 0.7% | 0.68% | - |
| HSV(B) | 16.32º | 0.5% | 0.9% | - |
| XYZ | 46.22 | 38.95 | 21.61 | - |
| YUV | 168.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 116 | 0 | 0.36 | 0.50 | 0.10 | 16.32 | 0.7 | 0.68 |
| Hex | E6 | 93 | 74 | 0 | 24 | 32 | A | 10 | 46 | 44 |
| Octal | 346 | 223 | 164 | 0 | 44 | 62 | 12 | 20 | 106 | 104 |
| Binary | 11100110 | 10010011 | 1110100 | 0 | 100100 | 110010 | 1010 | 10000 | 1000110 | 1000100 |
Color Harmonies of #E69374
Complementary color
Monochromatic Colors of #E69374
Black with #E69374
Text Example
Text Example
White with #E69374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69374; }
p { color: rgb(230,147,116); }
H1.HeaderClassName
{
color: #E69374;
}
.AnyTagClassName
{
color: #E69374;
}
</style>
background-color css
<style>
a { background-color: #E69374; }
a { background-color: rgb(230,147,116); }
div.DivClassName
{
background-color: #E69374;
}
.BgClassName
{
background-color: #E69374;
}
</style>
border-color css
<style>
span { border-color: #E69374; }
span { border-color: rgb(230,147,116); }
td.TdClassName
{
border-color: #E69374;
}
.TagClassName
{
border-color: #E69374;
}
</style>