Shades of Dark Salmon #EEA07B
Tints of Dark Salmon #EEA07B
RGB
CMYK
RGB Variations
Color information
#EEA07B (or 0xEEA07B) is known color: Dark Salmon. HEX triplet: EE, A0 and 7B. RGB value is (238,160,123). Sum of RGB (Red+Green+Blue) = 238+160+123=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA07B is #115F84. Grayscale: #B3B3B3. Windows color (decimal): -1138565 or 8102126. OLE color: 8102126.
HSL color Cylindrical-coordinate representation of color #EEA07B: hue angle of 19.3º 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 #EEA07B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 123 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.07 |
| HSL | 19.3º | 0.77% | 0.71% | - |
| HSV(B) | 19.3º | 0.48% | 0.93% | - |
| XYZ | 51.41 | 44.75 | 24.67 | - |
| YUV | 179.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 123 | 0 | 0.33 | 0.48 | 0.07 | 19.3 | 0.77 | 0.71 |
| Hex | EE | A0 | 7B | 0 | 21 | 30 | 7 | 13 | 4D | 47 |
| Octal | 356 | 240 | 173 | 0 | 41 | 60 | 7 | 23 | 115 | 107 |
| Binary | 11101110 | 10100000 | 1111011 | 0 | 100001 | 110000 | 111 | 10011 | 1001101 | 1000111 |
Color Harmonies of #EEA07B
Complementary color
Monochromatic Colors of #EEA07B
Black with #EEA07B
Text Example
Text Example
White with #EEA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA07B; }
p { color: rgb(238,160,123); }
H1.HeaderClassName
{
color: #EEA07B;
}
.AnyTagClassName
{
color: #EEA07B;
}
</style>
background-color css
<style>
a { background-color: #EEA07B; }
a { background-color: rgb(238,160,123); }
div.DivClassName
{
background-color: #EEA07B;
}
.BgClassName
{
background-color: #EEA07B;
}
</style>
border-color css
<style>
span { border-color: #EEA07B; }
span { border-color: rgb(238,160,123); }
td.TdClassName
{
border-color: #EEA07B;
}
.TagClassName
{
border-color: #EEA07B;
}
</style>