Shades of Dark Salmon #EEA27D
Tints of Dark Salmon #EEA27D
RGB
CMYK
RGB Variations
Color information
#EEA27D (or 0xEEA27D) is known color: Dark Salmon. HEX triplet: EE, A2 and 7D. RGB value is (238,162,125). Sum of RGB (Red+Green+Blue) = 238+162+125=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA27D is #115D82. Grayscale: #B4B4B4. Windows color (decimal): -1138051 or 8233710. OLE color: 8233710.
HSL color Cylindrical-coordinate representation of color #EEA27D: hue angle of 19.65º 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 #EEA27D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 125 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.07 |
| HSL | 19.65º | 0.77% | 0.71% | - |
| HSV(B) | 19.65º | 0.47% | 0.93% | - |
| XYZ | 51.88 | 45.5 | 25.45 | - |
| YUV | 180.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 125 | 0 | 0.32 | 0.47 | 0.07 | 19.65 | 0.77 | 0.71 |
| Hex | EE | A2 | 7D | 0 | 20 | 2F | 7 | 14 | 4D | 47 |
| Octal | 356 | 242 | 175 | 0 | 40 | 57 | 7 | 24 | 115 | 107 |
| Binary | 11101110 | 10100010 | 1111101 | 0 | 100000 | 101111 | 111 | 10100 | 1001101 | 1000111 |
Color Harmonies of #EEA27D
Complementary color
Monochromatic Colors of #EEA27D
Black with #EEA27D
Text Example
Text Example
White with #EEA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA27D; }
p { color: rgb(238,162,125); }
H1.HeaderClassName
{
color: #EEA27D;
}
.AnyTagClassName
{
color: #EEA27D;
}
</style>
background-color css
<style>
a { background-color: #EEA27D; }
a { background-color: rgb(238,162,125); }
div.DivClassName
{
background-color: #EEA27D;
}
.BgClassName
{
background-color: #EEA27D;
}
</style>
border-color css
<style>
span { border-color: #EEA27D; }
span { border-color: rgb(238,162,125); }
td.TdClassName
{
border-color: #EEA27D;
}
.TagClassName
{
border-color: #EEA27D;
}
</style>