Shades of Salmon #EE8474
Tints of Salmon #EE8474
RGB
CMYK
RGB Variations
Color information
#EE8474 (or 0xEE8474) is known color: Salmon. HEX triplet: EE, 84 and 74. RGB value is (238,132,116). Sum of RGB (Red+Green+Blue) = 238+132+116=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8474 is #117B8B. Grayscale: #A2A2A2. Windows color (decimal): -1145740 or 7636206. OLE color: 7636206.
HSL color Cylindrical-coordinate representation of color #EE8474: hue angle of 7.87º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8474 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 116 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.07 |
| HSL | 7.87º | 0.78% | 0.69% | - |
| HSV(B) | 7.87º | 0.51% | 0.93% | - |
| XYZ | 46.66 | 35.94 | 21 | - |
| YUV | 161.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 116 | 0 | 0.45 | 0.51 | 0.07 | 7.87 | 0.78 | 0.69 |
| Hex | EE | 84 | 74 | 0 | 2D | 33 | 7 | 8 | 4E | 45 |
| Octal | 356 | 204 | 164 | 0 | 55 | 63 | 7 | 10 | 116 | 105 |
| Binary | 11101110 | 10000100 | 1110100 | 0 | 101101 | 110011 | 111 | 1000 | 1001110 | 1000101 |
Color Harmonies of #EE8474
Complementary color
Monochromatic Colors of #EE8474
Black with #EE8474
Text Example
Text Example
White with #EE8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8474; }
p { color: rgb(238,132,116); }
H1.HeaderClassName
{
color: #EE8474;
}
.AnyTagClassName
{
color: #EE8474;
}
</style>
background-color css
<style>
a { background-color: #EE8474; }
a { background-color: rgb(238,132,116); }
div.DivClassName
{
background-color: #EE8474;
}
.BgClassName
{
background-color: #EE8474;
}
</style>
border-color css
<style>
span { border-color: #EE8474; }
span { border-color: rgb(238,132,116); }
td.TdClassName
{
border-color: #EE8474;
}
.TagClassName
{
border-color: #EE8474;
}
</style>