Shades of Dark Salmon #EEA37D
Tints of Dark Salmon #EEA37D
RGB
CMYK
RGB Variations
Color information
#EEA37D (or 0xEEA37D) is known color: Dark Salmon. HEX triplet: EE, A3 and 7D. RGB value is (238,163,125). Sum of RGB (Red+Green+Blue) = 238+163+125=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA37D is #115C82. Grayscale: #B5B5B5. Windows color (decimal): -1137795 or 8233966. OLE color: 8233966.
HSL color Cylindrical-coordinate representation of color #EEA37D: hue angle of 20.18º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEA37D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 125 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.07 |
| HSL | 20.18º | 0.77% | 0.71% | - |
| HSV(B) | 20.18º | 0.47% | 0.93% | - |
| XYZ | 52.06 | 45.85 | 25.51 | - |
| YUV | 181.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 125 | 0 | 0.32 | 0.47 | 0.07 | 20.18 | 0.77 | 0.71 |
| Hex | EE | A3 | 7D | 0 | 20 | 2F | 7 | 14 | 4D | 47 |
| Octal | 356 | 243 | 175 | 0 | 40 | 57 | 7 | 24 | 115 | 107 |
| Binary | 11101110 | 10100011 | 1111101 | 0 | 100000 | 101111 | 111 | 10100 | 1001101 | 1000111 |
Color Harmonies of #EEA37D
Complementary color
Monochromatic Colors of #EEA37D
Black with #EEA37D
Text Example
Text Example
White with #EEA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA37D; }
p { color: rgb(238,163,125); }
H1.HeaderClassName
{
color: #EEA37D;
}
.AnyTagClassName
{
color: #EEA37D;
}
</style>
background-color css
<style>
a { background-color: #EEA37D; }
a { background-color: rgb(238,163,125); }
div.DivClassName
{
background-color: #EEA37D;
}
.BgClassName
{
background-color: #EEA37D;
}
</style>
border-color css
<style>
span { border-color: #EEA37D; }
span { border-color: rgb(238,163,125); }
td.TdClassName
{
border-color: #EEA37D;
}
.TagClassName
{
border-color: #EEA37D;
}
</style>