Shades of Dark Salmon #EE916A
Tints of Dark Salmon #EE916A
RGB
CMYK
RGB Variations
Color information
#EE916A (or 0xEE916A) is known color: Dark Salmon. HEX triplet: EE, 91 and 6A. RGB value is (238,145,106). Sum of RGB (Red+Green+Blue) = 238+145+106=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE916A is #116E95. Grayscale: #A8A8A8. Windows color (decimal): -1142422 or 6984174. OLE color: 6984174.
HSL color Cylindrical-coordinate representation of color #EE916A: hue angle of 17.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE916A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 106 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.73º | 0.8% | 0.67% | - |
| HSV(B) | 17.73º | 0.55% | 0.93% | - |
| XYZ | 47.99 | 39.47 | 18.72 | - |
| YUV | 168.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 106 | 0 | 0.39 | 0.55 | 0.07 | 17.73 | 0.8 | 0.67 |
| Hex | EE | 91 | 6A | 0 | 27 | 37 | 7 | 12 | 50 | 43 |
| Octal | 356 | 221 | 152 | 0 | 47 | 67 | 7 | 22 | 120 | 103 |
| Binary | 11101110 | 10010001 | 1101010 | 0 | 100111 | 110111 | 111 | 10010 | 1010000 | 1000011 |
Color Harmonies of #EE916A
Complementary color
Monochromatic Colors of #EE916A
Black with #EE916A
Text Example
Text Example
White with #EE916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE916A; }
p { color: rgb(238,145,106); }
H1.HeaderClassName
{
color: #EE916A;
}
.AnyTagClassName
{
color: #EE916A;
}
</style>
background-color css
<style>
a { background-color: #EE916A; }
a { background-color: rgb(238,145,106); }
div.DivClassName
{
background-color: #EE916A;
}
.BgClassName
{
background-color: #EE916A;
}
</style>
border-color css
<style>
span { border-color: #EE916A; }
span { border-color: rgb(238,145,106); }
td.TdClassName
{
border-color: #EE916A;
}
.TagClassName
{
border-color: #EE916A;
}
</style>