Shades of Flamenco #E68150
Tints of Flamenco #E68150
RGB
CMYK
RGB Variations
Color information
#E68150 (or 0xE68150) is known color: Flamenco. HEX triplet: E6, 81 and 50. RGB value is (230,129,80). Sum of RGB (Red+Green+Blue) = 230+129+80=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E68150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68150 is #197EAF. Grayscale: #999999. Windows color (decimal): -1670832 or 5276134. OLE color: 5276134.
HSL color Cylindrical-coordinate representation of color #E68150: hue angle of 19.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E68150 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 80 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.10 |
| HSL | 19.6º | 0.75% | 0.61% | - |
| HSV(B) | 19.6º | 0.65% | 0.9% | - |
| XYZ | 41.93 | 33.1 | 11.77 | - |
| YUV | 153.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 80 | 0 | 0.44 | 0.65 | 0.10 | 19.6 | 0.75 | 0.61 |
| Hex | E6 | 81 | 50 | 0 | 2C | 41 | A | 14 | 4B | 3D |
| Octal | 346 | 201 | 120 | 0 | 54 | 101 | 12 | 24 | 113 | 75 |
| Binary | 11100110 | 10000001 | 1010000 | 0 | 101100 | 1000001 | 1010 | 10100 | 1001011 | 111101 |
Color Harmonies of #E68150
Complementary color
Monochromatic Colors of #E68150
Black with #E68150
Text Example
Text Example
White with #E68150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68150; }
p { color: rgb(230,129,80); }
H1.HeaderClassName
{
color: #E68150;
}
.AnyTagClassName
{
color: #E68150;
}
</style>
background-color css
<style>
a { background-color: #E68150; }
a { background-color: rgb(230,129,80); }
div.DivClassName
{
background-color: #E68150;
}
.BgClassName
{
background-color: #E68150;
}
</style>
border-color css
<style>
span { border-color: #E68150; }
span { border-color: rgb(230,129,80); }
td.TdClassName
{
border-color: #E68150;
}
.TagClassName
{
border-color: #E68150;
}
</style>