Shades of Dark Salmon #EE9069
Tints of Dark Salmon #EE9069
RGB
CMYK
RGB Variations
Color information
#EE9069 (or 0xEE9069) is known color: Dark Salmon. HEX triplet: EE, 90 and 69. RGB value is (238,144,105). Sum of RGB (Red+Green+Blue) = 238+144+105=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9069 is #116F96. Grayscale: #A7A7A7. Windows color (decimal): -1142679 or 6918382. OLE color: 6918382.
HSL color Cylindrical-coordinate representation of color #EE9069: hue angle of 17.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE9069 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 105 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.07 |
| HSL | 17.59º | 0.8% | 0.67% | - |
| HSV(B) | 17.59º | 0.56% | 0.93% | - |
| XYZ | 47.78 | 39.14 | 18.4 | - |
| YUV | 167.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 105 | 0 | 0.39 | 0.56 | 0.07 | 17.59 | 0.8 | 0.67 |
| Hex | EE | 90 | 69 | 0 | 27 | 38 | 7 | 12 | 50 | 43 |
| Octal | 356 | 220 | 151 | 0 | 47 | 70 | 7 | 22 | 120 | 103 |
| Binary | 11101110 | 10010000 | 1101001 | 0 | 100111 | 111000 | 111 | 10010 | 1010000 | 1000011 |
Color Harmonies of #EE9069
Complementary color
Monochromatic Colors of #EE9069
Black with #EE9069
Text Example
Text Example
White with #EE9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9069; }
p { color: rgb(238,144,105); }
H1.HeaderClassName
{
color: #EE9069;
}
.AnyTagClassName
{
color: #EE9069;
}
</style>
background-color css
<style>
a { background-color: #EE9069; }
a { background-color: rgb(238,144,105); }
div.DivClassName
{
background-color: #EE9069;
}
.BgClassName
{
background-color: #EE9069;
}
</style>
border-color css
<style>
span { border-color: #EE9069; }
span { border-color: rgb(238,144,105); }
td.TdClassName
{
border-color: #EE9069;
}
.TagClassName
{
border-color: #EE9069;
}
</style>