Shades of Salmon #EF836A
Tints of Salmon #EF836A
RGB
CMYK
RGB Variations
Color information
#EF836A (or 0xEF836A) is known color: Salmon. HEX triplet: EF, 83 and 6A. RGB value is (239,131,106). Sum of RGB (Red+Green+Blue) = 239+131+106=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF836A is #107C95. Grayscale: #A0A0A0. Windows color (decimal): -1080470 or 6980591. OLE color: 6980591.
HSL color Cylindrical-coordinate representation of color #EF836A: hue angle of 11.28º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF836A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 106 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.06 |
| HSL | 11.28º | 0.81% | 0.68% | - |
| HSV(B) | 11.28º | 0.56% | 0.94% | - |
| XYZ | 46.31 | 35.62 | 18.07 | - |
| YUV | 160.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 106 | 0 | 0.45 | 0.56 | 0.06 | 11.28 | 0.81 | 0.68 |
| Hex | EF | 83 | 6A | 0 | 2D | 38 | 6 | B | 51 | 44 |
| Octal | 357 | 203 | 152 | 0 | 55 | 70 | 6 | 13 | 121 | 104 |
| Binary | 11101111 | 10000011 | 1101010 | 0 | 101101 | 111000 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #EF836A
Complementary color
Monochromatic Colors of #EF836A
Black with #EF836A
Text Example
Text Example
White with #EF836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF836A; }
p { color: rgb(239,131,106); }
H1.HeaderClassName
{
color: #EF836A;
}
.AnyTagClassName
{
color: #EF836A;
}
</style>
background-color css
<style>
a { background-color: #EF836A; }
a { background-color: rgb(239,131,106); }
div.DivClassName
{
background-color: #EF836A;
}
.BgClassName
{
background-color: #EF836A;
}
</style>
border-color css
<style>
span { border-color: #EF836A; }
span { border-color: rgb(239,131,106); }
td.TdClassName
{
border-color: #EF836A;
}
.TagClassName
{
border-color: #EF836A;
}
</style>