Shades of Dark Salmon #EE8C7B
Tints of Dark Salmon #EE8C7B
RGB
CMYK
RGB Variations
Color information
#EE8C7B (or 0xEE8C7B) is known color: Dark Salmon. HEX triplet: EE, 8C and 7B. RGB value is (238,140,123). Sum of RGB (Red+Green+Blue) = 238+140+123=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C7B is #117384. Grayscale: #A7A7A7. Windows color (decimal): -1143685 or 8097006. OLE color: 8097006.
HSL color Cylindrical-coordinate representation of color #EE8C7B: hue angle of 8.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE8C7B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 140 | 123 | - |
CMYK | 0 | 0.41 | 0.48 | 0.07 |
HSL | 8.87º | 0.77% | 0.71% | - |
HSV(B) | 8.87º | 0.48% | 0.93% | - |
XYZ | 48.21 | 38.36 | 23.6 | - |
YUV | 167.36 | 102.97 | 178.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 140 | 123 | 0 | 0.41 | 0.48 | 0.07 | 8.87 | 0.77 | 0.71 |
Hex | EE | 8C | 7B | 0 | 29 | 30 | 7 | 9 | 4D | 47 |
Octal | 356 | 214 | 173 | 0 | 51 | 60 | 7 | 11 | 115 | 107 |
Binary | 11101110 | 10001100 | 1111011 | 0 | 101001 | 110000 | 111 | 1001 | 1001101 | 1000111 |
Color Harmonies of #EE8C7B
Complementary color
Monochromatic Colors of #EE8C7B
Black with #EE8C7B
Text Example
Text Example
White with #EE8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C7B; }
p { color: rgb(238,140,123); }
H1.HeaderClassName
{
color: #EE8C7B;
}
.AnyTagClassName
{
color: #EE8C7B;
}
</style>
background-color css
<style>
a { background-color: #EE8C7B; }
a { background-color: rgb(238,140,123); }
div.DivClassName
{
background-color: #EE8C7B;
}
.BgClassName
{
background-color: #EE8C7B;
}
</style>
border-color css
<style>
span { border-color: #EE8C7B; }
span { border-color: rgb(238,140,123); }
td.TdClassName
{
border-color: #EE8C7B;
}
.TagClassName
{
border-color: #EE8C7B;
}
</style>