Shades of Dark Salmon #EEA27E
Tints of Dark Salmon #EEA27E
RGB
CMYK
RGB Variations
Color information
#EEA27E (or 0xEEA27E) is known color: Dark Salmon. HEX triplet: EE, A2 and 7E. RGB value is (238,162,126). Sum of RGB (Red+Green+Blue) = 238+162+126=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA27E is #115D81. Grayscale: #B4B4B4. Windows color (decimal): -1138050 or 8299246. OLE color: 8299246.
HSL color Cylindrical-coordinate representation of color #EEA27E: hue angle of 19.29º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEA27E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 126 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.07 |
| HSL | 19.29º | 0.77% | 0.71% | - |
| HSV(B) | 19.29º | 0.47% | 0.93% | - |
| XYZ | 51.95 | 45.52 | 25.79 | - |
| YUV | 180.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 126 | 0 | 0.32 | 0.47 | 0.07 | 19.29 | 0.77 | 0.71 |
| Hex | EE | A2 | 7E | 0 | 20 | 2F | 7 | 13 | 4D | 47 |
| Octal | 356 | 242 | 176 | 0 | 40 | 57 | 7 | 23 | 115 | 107 |
| Binary | 11101110 | 10100010 | 1111110 | 0 | 100000 | 101111 | 111 | 10011 | 1001101 | 1000111 |
Color Harmonies of #EEA27E
Complementary color
Monochromatic Colors of #EEA27E
Black with #EEA27E
Text Example
Text Example
White with #EEA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA27E; }
p { color: rgb(238,162,126); }
H1.HeaderClassName
{
color: #EEA27E;
}
.AnyTagClassName
{
color: #EEA27E;
}
</style>
background-color css
<style>
a { background-color: #EEA27E; }
a { background-color: rgb(238,162,126); }
div.DivClassName
{
background-color: #EEA27E;
}
.BgClassName
{
background-color: #EEA27E;
}
</style>
border-color css
<style>
span { border-color: #EEA27E; }
span { border-color: rgb(238,162,126); }
td.TdClassName
{
border-color: #EEA27E;
}
.TagClassName
{
border-color: #EEA27E;
}
</style>