Shades of Dark Salmon #ED926A
Tints of Dark Salmon #ED926A
RGB
CMYK
RGB Variations
Color information
#ED926A (or 0xED926A) is known color: Dark Salmon. HEX triplet: ED, 92 and 6A. RGB value is (237,146,106). Sum of RGB (Red+Green+Blue) = 237+146+106=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED926A is #126D95. Grayscale: #A8A8A8. Windows color (decimal): -1207702 or 6984429. OLE color: 6984429.
HSL color Cylindrical-coordinate representation of color #ED926A: hue angle of 18.32º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED926A is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 106 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.07 |
| HSL | 18.32º | 0.78% | 0.67% | - |
| HSV(B) | 18.32º | 0.55% | 0.93% | - |
| XYZ | 47.81 | 39.6 | 18.76 | - |
| YUV | 168.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 106 | 0 | 0.38 | 0.55 | 0.07 | 18.32 | 0.78 | 0.67 |
| Hex | ED | 92 | 6A | 0 | 26 | 37 | 7 | 12 | 4E | 43 |
| Octal | 355 | 222 | 152 | 0 | 46 | 67 | 7 | 22 | 116 | 103 |
| Binary | 11101101 | 10010010 | 1101010 | 0 | 100110 | 110111 | 111 | 10010 | 1001110 | 1000011 |
Color Harmonies of #ED926A
Complementary color
Monochromatic Colors of #ED926A
Black with #ED926A
Text Example
Text Example
White with #ED926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED926A; }
p { color: rgb(237,146,106); }
H1.HeaderClassName
{
color: #ED926A;
}
.AnyTagClassName
{
color: #ED926A;
}
</style>
background-color css
<style>
a { background-color: #ED926A; }
a { background-color: rgb(237,146,106); }
div.DivClassName
{
background-color: #ED926A;
}
.BgClassName
{
background-color: #ED926A;
}
</style>
border-color css
<style>
span { border-color: #ED926A; }
span { border-color: rgb(237,146,106); }
td.TdClassName
{
border-color: #ED926A;
}
.TagClassName
{
border-color: #ED926A;
}
</style>