Shades of Salmon #EE7F67
Tints of Salmon #EE7F67
RGB
CMYK
RGB Variations
Color information
#EE7F67 (or 0xEE7F67) is known color: Salmon. HEX triplet: EE, 7F and 67. RGB value is (238,127,103). Sum of RGB (Red+Green+Blue) = 238+127+103=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F67 is #118098. Grayscale: #9D9D9D. Windows color (decimal): -1147033 or 6782958. OLE color: 6782958.
HSL color Cylindrical-coordinate representation of color #EE7F67: hue angle of 10.67º 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 #EE7F67 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 103 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.07 |
| HSL | 10.67º | 0.8% | 0.67% | - |
| HSV(B) | 10.67º | 0.57% | 0.93% | - |
| XYZ | 45.3 | 34.34 | 17.07 | - |
| YUV | 157.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 103 | 0 | 0.47 | 0.57 | 0.07 | 10.67 | 0.8 | 0.67 |
| Hex | EE | 7F | 67 | 0 | 2F | 39 | 7 | B | 50 | 43 |
| Octal | 356 | 177 | 147 | 0 | 57 | 71 | 7 | 13 | 120 | 103 |
| Binary | 11101110 | 1111111 | 1100111 | 0 | 101111 | 111001 | 111 | 1011 | 1010000 | 1000011 |
Color Harmonies of #EE7F67
Complementary color
Monochromatic Colors of #EE7F67
Black with #EE7F67
Text Example
Text Example
White with #EE7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F67; }
p { color: rgb(238,127,103); }
H1.HeaderClassName
{
color: #EE7F67;
}
.AnyTagClassName
{
color: #EE7F67;
}
</style>
background-color css
<style>
a { background-color: #EE7F67; }
a { background-color: rgb(238,127,103); }
div.DivClassName
{
background-color: #EE7F67;
}
.BgClassName
{
background-color: #EE7F67;
}
</style>
border-color css
<style>
span { border-color: #EE7F67; }
span { border-color: rgb(238,127,103); }
td.TdClassName
{
border-color: #EE7F67;
}
.TagClassName
{
border-color: #EE7F67;
}
</style>