Shades of Flamingo #E76642
Tints of Flamingo #E76642
RGB
CMYK
RGB Variations
Color information
#E76642 (or 0xE76642) is known color: Flamingo. HEX triplet: E7, 66 and 42. RGB value is (231,102,66). Sum of RGB (Red+Green+Blue) = 231+102+66=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76642 is #1899BD. Grayscale: #888888. Windows color (decimal): -1612222 or 4351719. OLE color: 4351719.
HSL color Cylindrical-coordinate representation of color #E76642: hue angle of 13.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76642 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 66 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.09 |
| HSL | 13.09º | 0.77% | 0.58% | - |
| HSV(B) | 13.09º | 0.71% | 0.91% | - |
| XYZ | 38.69 | 26.89 | 8.3 | - |
| YUV | 136.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 66 | 0 | 0.56 | 0.71 | 0.09 | 13.09 | 0.77 | 0.58 |
| Hex | E7 | 66 | 42 | 0 | 38 | 47 | 9 | D | 4D | 3A |
| Octal | 347 | 146 | 102 | 0 | 70 | 107 | 11 | 15 | 115 | 72 |
| Binary | 11100111 | 1100110 | 1000010 | 0 | 111000 | 1000111 | 1001 | 1101 | 1001101 | 111010 |
Color Harmonies of #E76642
Complementary color
Monochromatic Colors of #E76642
Black with #E76642
Text Example
Text Example
White with #E76642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76642; }
p { color: rgb(231,102,66); }
H1.HeaderClassName
{
color: #E76642;
}
.AnyTagClassName
{
color: #E76642;
}
</style>
background-color css
<style>
a { background-color: #E76642; }
a { background-color: rgb(231,102,66); }
div.DivClassName
{
background-color: #E76642;
}
.BgClassName
{
background-color: #E76642;
}
</style>
border-color css
<style>
span { border-color: #E76642; }
span { border-color: rgb(231,102,66); }
td.TdClassName
{
border-color: #E76642;
}
.TagClassName
{
border-color: #E76642;
}
</style>