Shades of Dark Salmon #EE8A70
Tints of Dark Salmon #EE8A70
RGB
CMYK
RGB Variations
Color information
#EE8A70 (or 0xEE8A70) is known color: Dark Salmon. HEX triplet: EE, 8A and 70. RGB value is (238,138,112). Sum of RGB (Red+Green+Blue) = 238+138+112=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A70 is #11758F. Grayscale: #A5A5A5. Windows color (decimal): -1144208 or 7375598. OLE color: 7375598.
HSL color Cylindrical-coordinate representation of color #EE8A70: hue angle of 12.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8A70 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 112 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.07 |
| HSL | 12.38º | 0.79% | 0.69% | - |
| HSV(B) | 12.38º | 0.53% | 0.93% | - |
| XYZ | 47.27 | 37.52 | 20.08 | - |
| YUV | 164.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 112 | 0 | 0.42 | 0.53 | 0.07 | 12.38 | 0.79 | 0.69 |
| Hex | EE | 8A | 70 | 0 | 2A | 35 | 7 | C | 4F | 45 |
| Octal | 356 | 212 | 160 | 0 | 52 | 65 | 7 | 14 | 117 | 105 |
| Binary | 11101110 | 10001010 | 1110000 | 0 | 101010 | 110101 | 111 | 1100 | 1001111 | 1000101 |
Color Harmonies of #EE8A70
Complementary color
Monochromatic Colors of #EE8A70
Black with #EE8A70
Text Example
Text Example
White with #EE8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A70; }
p { color: rgb(238,138,112); }
H1.HeaderClassName
{
color: #EE8A70;
}
.AnyTagClassName
{
color: #EE8A70;
}
</style>
background-color css
<style>
a { background-color: #EE8A70; }
a { background-color: rgb(238,138,112); }
div.DivClassName
{
background-color: #EE8A70;
}
.BgClassName
{
background-color: #EE8A70;
}
</style>
border-color css
<style>
span { border-color: #EE8A70; }
span { border-color: rgb(238,138,112); }
td.TdClassName
{
border-color: #EE8A70;
}
.TagClassName
{
border-color: #EE8A70;
}
</style>