Shades of Dark Salmon #EE8C6A
Tints of Dark Salmon #EE8C6A
RGB
CMYK
RGB Variations
Color information
#EE8C6A (or 0xEE8C6A) is known color: Dark Salmon. HEX triplet: EE, 8C and 6A. RGB value is (238,140,106). Sum of RGB (Red+Green+Blue) = 238+140+106=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C6A is #117395. Grayscale: #A5A5A5. Windows color (decimal): -1143702 or 6982894. OLE color: 6982894.
HSL color Cylindrical-coordinate representation of color #EE8C6A: hue angle of 15.45º 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 #EE8C6A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 106 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.07 |
| HSL | 15.45º | 0.8% | 0.67% | - |
| HSV(B) | 15.45º | 0.55% | 0.93% | - |
| XYZ | 47.24 | 37.97 | 18.48 | - |
| YUV | 165.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 106 | 0 | 0.41 | 0.55 | 0.07 | 15.45 | 0.8 | 0.67 |
| Hex | EE | 8C | 6A | 0 | 29 | 37 | 7 | F | 50 | 43 |
| Octal | 356 | 214 | 152 | 0 | 51 | 67 | 7 | 17 | 120 | 103 |
| Binary | 11101110 | 10001100 | 1101010 | 0 | 101001 | 110111 | 111 | 1111 | 1010000 | 1000011 |
Color Harmonies of #EE8C6A
Complementary color
Monochromatic Colors of #EE8C6A
Black with #EE8C6A
Text Example
Text Example
White with #EE8C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C6A; }
p { color: rgb(238,140,106); }
H1.HeaderClassName
{
color: #EE8C6A;
}
.AnyTagClassName
{
color: #EE8C6A;
}
</style>
background-color css
<style>
a { background-color: #EE8C6A; }
a { background-color: rgb(238,140,106); }
div.DivClassName
{
background-color: #EE8C6A;
}
.BgClassName
{
background-color: #EE8C6A;
}
</style>
border-color css
<style>
span { border-color: #EE8C6A; }
span { border-color: rgb(238,140,106); }
td.TdClassName
{
border-color: #EE8C6A;
}
.TagClassName
{
border-color: #EE8C6A;
}
</style>