Shades of Salmon #EE7F66
Tints of Salmon #EE7F66
RGB
CMYK
RGB Variations
Color information
#EE7F66 (or 0xEE7F66) is known color: Salmon. HEX triplet: EE, 7F and 66. RGB value is (238,127,102). Sum of RGB (Red+Green+Blue) = 238+127+102=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F66 is #118099. Grayscale: #9D9D9D. Windows color (decimal): -1147034 or 6717422. OLE color: 6717422.
HSL color Cylindrical-coordinate representation of color #EE7F66: hue angle of 11.03º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE7F66 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 102 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.07 |
| HSL | 11.03º | 0.8% | 0.67% | - |
| HSV(B) | 11.03º | 0.57% | 0.93% | - |
| XYZ | 45.25 | 34.32 | 16.81 | - |
| YUV | 157.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 102 | 0 | 0.47 | 0.57 | 0.07 | 11.03 | 0.8 | 0.67 |
| Hex | EE | 7F | 66 | 0 | 2F | 39 | 7 | B | 50 | 43 |
| Octal | 356 | 177 | 146 | 0 | 57 | 71 | 7 | 13 | 120 | 103 |
| Binary | 11101110 | 1111111 | 1100110 | 0 | 101111 | 111001 | 111 | 1011 | 1010000 | 1000011 |
Color Harmonies of #EE7F66
Complementary color
Monochromatic Colors of #EE7F66
Black with #EE7F66
Text Example
Text Example
White with #EE7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F66; }
p { color: rgb(238,127,102); }
H1.HeaderClassName
{
color: #EE7F66;
}
.AnyTagClassName
{
color: #EE7F66;
}
</style>
background-color css
<style>
a { background-color: #EE7F66; }
a { background-color: rgb(238,127,102); }
div.DivClassName
{
background-color: #EE7F66;
}
.BgClassName
{
background-color: #EE7F66;
}
</style>
border-color css
<style>
span { border-color: #EE7F66; }
span { border-color: rgb(238,127,102); }
td.TdClassName
{
border-color: #EE7F66;
}
.TagClassName
{
border-color: #EE7F66;
}
</style>