Shades of Salmon #EF7E67
Tints of Salmon #EF7E67
RGB
CMYK
RGB Variations
Color information
#EF7E67 (or 0xEF7E67) is known color: Salmon. HEX triplet: EF, 7E and 67. RGB value is (239,126,103). Sum of RGB (Red+Green+Blue) = 239+126+103=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E67 is #108198. Grayscale: #9D9D9D. Windows color (decimal): -1081753 or 6782703. OLE color: 6782703.
HSL color Cylindrical-coordinate representation of color #EF7E67: hue angle of 10.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7E67 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 103 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.06 |
| HSL | 10.15º | 0.81% | 0.67% | - |
| HSV(B) | 10.15º | 0.57% | 0.94% | - |
| XYZ | 45.51 | 34.25 | 17.04 | - |
| YUV | 157.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 103 | 0 | 0.47 | 0.57 | 0.06 | 10.15 | 0.81 | 0.67 |
| Hex | EF | 7E | 67 | 0 | 2F | 39 | 6 | A | 51 | 43 |
| Octal | 357 | 176 | 147 | 0 | 57 | 71 | 6 | 12 | 121 | 103 |
| Binary | 11101111 | 1111110 | 1100111 | 0 | 101111 | 111001 | 110 | 1010 | 1010001 | 1000011 |
Color Harmonies of #EF7E67
Complementary color
Monochromatic Colors of #EF7E67
Black with #EF7E67
Text Example
Text Example
White with #EF7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E67; }
p { color: rgb(239,126,103); }
H1.HeaderClassName
{
color: #EF7E67;
}
.AnyTagClassName
{
color: #EF7E67;
}
</style>
background-color css
<style>
a { background-color: #EF7E67; }
a { background-color: rgb(239,126,103); }
div.DivClassName
{
background-color: #EF7E67;
}
.BgClassName
{
background-color: #EF7E67;
}
</style>
border-color css
<style>
span { border-color: #EF7E67; }
span { border-color: rgb(239,126,103); }
td.TdClassName
{
border-color: #EF7E67;
}
.TagClassName
{
border-color: #EF7E67;
}
</style>