Shades of Dark Salmon #E69974
Tints of Dark Salmon #E69974
RGB
CMYK
RGB Variations
Color information
#E69974 (or 0xE69974) is known color: Dark Salmon. HEX triplet: E6, 99 and 74. RGB value is (230,153,116). Sum of RGB (Red+Green+Blue) = 230+153+116=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E69974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69974 is #19668B. Grayscale: #ACACAC. Windows color (decimal): -1664652 or 7641574. OLE color: 7641574.
HSL color Cylindrical-coordinate representation of color #E69974: hue angle of 19.47º 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 #E69974 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 116 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.10 |
| HSL | 19.47º | 0.7% | 0.68% | - |
| HSV(B) | 19.47º | 0.5% | 0.9% | - |
| XYZ | 47.18 | 40.87 | 21.92 | - |
| YUV | 171.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 116 | 0 | 0.33 | 0.50 | 0.10 | 19.47 | 0.7 | 0.68 |
| Hex | E6 | 99 | 74 | 0 | 21 | 32 | A | 13 | 46 | 44 |
| Octal | 346 | 231 | 164 | 0 | 41 | 62 | 12 | 23 | 106 | 104 |
| Binary | 11100110 | 10011001 | 1110100 | 0 | 100001 | 110010 | 1010 | 10011 | 1000110 | 1000100 |
Color Harmonies of #E69974
Complementary color
Monochromatic Colors of #E69974
Black with #E69974
Text Example
Text Example
White with #E69974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69974; }
p { color: rgb(230,153,116); }
H1.HeaderClassName
{
color: #E69974;
}
.AnyTagClassName
{
color: #E69974;
}
</style>
background-color css
<style>
a { background-color: #E69974; }
a { background-color: rgb(230,153,116); }
div.DivClassName
{
background-color: #E69974;
}
.BgClassName
{
background-color: #E69974;
}
</style>
border-color css
<style>
span { border-color: #E69974; }
span { border-color: rgb(230,153,116); }
td.TdClassName
{
border-color: #E69974;
}
.TagClassName
{
border-color: #E69974;
}
</style>