Shades of Salmon #EF816A
Tints of Salmon #EF816A
RGB
CMYK
RGB Variations
Color information
#EF816A (or 0xEF816A) is known color: Salmon. HEX triplet: EF, 81 and 6A. RGB value is (239,129,106). Sum of RGB (Red+Green+Blue) = 239+129+106=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816A is #107E95. Grayscale: #9F9F9F. Windows color (decimal): -1080982 or 6980079. OLE color: 6980079.
HSL color Cylindrical-coordinate representation of color #EF816A: hue angle of 10.38º 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 #EF816A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 106 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.06 |
| HSL | 10.38º | 0.81% | 0.68% | - |
| HSV(B) | 10.38º | 0.56% | 0.94% | - |
| XYZ | 46.05 | 35.09 | 17.98 | - |
| YUV | 159.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 106 | 0 | 0.46 | 0.56 | 0.06 | 10.38 | 0.81 | 0.68 |
| Hex | EF | 81 | 6A | 0 | 2E | 38 | 6 | A | 51 | 44 |
| Octal | 357 | 201 | 152 | 0 | 56 | 70 | 6 | 12 | 121 | 104 |
| Binary | 11101111 | 10000001 | 1101010 | 0 | 101110 | 111000 | 110 | 1010 | 1010001 | 1000100 |
Color Harmonies of #EF816A
Complementary color
Monochromatic Colors of #EF816A
Black with #EF816A
Text Example
Text Example
White with #EF816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF816A; }
p { color: rgb(239,129,106); }
H1.HeaderClassName
{
color: #EF816A;
}
.AnyTagClassName
{
color: #EF816A;
}
</style>
background-color css
<style>
a { background-color: #EF816A; }
a { background-color: rgb(239,129,106); }
div.DivClassName
{
background-color: #EF816A;
}
.BgClassName
{
background-color: #EF816A;
}
</style>
border-color css
<style>
span { border-color: #EF816A; }
span { border-color: rgb(239,129,106); }
td.TdClassName
{
border-color: #EF816A;
}
.TagClassName
{
border-color: #EF816A;
}
</style>