Shades of Dark Salmon #EEA27B
Tints of Dark Salmon #EEA27B
RGB
CMYK
RGB Variations
Color information
#EEA27B (or 0xEEA27B) is known color: Dark Salmon. HEX triplet: EE, A2 and 7B. RGB value is (238,162,123). Sum of RGB (Red+Green+Blue) = 238+162+123=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA27B is #115D84. Grayscale: #B4B4B4. Windows color (decimal): -1138053 or 8102638. OLE color: 8102638.
HSL color Cylindrical-coordinate representation of color #EEA27B: hue angle of 20.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEA27B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 123 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.07 |
| HSL | 20.35º | 0.77% | 0.71% | - |
| HSV(B) | 20.35º | 0.48% | 0.93% | - |
| XYZ | 51.76 | 45.45 | 24.78 | - |
| YUV | 180.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 123 | 0 | 0.32 | 0.48 | 0.07 | 20.35 | 0.77 | 0.71 |
| Hex | EE | A2 | 7B | 0 | 20 | 30 | 7 | 14 | 4D | 47 |
| Octal | 356 | 242 | 173 | 0 | 40 | 60 | 7 | 24 | 115 | 107 |
| Binary | 11101110 | 10100010 | 1111011 | 0 | 100000 | 110000 | 111 | 10100 | 1001101 | 1000111 |
Color Harmonies of #EEA27B
Complementary color
Monochromatic Colors of #EEA27B
Black with #EEA27B
Text Example
Text Example
White with #EEA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA27B; }
p { color: rgb(238,162,123); }
H1.HeaderClassName
{
color: #EEA27B;
}
.AnyTagClassName
{
color: #EEA27B;
}
</style>
background-color css
<style>
a { background-color: #EEA27B; }
a { background-color: rgb(238,162,123); }
div.DivClassName
{
background-color: #EEA27B;
}
.BgClassName
{
background-color: #EEA27B;
}
</style>
border-color css
<style>
span { border-color: #EEA27B; }
span { border-color: rgb(238,162,123); }
td.TdClassName
{
border-color: #EEA27B;
}
.TagClassName
{
border-color: #EEA27B;
}
</style>