Shades of Dark Salmon #E09275
Tints of Dark Salmon #E09275
RGB
CMYK
RGB Variations
Color information
#E09275 (or 0xE09275) is known color: Dark Salmon. HEX triplet: E0, 92 and 75. RGB value is (224,146,117). Sum of RGB (Red+Green+Blue) = 224+146+117=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E09275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09275 is #1F6D8A. Grayscale: #A6A6A6. Windows color (decimal): -2059659 or 7705312. OLE color: 7705312.
HSL color Cylindrical-coordinate representation of color #E09275: hue angle of 16.26º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09275 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 117 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.12 |
| HSL | 16.26º | 0.63% | 0.67% | - |
| HSV(B) | 16.26º | 0.48% | 0.88% | - |
| XYZ | 44.23 | 37.69 | 21.77 | - |
| YUV | 166.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 117 | 0 | 0.35 | 0.48 | 0.12 | 16.26 | 0.63 | 0.67 |
| Hex | E0 | 92 | 75 | 0 | 23 | 30 | C | 10 | 3F | 43 |
| Octal | 340 | 222 | 165 | 0 | 43 | 60 | 14 | 20 | 77 | 103 |
| Binary | 11100000 | 10010010 | 1110101 | 0 | 100011 | 110000 | 1100 | 10000 | 111111 | 1000011 |
Color Harmonies of #E09275
Complementary color
Monochromatic Colors of #E09275
Black with #E09275
Text Example
Text Example
White with #E09275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09275; }
p { color: rgb(224,146,117); }
H1.HeaderClassName
{
color: #E09275;
}
.AnyTagClassName
{
color: #E09275;
}
</style>
background-color css
<style>
a { background-color: #E09275; }
a { background-color: rgb(224,146,117); }
div.DivClassName
{
background-color: #E09275;
}
.BgClassName
{
background-color: #E09275;
}
</style>
border-color css
<style>
span { border-color: #E09275; }
span { border-color: rgb(224,146,117); }
td.TdClassName
{
border-color: #E09275;
}
.TagClassName
{
border-color: #E09275;
}
</style>