Shades of Dark Salmon #E5926E
Tints of Dark Salmon #E5926E
RGB
CMYK
RGB Variations
Color information
#E5926E (or 0xE5926E) is known color: Dark Salmon. HEX triplet: E5, 92 and 6E. RGB value is (229,146,110). Sum of RGB (Red+Green+Blue) = 229+146+110=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5926E is #1A6D91. Grayscale: #A6A6A6. Windows color (decimal): -1731986 or 7246565. OLE color: 7246565.
HSL color Cylindrical-coordinate representation of color #E5926E: hue angle of 18.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5926E is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 110 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.10 |
| HSL | 18.15º | 0.7% | 0.66% | - |
| HSV(B) | 18.15º | 0.52% | 0.9% | - |
| XYZ | 45.41 | 38.34 | 19.76 | - |
| YUV | 166.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 110 | 0 | 0.36 | 0.52 | 0.10 | 18.15 | 0.7 | 0.66 |
| Hex | E5 | 92 | 6E | 0 | 24 | 34 | A | 12 | 46 | 42 |
| Octal | 345 | 222 | 156 | 0 | 44 | 64 | 12 | 22 | 106 | 102 |
| Binary | 11100101 | 10010010 | 1101110 | 0 | 100100 | 110100 | 1010 | 10010 | 1000110 | 1000010 |
Color Harmonies of #E5926E
Complementary color
Monochromatic Colors of #E5926E
Black with #E5926E
Text Example
Text Example
White with #E5926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5926E; }
p { color: rgb(229,146,110); }
H1.HeaderClassName
{
color: #E5926E;
}
.AnyTagClassName
{
color: #E5926E;
}
</style>
background-color css
<style>
a { background-color: #E5926E; }
a { background-color: rgb(229,146,110); }
div.DivClassName
{
background-color: #E5926E;
}
.BgClassName
{
background-color: #E5926E;
}
</style>
border-color css
<style>
span { border-color: #E5926E; }
span { border-color: rgb(229,146,110); }
td.TdClassName
{
border-color: #E5926E;
}
.TagClassName
{
border-color: #E5926E;
}
</style>