Shades of Dark Salmon #EEA279
Tints of Dark Salmon #EEA279
RGB
CMYK
RGB Variations
Color information
#EEA279 (or 0xEEA279) is known color: Dark Salmon. HEX triplet: EE, A2 and 79. RGB value is (238,162,121). Sum of RGB (Red+Green+Blue) = 238+162+121=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA279 is #115D86. Grayscale: #B4B4B4. Windows color (decimal): -1138055 or 7971566. OLE color: 7971566.
HSL color Cylindrical-coordinate representation of color #EEA279: hue angle of 21.03º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEA279 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 121 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 21.03º | 0.77% | 0.7% | - |
| HSV(B) | 21.03º | 0.49% | 0.93% | - |
| XYZ | 51.63 | 45.4 | 24.13 | - |
| YUV | 180.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 121 | 0 | 0.32 | 0.49 | 0.07 | 21.03 | 0.77 | 0.7 |
| Hex | EE | A2 | 79 | 0 | 20 | 31 | 7 | 15 | 4D | 46 |
| Octal | 356 | 242 | 171 | 0 | 40 | 61 | 7 | 25 | 115 | 106 |
| Binary | 11101110 | 10100010 | 1111001 | 0 | 100000 | 110001 | 111 | 10101 | 1001101 | 1000110 |
Color Harmonies of #EEA279
Complementary color
Monochromatic Colors of #EEA279
Black with #EEA279
Text Example
Text Example
White with #EEA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA279; }
p { color: rgb(238,162,121); }
H1.HeaderClassName
{
color: #EEA279;
}
.AnyTagClassName
{
color: #EEA279;
}
</style>
background-color css
<style>
a { background-color: #EEA279; }
a { background-color: rgb(238,162,121); }
div.DivClassName
{
background-color: #EEA279;
}
.BgClassName
{
background-color: #EEA279;
}
</style>
border-color css
<style>
span { border-color: #EEA279; }
span { border-color: rgb(238,162,121); }
td.TdClassName
{
border-color: #EEA279;
}
.TagClassName
{
border-color: #EEA279;
}
</style>