Shades of Flamingo #E86746
Tints of Flamingo #E86746
RGB
CMYK
RGB Variations
Color information
#E86746 (or 0xE86746) is known color: Flamingo. HEX triplet: E8, 67 and 46. RGB value is (232,103,70). Sum of RGB (Red+Green+Blue) = 232+103+70=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E86746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86746 is #1798B9. Grayscale: #8A8A8A. Windows color (decimal): -1546426 or 4614120. OLE color: 4614120.
HSL color Cylindrical-coordinate representation of color #E86746: hue angle of 12.22º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E86746 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 70 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.09 |
| HSL | 12.22º | 0.78% | 0.59% | - |
| HSV(B) | 12.22º | 0.7% | 0.91% | - |
| XYZ | 39.23 | 27.3 | 9 | - |
| YUV | 137.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 70 | 0 | 0.56 | 0.70 | 0.09 | 12.22 | 0.78 | 0.59 |
| Hex | E8 | 67 | 46 | 0 | 38 | 46 | 9 | C | 4E | 3B |
| Octal | 350 | 147 | 106 | 0 | 70 | 106 | 11 | 14 | 116 | 73 |
| Binary | 11101000 | 1100111 | 1000110 | 0 | 111000 | 1000110 | 1001 | 1100 | 1001110 | 111011 |
Color Harmonies of #E86746
Complementary color
Monochromatic Colors of #E86746
Black with #E86746
Text Example
Text Example
White with #E86746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86746; }
p { color: rgb(232,103,70); }
H1.HeaderClassName
{
color: #E86746;
}
.AnyTagClassName
{
color: #E86746;
}
</style>
background-color css
<style>
a { background-color: #E86746; }
a { background-color: rgb(232,103,70); }
div.DivClassName
{
background-color: #E86746;
}
.BgClassName
{
background-color: #E86746;
}
</style>
border-color css
<style>
span { border-color: #E86746; }
span { border-color: rgb(232,103,70); }
td.TdClassName
{
border-color: #E86746;
}
.TagClassName
{
border-color: #E86746;
}
</style>