Shades of Dark Salmon #E69E6E
Tints of Dark Salmon #E69E6E
RGB
CMYK
RGB Variations
Color information
#E69E6E (or 0xE69E6E) is known color: Dark Salmon. HEX triplet: E6, 9E and 6E. RGB value is (230,158,110). Sum of RGB (Red+Green+Blue) = 230+158+110=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E6E is #196191. Grayscale: #AEAEAE. Windows color (decimal): -1663378 or 7249638. OLE color: 7249638.
HSL color Cylindrical-coordinate representation of color #E69E6E: hue angle of 24º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E69E6E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 110 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.10 |
| HSL | 24º | 0.71% | 0.67% | - |
| HSV(B) | 24º | 0.52% | 0.9% | - |
| XYZ | 47.67 | 42.4 | 20.42 | - |
| YUV | 174.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 110 | 0 | 0.31 | 0.52 | 0.10 | 24 | 0.71 | 0.67 |
| Hex | E6 | 9E | 6E | 0 | 1F | 34 | A | 18 | 47 | 43 |
| Octal | 346 | 236 | 156 | 0 | 37 | 64 | 12 | 30 | 107 | 103 |
| Binary | 11100110 | 10011110 | 1101110 | 0 | 11111 | 110100 | 1010 | 11000 | 1000111 | 1000011 |
Color Harmonies of #E69E6E
Complementary color
Monochromatic Colors of #E69E6E
Black with #E69E6E
Text Example
Text Example
White with #E69E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E6E; }
p { color: rgb(230,158,110); }
H1.HeaderClassName
{
color: #E69E6E;
}
.AnyTagClassName
{
color: #E69E6E;
}
</style>
background-color css
<style>
a { background-color: #E69E6E; }
a { background-color: rgb(230,158,110); }
div.DivClassName
{
background-color: #E69E6E;
}
.BgClassName
{
background-color: #E69E6E;
}
</style>
border-color css
<style>
span { border-color: #E69E6E; }
span { border-color: rgb(230,158,110); }
td.TdClassName
{
border-color: #E69E6E;
}
.TagClassName
{
border-color: #E69E6E;
}
</style>