Shades of Dark Salmon #EEA27A
Tints of Dark Salmon #EEA27A
RGB
CMYK
RGB Variations
Color information
#EEA27A (or 0xEEA27A) is known color: Dark Salmon. HEX triplet: EE, A2 and 7A. RGB value is (238,162,122). Sum of RGB (Red+Green+Blue) = 238+162+122=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA27A is #115D85. Grayscale: #B4B4B4. Windows color (decimal): -1138054 or 8037102. OLE color: 8037102.
HSL color Cylindrical-coordinate representation of color #EEA27A: hue angle of 20.69º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEA27A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 122 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 20.69º | 0.77% | 0.71% | - |
| HSV(B) | 20.69º | 0.49% | 0.93% | - |
| XYZ | 51.69 | 45.42 | 24.46 | - |
| YUV | 180.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 122 | 0 | 0.32 | 0.49 | 0.07 | 20.69 | 0.77 | 0.71 |
| Hex | EE | A2 | 7A | 0 | 20 | 31 | 7 | 15 | 4D | 47 |
| Octal | 356 | 242 | 172 | 0 | 40 | 61 | 7 | 25 | 115 | 107 |
| Binary | 11101110 | 10100010 | 1111010 | 0 | 100000 | 110001 | 111 | 10101 | 1001101 | 1000111 |
Color Harmonies of #EEA27A
Complementary color
Monochromatic Colors of #EEA27A
Black with #EEA27A
Text Example
Text Example
White with #EEA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA27A; }
p { color: rgb(238,162,122); }
H1.HeaderClassName
{
color: #EEA27A;
}
.AnyTagClassName
{
color: #EEA27A;
}
</style>
background-color css
<style>
a { background-color: #EEA27A; }
a { background-color: rgb(238,162,122); }
div.DivClassName
{
background-color: #EEA27A;
}
.BgClassName
{
background-color: #EEA27A;
}
</style>
border-color css
<style>
span { border-color: #EEA27A; }
span { border-color: rgb(238,162,122); }
td.TdClassName
{
border-color: #EEA27A;
}
.TagClassName
{
border-color: #EEA27A;
}
</style>