Shades of Dark Salmon #EE8A6B
Tints of Dark Salmon #EE8A6B
RGB
CMYK
RGB Variations
Color information
#EE8A6B (or 0xEE8A6B) is known color: Dark Salmon. HEX triplet: EE, 8A and 6B. RGB value is (238,138,107). Sum of RGB (Red+Green+Blue) = 238+138+107=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A6B is #117594. Grayscale: #A4A4A4. Windows color (decimal): -1144213 or 7047918. OLE color: 7047918.
HSL color Cylindrical-coordinate representation of color #EE8A6B: hue angle of 14.2º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE8A6B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 107 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 14.2º | 0.79% | 0.68% | - |
| HSV(B) | 14.2º | 0.55% | 0.93% | - |
| XYZ | 47 | 37.42 | 18.65 | - |
| YUV | 164.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 107 | 0 | 0.42 | 0.55 | 0.07 | 14.2 | 0.79 | 0.68 |
| Hex | EE | 8A | 6B | 0 | 2A | 37 | 7 | E | 4F | 44 |
| Octal | 356 | 212 | 153 | 0 | 52 | 67 | 7 | 16 | 117 | 104 |
| Binary | 11101110 | 10001010 | 1101011 | 0 | 101010 | 110111 | 111 | 1110 | 1001111 | 1000100 |
Color Harmonies of #EE8A6B
Complementary color
Monochromatic Colors of #EE8A6B
Black with #EE8A6B
Text Example
Text Example
White with #EE8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A6B; }
p { color: rgb(238,138,107); }
H1.HeaderClassName
{
color: #EE8A6B;
}
.AnyTagClassName
{
color: #EE8A6B;
}
</style>
background-color css
<style>
a { background-color: #EE8A6B; }
a { background-color: rgb(238,138,107); }
div.DivClassName
{
background-color: #EE8A6B;
}
.BgClassName
{
background-color: #EE8A6B;
}
</style>
border-color css
<style>
span { border-color: #EE8A6B; }
span { border-color: rgb(238,138,107); }
td.TdClassName
{
border-color: #EE8A6B;
}
.TagClassName
{
border-color: #EE8A6B;
}
</style>