Shades of Salmon #EF8469
Tints of Salmon #EF8469
RGB
CMYK
RGB Variations
Color information
#EF8469 (or 0xEF8469) is known color: Salmon. HEX triplet: EF, 84 and 69. RGB value is (239,132,105). Sum of RGB (Red+Green+Blue) = 239+132+105=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8469 is #107B96. Grayscale: #A1A1A1. Windows color (decimal): -1080215 or 6915311. OLE color: 6915311.
HSL color Cylindrical-coordinate representation of color #EF8469: hue angle of 12.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF8469 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 105 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.06 |
| HSL | 12.09º | 0.81% | 0.67% | - |
| HSV(B) | 12.09º | 0.56% | 0.94% | - |
| XYZ | 46.4 | 35.87 | 17.84 | - |
| YUV | 160.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 105 | 0 | 0.45 | 0.56 | 0.06 | 12.09 | 0.81 | 0.67 |
| Hex | EF | 84 | 69 | 0 | 2D | 38 | 6 | C | 51 | 43 |
| Octal | 357 | 204 | 151 | 0 | 55 | 70 | 6 | 14 | 121 | 103 |
| Binary | 11101111 | 10000100 | 1101001 | 0 | 101101 | 111000 | 110 | 1100 | 1010001 | 1000011 |
Color Harmonies of #EF8469
Complementary color
Monochromatic Colors of #EF8469
Black with #EF8469
Text Example
Text Example
White with #EF8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8469; }
p { color: rgb(239,132,105); }
H1.HeaderClassName
{
color: #EF8469;
}
.AnyTagClassName
{
color: #EF8469;
}
</style>
background-color css
<style>
a { background-color: #EF8469; }
a { background-color: rgb(239,132,105); }
div.DivClassName
{
background-color: #EF8469;
}
.BgClassName
{
background-color: #EF8469;
}
</style>
border-color css
<style>
span { border-color: #EF8469; }
span { border-color: rgb(239,132,105); }
td.TdClassName
{
border-color: #EF8469;
}
.TagClassName
{
border-color: #EF8469;
}
</style>