Shades of Dark Salmon #E4966F
Tints of Dark Salmon #E4966F
RGB
CMYK
RGB Variations
Color information
#E4966F (or 0xE4966F) is known color: Dark Salmon. HEX triplet: E4, 96 and 6F. RGB value is (228,150,111). Sum of RGB (Red+Green+Blue) = 228+150+111=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E4966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4966F is #1B6990. Grayscale: #A9A9A9. Windows color (decimal): -1796497 or 7313124. OLE color: 7313124.
HSL color Cylindrical-coordinate representation of color #E4966F: hue angle of 20º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4966F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 111 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.11 |
| HSL | 20º | 0.68% | 0.66% | - |
| HSV(B) | 20º | 0.51% | 0.89% | - |
| XYZ | 45.77 | 39.45 | 20.24 | - |
| YUV | 168.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 111 | 0 | 0.34 | 0.51 | 0.11 | 20 | 0.68 | 0.66 |
| Hex | E4 | 96 | 6F | 0 | 22 | 33 | B | 14 | 44 | 42 |
| Octal | 344 | 226 | 157 | 0 | 42 | 63 | 13 | 24 | 104 | 102 |
| Binary | 11100100 | 10010110 | 1101111 | 0 | 100010 | 110011 | 1011 | 10100 | 1000100 | 1000010 |
Color Harmonies of #E4966F
Complementary color
Monochromatic Colors of #E4966F
Black with #E4966F
Text Example
Text Example
White with #E4966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4966F; }
p { color: rgb(228,150,111); }
H1.HeaderClassName
{
color: #E4966F;
}
.AnyTagClassName
{
color: #E4966F;
}
</style>
background-color css
<style>
a { background-color: #E4966F; }
a { background-color: rgb(228,150,111); }
div.DivClassName
{
background-color: #E4966F;
}
.BgClassName
{
background-color: #E4966F;
}
</style>
border-color css
<style>
span { border-color: #E4966F; }
span { border-color: rgb(228,150,111); }
td.TdClassName
{
border-color: #E4966F;
}
.TagClassName
{
border-color: #E4966F;
}
</style>