Shades of Dark Salmon #E69B76
Tints of Dark Salmon #E69B76
RGB
CMYK
RGB Variations
Color information
#E69B76 (or 0xE69B76) is known color: Dark Salmon. HEX triplet: E6, 9B and 76. RGB value is (230,155,118). Sum of RGB (Red+Green+Blue) = 230+155+118=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B76 is #196489. Grayscale: #ADADAD. Windows color (decimal): -1664138 or 7773158. OLE color: 7773158.
HSL color Cylindrical-coordinate representation of color #E69B76: hue angle of 19.82º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69B76 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 118 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.10 |
| HSL | 19.82º | 0.69% | 0.68% | - |
| HSV(B) | 19.82º | 0.49% | 0.9% | - |
| XYZ | 47.62 | 41.57 | 22.65 | - |
| YUV | 173.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 118 | 0 | 0.33 | 0.49 | 0.10 | 19.82 | 0.69 | 0.68 |
| Hex | E6 | 9B | 76 | 0 | 21 | 31 | A | 14 | 45 | 44 |
| Octal | 346 | 233 | 166 | 0 | 41 | 61 | 12 | 24 | 105 | 104 |
| Binary | 11100110 | 10011011 | 1110110 | 0 | 100001 | 110001 | 1010 | 10100 | 1000101 | 1000100 |
Color Harmonies of #E69B76
Complementary color
Monochromatic Colors of #E69B76
Black with #E69B76
Text Example
Text Example
White with #E69B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B76; }
p { color: rgb(230,155,118); }
H1.HeaderClassName
{
color: #E69B76;
}
.AnyTagClassName
{
color: #E69B76;
}
</style>
background-color css
<style>
a { background-color: #E69B76; }
a { background-color: rgb(230,155,118); }
div.DivClassName
{
background-color: #E69B76;
}
.BgClassName
{
background-color: #E69B76;
}
</style>
border-color css
<style>
span { border-color: #E69B76; }
span { border-color: rgb(230,155,118); }
td.TdClassName
{
border-color: #E69B76;
}
.TagClassName
{
border-color: #E69B76;
}
</style>