Shades of Dark Salmon #EBA27D
Tints of Dark Salmon #EBA27D
RGB
CMYK
RGB Variations
Color information
#EBA27D (or 0xEBA27D) is known color: Dark Salmon. HEX triplet: EB, A2 and 7D. RGB value is (235,162,125). Sum of RGB (Red+Green+Blue) = 235+162+125=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA27D is #145D82. Grayscale: #B3B3B3. Windows color (decimal): -1334659 or 8233707. OLE color: 8233707.
HSL color Cylindrical-coordinate representation of color #EBA27D: hue angle of 20.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBA27D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 125 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.08 |
| HSL | 20.18º | 0.73% | 0.71% | - |
| HSV(B) | 20.18º | 0.47% | 0.92% | - |
| XYZ | 50.88 | 44.98 | 25.4 | - |
| YUV | 179.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 125 | 0 | 0.31 | 0.47 | 0.08 | 20.18 | 0.73 | 0.71 |
| Hex | EB | A2 | 7D | 0 | 1F | 2F | 8 | 14 | 49 | 47 |
| Octal | 353 | 242 | 175 | 0 | 37 | 57 | 10 | 24 | 111 | 107 |
| Binary | 11101011 | 10100010 | 1111101 | 0 | 11111 | 101111 | 1000 | 10100 | 1001001 | 1000111 |
Color Harmonies of #EBA27D
Complementary color
Monochromatic Colors of #EBA27D
Black with #EBA27D
Text Example
Text Example
White with #EBA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA27D; }
p { color: rgb(235,162,125); }
H1.HeaderClassName
{
color: #EBA27D;
}
.AnyTagClassName
{
color: #EBA27D;
}
</style>
background-color css
<style>
a { background-color: #EBA27D; }
a { background-color: rgb(235,162,125); }
div.DivClassName
{
background-color: #EBA27D;
}
.BgClassName
{
background-color: #EBA27D;
}
</style>
border-color css
<style>
span { border-color: #EBA27D; }
span { border-color: rgb(235,162,125); }
td.TdClassName
{
border-color: #EBA27D;
}
.TagClassName
{
border-color: #EBA27D;
}
</style>