Shades of Salmon #EE8372
Tints of Salmon #EE8372
RGB
CMYK
RGB Variations
Color information
#EE8372 (or 0xEE8372) is known color: Salmon. HEX triplet: EE, 83 and 72. RGB value is (238,131,114). Sum of RGB (Red+Green+Blue) = 238+131+114=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8372 is #117C8D. Grayscale: #A1A1A1. Windows color (decimal): -1145998 or 7504878. OLE color: 7504878.
HSL color Cylindrical-coordinate representation of color #EE8372: hue angle of 8.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE8372 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 114 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.07 |
| HSL | 8.23º | 0.78% | 0.69% | - |
| HSV(B) | 8.23º | 0.52% | 0.93% | - |
| XYZ | 46.41 | 35.62 | 20.35 | - |
| YUV | 161.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 114 | 0 | 0.45 | 0.52 | 0.07 | 8.23 | 0.78 | 0.69 |
| Hex | EE | 83 | 72 | 0 | 2D | 34 | 7 | 8 | 4E | 45 |
| Octal | 356 | 203 | 162 | 0 | 55 | 64 | 7 | 10 | 116 | 105 |
| Binary | 11101110 | 10000011 | 1110010 | 0 | 101101 | 110100 | 111 | 1000 | 1001110 | 1000101 |
Color Harmonies of #EE8372
Complementary color
Monochromatic Colors of #EE8372
Black with #EE8372
Text Example
Text Example
White with #EE8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8372; }
p { color: rgb(238,131,114); }
H1.HeaderClassName
{
color: #EE8372;
}
.AnyTagClassName
{
color: #EE8372;
}
</style>
background-color css
<style>
a { background-color: #EE8372; }
a { background-color: rgb(238,131,114); }
div.DivClassName
{
background-color: #EE8372;
}
.BgClassName
{
background-color: #EE8372;
}
</style>
border-color css
<style>
span { border-color: #EE8372; }
span { border-color: rgb(238,131,114); }
td.TdClassName
{
border-color: #EE8372;
}
.TagClassName
{
border-color: #EE8372;
}
</style>