Shades of Salmon #EE816A
Tints of Salmon #EE816A
RGB
CMYK
RGB Variations
Color information
#EE816A (or 0xEE816A) is known color: Salmon. HEX triplet: EE, 81 and 6A. RGB value is (238,129,106). Sum of RGB (Red+Green+Blue) = 238+129+106=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE816A is #117E95. Grayscale: #9F9F9F. Windows color (decimal): -1146518 or 6980078. OLE color: 6980078.
HSL color Cylindrical-coordinate representation of color #EE816A: hue angle of 10.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE816A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 106 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.07 |
| HSL | 10.45º | 0.8% | 0.67% | - |
| HSV(B) | 10.45º | 0.55% | 0.93% | - |
| XYZ | 45.71 | 34.92 | 17.97 | - |
| YUV | 158.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 106 | 0 | 0.46 | 0.55 | 0.07 | 10.45 | 0.8 | 0.67 |
| Hex | EE | 81 | 6A | 0 | 2E | 37 | 7 | A | 50 | 43 |
| Octal | 356 | 201 | 152 | 0 | 56 | 67 | 7 | 12 | 120 | 103 |
| Binary | 11101110 | 10000001 | 1101010 | 0 | 101110 | 110111 | 111 | 1010 | 1010000 | 1000011 |
Color Harmonies of #EE816A
Complementary color
Monochromatic Colors of #EE816A
Black with #EE816A
Text Example
Text Example
White with #EE816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE816A; }
p { color: rgb(238,129,106); }
H1.HeaderClassName
{
color: #EE816A;
}
.AnyTagClassName
{
color: #EE816A;
}
</style>
background-color css
<style>
a { background-color: #EE816A; }
a { background-color: rgb(238,129,106); }
div.DivClassName
{
background-color: #EE816A;
}
.BgClassName
{
background-color: #EE816A;
}
</style>
border-color css
<style>
span { border-color: #EE816A; }
span { border-color: rgb(238,129,106); }
td.TdClassName
{
border-color: #EE816A;
}
.TagClassName
{
border-color: #EE816A;
}
</style>