Shades of Dark Salmon #E69682
Tints of Dark Salmon #E69682
RGB
CMYK
RGB Variations
Color information
#E69682 (or 0xE69682) is known color: Dark Salmon. HEX triplet: E6, 96 and 82. RGB value is (230,150,130). Sum of RGB (Red+Green+Blue) = 230+150+130=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E69682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69682 is #19697D. Grayscale: #ABABAB. Windows color (decimal): -1665406 or 8558310. OLE color: 8558310.
HSL color Cylindrical-coordinate representation of color #E69682: hue angle of 12º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69682 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 130 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.10 |
| HSL | 12º | 0.67% | 0.71% | - |
| HSV(B) | 12º | 0.43% | 0.9% | - |
| XYZ | 47.57 | 40.25 | 26.38 | - |
| YUV | 171.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 130 | 0 | 0.35 | 0.43 | 0.10 | 12 | 0.67 | 0.71 |
| Hex | E6 | 96 | 82 | 0 | 23 | 2B | A | C | 43 | 47 |
| Octal | 346 | 226 | 202 | 0 | 43 | 53 | 12 | 14 | 103 | 107 |
| Binary | 11100110 | 10010110 | 10000010 | 0 | 100011 | 101011 | 1010 | 1100 | 1000011 | 1000111 |
Color Harmonies of #E69682
Complementary color
Monochromatic Colors of #E69682
Black with #E69682
Text Example
Text Example
White with #E69682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69682; }
p { color: rgb(230,150,130); }
H1.HeaderClassName
{
color: #E69682;
}
.AnyTagClassName
{
color: #E69682;
}
</style>
background-color css
<style>
a { background-color: #E69682; }
a { background-color: rgb(230,150,130); }
div.DivClassName
{
background-color: #E69682;
}
.BgClassName
{
background-color: #E69682;
}
</style>
border-color css
<style>
span { border-color: #E69682; }
span { border-color: rgb(230,150,130); }
td.TdClassName
{
border-color: #E69682;
}
.TagClassName
{
border-color: #E69682;
}
</style>