Shades of Dark Salmon #EE9A71
Tints of Dark Salmon #EE9A71
RGB
CMYK
RGB Variations
Color information
#EE9A71 (or 0xEE9A71) is known color: Dark Salmon. HEX triplet: EE, 9A and 71. RGB value is (238,154,113). Sum of RGB (Red+Green+Blue) = 238+154+113=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A71 is #11658E. Grayscale: #AEAEAE. Windows color (decimal): -1140111 or 7445230. OLE color: 7445230.
HSL color Cylindrical-coordinate representation of color #EE9A71: hue angle of 19.68º 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 #EE9A71 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 113 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.07 |
| HSL | 19.68º | 0.79% | 0.69% | - |
| HSV(B) | 19.68º | 0.53% | 0.93% | - |
| XYZ | 49.8 | 42.48 | 21.2 | - |
| YUV | 174.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 113 | 0 | 0.35 | 0.53 | 0.07 | 19.68 | 0.79 | 0.69 |
| Hex | EE | 9A | 71 | 0 | 23 | 35 | 7 | 14 | 4F | 45 |
| Octal | 356 | 232 | 161 | 0 | 43 | 65 | 7 | 24 | 117 | 105 |
| Binary | 11101110 | 10011010 | 1110001 | 0 | 100011 | 110101 | 111 | 10100 | 1001111 | 1000101 |
Color Harmonies of #EE9A71
Complementary color
Monochromatic Colors of #EE9A71
Black with #EE9A71
Text Example
Text Example
White with #EE9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A71; }
p { color: rgb(238,154,113); }
H1.HeaderClassName
{
color: #EE9A71;
}
.AnyTagClassName
{
color: #EE9A71;
}
</style>
background-color css
<style>
a { background-color: #EE9A71; }
a { background-color: rgb(238,154,113); }
div.DivClassName
{
background-color: #EE9A71;
}
.BgClassName
{
background-color: #EE9A71;
}
</style>
border-color css
<style>
span { border-color: #EE9A71; }
span { border-color: rgb(238,154,113); }
td.TdClassName
{
border-color: #EE9A71;
}
.TagClassName
{
border-color: #EE9A71;
}
</style>