Shades of Flamingo #E86642
Tints of Flamingo #E86642
RGB
CMYK
RGB Variations
Color information
#E86642 (or 0xE86642) is known color: Flamingo. HEX triplet: E8, 66 and 42. RGB value is (232,102,66). Sum of RGB (Red+Green+Blue) = 232+102+66=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E86642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86642 is #1799BD. Grayscale: #898989. Windows color (decimal): -1546686 or 4351720. OLE color: 4351720.
HSL color Cylindrical-coordinate representation of color #E86642: hue angle of 13.01º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E86642 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 66 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.09 |
| HSL | 13.01º | 0.78% | 0.58% | - |
| HSV(B) | 13.01º | 0.72% | 0.91% | - |
| XYZ | 39.01 | 27.05 | 8.32 | - |
| YUV | 136.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 66 | 0 | 0.56 | 0.72 | 0.09 | 13.01 | 0.78 | 0.58 |
| Hex | E8 | 66 | 42 | 0 | 38 | 48 | 9 | D | 4E | 3A |
| Octal | 350 | 146 | 102 | 0 | 70 | 110 | 11 | 15 | 116 | 72 |
| Binary | 11101000 | 1100110 | 1000010 | 0 | 111000 | 1001000 | 1001 | 1101 | 1001110 | 111010 |
Color Harmonies of #E86642
Complementary color
Monochromatic Colors of #E86642
Black with #E86642
Text Example
Text Example
White with #E86642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86642; }
p { color: rgb(232,102,66); }
H1.HeaderClassName
{
color: #E86642;
}
.AnyTagClassName
{
color: #E86642;
}
</style>
background-color css
<style>
a { background-color: #E86642; }
a { background-color: rgb(232,102,66); }
div.DivClassName
{
background-color: #E86642;
}
.BgClassName
{
background-color: #E86642;
}
</style>
border-color css
<style>
span { border-color: #E86642; }
span { border-color: rgb(232,102,66); }
td.TdClassName
{
border-color: #E86642;
}
.TagClassName
{
border-color: #E86642;
}
</style>