Shades of Dark Salmon #ED9168
Tints of Dark Salmon #ED9168
RGB
CMYK
RGB Variations
Color information
#ED9168 (or 0xED9168) is known color: Dark Salmon. HEX triplet: ED, 91 and 68. RGB value is (237,145,104). Sum of RGB (Red+Green+Blue) = 237+145+104=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9168 is #126E97. Grayscale: #A8A8A8. Windows color (decimal): -1207960 or 6853101. OLE color: 6853101.
HSL color Cylindrical-coordinate representation of color #ED9168: hue angle of 18.5º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED9168 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 104 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.07 |
| HSL | 18.5º | 0.79% | 0.67% | - |
| HSV(B) | 18.5º | 0.56% | 0.93% | - |
| XYZ | 47.55 | 39.25 | 18.17 | - |
| YUV | 167.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 104 | 0 | 0.39 | 0.56 | 0.07 | 18.5 | 0.79 | 0.67 |
| Hex | ED | 91 | 68 | 0 | 27 | 38 | 7 | 12 | 4F | 43 |
| Octal | 355 | 221 | 150 | 0 | 47 | 70 | 7 | 22 | 117 | 103 |
| Binary | 11101101 | 10010001 | 1101000 | 0 | 100111 | 111000 | 111 | 10010 | 1001111 | 1000011 |
Color Harmonies of #ED9168
Complementary color
Monochromatic Colors of #ED9168
Black with #ED9168
Text Example
Text Example
White with #ED9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9168; }
p { color: rgb(237,145,104); }
H1.HeaderClassName
{
color: #ED9168;
}
.AnyTagClassName
{
color: #ED9168;
}
</style>
background-color css
<style>
a { background-color: #ED9168; }
a { background-color: rgb(237,145,104); }
div.DivClassName
{
background-color: #ED9168;
}
.BgClassName
{
background-color: #ED9168;
}
</style>
border-color css
<style>
span { border-color: #ED9168; }
span { border-color: rgb(237,145,104); }
td.TdClassName
{
border-color: #ED9168;
}
.TagClassName
{
border-color: #ED9168;
}
</style>