Shades of Dark Salmon #E09A7B
Tints of Dark Salmon #E09A7B
RGB
CMYK
RGB Variations
Color information
#E09A7B (or 0xE09A7B) is known color: Dark Salmon. HEX triplet: E0, 9A and 7B. RGB value is (224,154,123). Sum of RGB (Red+Green+Blue) = 224+154+123=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A7B is #1F6584. Grayscale: #ABABAB. Windows color (decimal): -2057605 or 8100576. OLE color: 8100576.
HSL color Cylindrical-coordinate representation of color #E09A7B: hue angle of 18.42º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E09A7B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 123 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.12 |
| HSL | 18.42º | 0.62% | 0.68% | - |
| HSV(B) | 18.42º | 0.45% | 0.88% | - |
| XYZ | 45.87 | 40.39 | 24.12 | - |
| YUV | 171.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 123 | 0 | 0.31 | 0.45 | 0.12 | 18.42 | 0.62 | 0.68 |
| Hex | E0 | 9A | 7B | 0 | 1F | 2D | C | 12 | 3E | 44 |
| Octal | 340 | 232 | 173 | 0 | 37 | 55 | 14 | 22 | 76 | 104 |
| Binary | 11100000 | 10011010 | 1111011 | 0 | 11111 | 101101 | 1100 | 10010 | 111110 | 1000100 |
Color Harmonies of #E09A7B
Complementary color
Monochromatic Colors of #E09A7B
Black with #E09A7B
Text Example
Text Example
White with #E09A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A7B; }
p { color: rgb(224,154,123); }
H1.HeaderClassName
{
color: #E09A7B;
}
.AnyTagClassName
{
color: #E09A7B;
}
</style>
background-color css
<style>
a { background-color: #E09A7B; }
a { background-color: rgb(224,154,123); }
div.DivClassName
{
background-color: #E09A7B;
}
.BgClassName
{
background-color: #E09A7B;
}
</style>
border-color css
<style>
span { border-color: #E09A7B; }
span { border-color: rgb(224,154,123); }
td.TdClassName
{
border-color: #E09A7B;
}
.TagClassName
{
border-color: #E09A7B;
}
</style>