Shades of Dark Salmon #EE907A
Tints of Dark Salmon #EE907A
RGB
CMYK
RGB Variations
Color information
#EE907A (or 0xEE907A) is known color: Dark Salmon. HEX triplet: EE, 90 and 7A. RGB value is (238,144,122). Sum of RGB (Red+Green+Blue) = 238+144+122=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907A is #116F85. Grayscale: #A9A9A9. Windows color (decimal): -1142662 or 8032494. OLE color: 8032494.
HSL color Cylindrical-coordinate representation of color #EE907A: hue angle of 11.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE907A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 122 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.07 |
| HSL | 11.38º | 0.77% | 0.71% | - |
| HSV(B) | 11.38º | 0.49% | 0.93% | - |
| XYZ | 48.75 | 39.53 | 23.47 | - |
| YUV | 169.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 122 | 0 | 0.39 | 0.49 | 0.07 | 11.38 | 0.77 | 0.71 |
| Hex | EE | 90 | 7A | 0 | 27 | 31 | 7 | B | 4D | 47 |
| Octal | 356 | 220 | 172 | 0 | 47 | 61 | 7 | 13 | 115 | 107 |
| Binary | 11101110 | 10010000 | 1111010 | 0 | 100111 | 110001 | 111 | 1011 | 1001101 | 1000111 |
Color Harmonies of #EE907A
Complementary color
Monochromatic Colors of #EE907A
Black with #EE907A
Text Example
Text Example
White with #EE907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE907A; }
p { color: rgb(238,144,122); }
H1.HeaderClassName
{
color: #EE907A;
}
.AnyTagClassName
{
color: #EE907A;
}
</style>
background-color css
<style>
a { background-color: #EE907A; }
a { background-color: rgb(238,144,122); }
div.DivClassName
{
background-color: #EE907A;
}
.BgClassName
{
background-color: #EE907A;
}
</style>
border-color css
<style>
span { border-color: #EE907A; }
span { border-color: rgb(238,144,122); }
td.TdClassName
{
border-color: #EE907A;
}
.TagClassName
{
border-color: #EE907A;
}
</style>