Shades of DarkSalmon #E9967A
Tints of DarkSalmon #E9967A
RGB
CMYK
RGB Variations
Color information
#E9967A (or 0xE9967A) is known color: DarkSalmon. HEX triplet: E9, 96 and 7A. RGB value is (233,150,122). Sum of RGB (Red+Green+Blue) = 233+150+122=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9967A is #166985. Grayscale: #ABABAB. Windows color (decimal): -1468806 or 8034025. OLE color: 8034025.
HSL color Cylindrical-coordinate representation of color #E9967A: hue angle of 15.14º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9967A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 150 | 122 | - |
CMYK | 0 | 0.36 | 0.48 | 0.09 |
HSL | 15.14º | 0.72% | 0.7% | - |
HSV(B) | 15.14º | 0.48% | 0.91% | - |
XYZ | 48.02 | 40.54 | 23.71 | - |
YUV | 171.63 | 100 | 171.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 150 | 122 | 0 | 0.36 | 0.48 | 0.09 | 15.14 | 0.72 | 0.7 |
Hex | E9 | 96 | 7A | 0 | 24 | 30 | 9 | F | 48 | 46 |
Octal | 351 | 226 | 172 | 0 | 44 | 60 | 11 | 17 | 110 | 106 |
Binary | 11101001 | 10010110 | 1111010 | 0 | 100100 | 110000 | 1001 | 1111 | 1001000 | 1000110 |
Color Harmonies of #E9967A
Complementary color
Monochromatic Colors of #E9967A
Black with #E9967A
Text Example
Text Example
White with #E9967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9967A; }
p { color: rgb(233,150,122); }
H1.HeaderClassName
{
color: #E9967A;
}
.AnyTagClassName
{
color: #E9967A;
}
</style>
background-color css
<style>
a { background-color: #E9967A; }
a { background-color: rgb(233,150,122); }
div.DivClassName
{
background-color: #E9967A;
}
.BgClassName
{
background-color: #E9967A;
}
</style>
border-color css
<style>
span { border-color: #E9967A; }
span { border-color: rgb(233,150,122); }
td.TdClassName
{
border-color: #E9967A;
}
.TagClassName
{
border-color: #E9967A;
}
</style>