Shades of Salmon #EE8165
Tints of Salmon #EE8165
RGB
CMYK
RGB Variations
Color information
#EE8165 (or 0xEE8165) is known color: Salmon. HEX triplet: EE, 81 and 65. RGB value is (238,129,101). Sum of RGB (Red+Green+Blue) = 238+129+101=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8165 is #117E9A. Grayscale: #9E9E9E. Windows color (decimal): -1146523 or 6652398. OLE color: 6652398.
HSL color Cylindrical-coordinate representation of color #EE8165: hue angle of 12.26º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE8165 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 101 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 12.26º | 0.8% | 0.66% | - |
| HSV(B) | 12.26º | 0.58% | 0.93% | - |
| XYZ | 45.46 | 34.82 | 16.64 | - |
| YUV | 158.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 101 | 0 | 0.46 | 0.58 | 0.07 | 12.26 | 0.8 | 0.66 |
| Hex | EE | 81 | 65 | 0 | 2E | 3A | 7 | C | 50 | 42 |
| Octal | 356 | 201 | 145 | 0 | 56 | 72 | 7 | 14 | 120 | 102 |
| Binary | 11101110 | 10000001 | 1100101 | 0 | 101110 | 111010 | 111 | 1100 | 1010000 | 1000010 |
Color Harmonies of #EE8165
Complementary color
Monochromatic Colors of #EE8165
Black with #EE8165
Text Example
Text Example
White with #EE8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8165; }
p { color: rgb(238,129,101); }
H1.HeaderClassName
{
color: #EE8165;
}
.AnyTagClassName
{
color: #EE8165;
}
</style>
background-color css
<style>
a { background-color: #EE8165; }
a { background-color: rgb(238,129,101); }
div.DivClassName
{
background-color: #EE8165;
}
.BgClassName
{
background-color: #EE8165;
}
</style>
border-color css
<style>
span { border-color: #EE8165; }
span { border-color: rgb(238,129,101); }
td.TdClassName
{
border-color: #EE8165;
}
.TagClassName
{
border-color: #EE8165;
}
</style>