Shades of Dark Salmon #EFA27A
Tints of Dark Salmon #EFA27A
RGB
CMYK
RGB Variations
Color information
#EFA27A (or 0xEFA27A) is known color: Dark Salmon. HEX triplet: EF, A2 and 7A. RGB value is (239,162,122). Sum of RGB (Red+Green+Blue) = 239+162+122=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA27A is #105D85. Grayscale: #B4B4B4. Windows color (decimal): -1072518 or 8037103. OLE color: 8037103.
HSL color Cylindrical-coordinate representation of color #EFA27A: hue angle of 20.51º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFA27A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 122 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.06 |
| HSL | 20.51º | 0.79% | 0.71% | - |
| HSV(B) | 20.51º | 0.49% | 0.94% | - |
| XYZ | 52.03 | 45.6 | 24.47 | - |
| YUV | 180.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 122 | 0 | 0.32 | 0.49 | 0.06 | 20.51 | 0.79 | 0.71 |
| Hex | EF | A2 | 7A | 0 | 20 | 31 | 6 | 15 | 4F | 47 |
| Octal | 357 | 242 | 172 | 0 | 40 | 61 | 6 | 25 | 117 | 107 |
| Binary | 11101111 | 10100010 | 1111010 | 0 | 100000 | 110001 | 110 | 10101 | 1001111 | 1000111 |
Color Harmonies of #EFA27A
Complementary color
Monochromatic Colors of #EFA27A
Black with #EFA27A
Text Example
Text Example
White with #EFA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA27A; }
p { color: rgb(239,162,122); }
H1.HeaderClassName
{
color: #EFA27A;
}
.AnyTagClassName
{
color: #EFA27A;
}
</style>
background-color css
<style>
a { background-color: #EFA27A; }
a { background-color: rgb(239,162,122); }
div.DivClassName
{
background-color: #EFA27A;
}
.BgClassName
{
background-color: #EFA27A;
}
</style>
border-color css
<style>
span { border-color: #EFA27A; }
span { border-color: rgb(239,162,122); }
td.TdClassName
{
border-color: #EFA27A;
}
.TagClassName
{
border-color: #EFA27A;
}
</style>