Shades of Dark Salmon #EEA075
Tints of Dark Salmon #EEA075
RGB
CMYK
RGB Variations
Color information
#EEA075 (or 0xEEA075) is known color: Dark Salmon. HEX triplet: EE, A0 and 75. RGB value is (238,160,117). Sum of RGB (Red+Green+Blue) = 238+160+117=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA075 is #115F8A. Grayscale: #B2B2B2. Windows color (decimal): -1138571 or 7708910. OLE color: 7708910.
HSL color Cylindrical-coordinate representation of color #EEA075: hue angle of 21.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA075 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 117 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.07 |
| HSL | 21.32º | 0.78% | 0.7% | - |
| HSV(B) | 21.32º | 0.51% | 0.93% | - |
| XYZ | 51.04 | 44.6 | 22.75 | - |
| YUV | 178.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 117 | 0 | 0.33 | 0.51 | 0.07 | 21.32 | 0.78 | 0.7 |
| Hex | EE | A0 | 75 | 0 | 21 | 33 | 7 | 15 | 4E | 46 |
| Octal | 356 | 240 | 165 | 0 | 41 | 63 | 7 | 25 | 116 | 106 |
| Binary | 11101110 | 10100000 | 1110101 | 0 | 100001 | 110011 | 111 | 10101 | 1001110 | 1000110 |
Color Harmonies of #EEA075
Complementary color
Monochromatic Colors of #EEA075
Black with #EEA075
Text Example
Text Example
White with #EEA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA075; }
p { color: rgb(238,160,117); }
H1.HeaderClassName
{
color: #EEA075;
}
.AnyTagClassName
{
color: #EEA075;
}
</style>
background-color css
<style>
a { background-color: #EEA075; }
a { background-color: rgb(238,160,117); }
div.DivClassName
{
background-color: #EEA075;
}
.BgClassName
{
background-color: #EEA075;
}
</style>
border-color css
<style>
span { border-color: #EEA075; }
span { border-color: rgb(238,160,117); }
td.TdClassName
{
border-color: #EEA075;
}
.TagClassName
{
border-color: #EEA075;
}
</style>