Shades of Dark Salmon #EE926A
Tints of Dark Salmon #EE926A
RGB
CMYK
RGB Variations
Color information
#EE926A (or 0xEE926A) is known color: Dark Salmon. HEX triplet: EE, 92 and 6A. RGB value is (238,146,106). Sum of RGB (Red+Green+Blue) = 238+146+106=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE926A is #116D95. Grayscale: #A9A9A9. Windows color (decimal): -1142166 or 6984430. OLE color: 6984430.
HSL color Cylindrical-coordinate representation of color #EE926A: hue angle of 18.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE926A is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 106 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 18.18º | 0.8% | 0.67% | - |
| HSV(B) | 18.18º | 0.55% | 0.93% | - |
| XYZ | 48.14 | 39.78 | 18.78 | - |
| YUV | 168.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 106 | 0 | 0.39 | 0.55 | 0.07 | 18.18 | 0.8 | 0.67 |
| Hex | EE | 92 | 6A | 0 | 27 | 37 | 7 | 12 | 50 | 43 |
| Octal | 356 | 222 | 152 | 0 | 47 | 67 | 7 | 22 | 120 | 103 |
| Binary | 11101110 | 10010010 | 1101010 | 0 | 100111 | 110111 | 111 | 10010 | 1010000 | 1000011 |
Color Harmonies of #EE926A
Complementary color
Monochromatic Colors of #EE926A
Black with #EE926A
Text Example
Text Example
White with #EE926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE926A; }
p { color: rgb(238,146,106); }
H1.HeaderClassName
{
color: #EE926A;
}
.AnyTagClassName
{
color: #EE926A;
}
</style>
background-color css
<style>
a { background-color: #EE926A; }
a { background-color: rgb(238,146,106); }
div.DivClassName
{
background-color: #EE926A;
}
.BgClassName
{
background-color: #EE926A;
}
</style>
border-color css
<style>
span { border-color: #EE926A; }
span { border-color: rgb(238,146,106); }
td.TdClassName
{
border-color: #EE926A;
}
.TagClassName
{
border-color: #EE926A;
}
</style>