Shades of Flamenco #E68250
Tints of Flamenco #E68250
RGB
CMYK
RGB Variations
Color information
#E68250 (or 0xE68250) is known color: Flamenco. HEX triplet: E6, 82 and 50. RGB value is (230,130,80). Sum of RGB (Red+Green+Blue) = 230+130+80=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E68250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68250 is #197DAF. Grayscale: #9A9A9A. Windows color (decimal): -1670576 or 5276390. OLE color: 5276390.
HSL color Cylindrical-coordinate representation of color #E68250: hue angle of 20º 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 #E68250 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 80 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.10 |
| HSL | 20º | 0.75% | 0.61% | - |
| HSV(B) | 20º | 0.65% | 0.9% | - |
| XYZ | 42.06 | 33.37 | 11.81 | - |
| YUV | 154.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 80 | 0 | 0.43 | 0.65 | 0.10 | 20 | 0.75 | 0.61 |
| Hex | E6 | 82 | 50 | 0 | 2B | 41 | A | 14 | 4B | 3D |
| Octal | 346 | 202 | 120 | 0 | 53 | 101 | 12 | 24 | 113 | 75 |
| Binary | 11100110 | 10000010 | 1010000 | 0 | 101011 | 1000001 | 1010 | 10100 | 1001011 | 111101 |
Color Harmonies of #E68250
Complementary color
Monochromatic Colors of #E68250
Black with #E68250
Text Example
Text Example
White with #E68250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68250; }
p { color: rgb(230,130,80); }
H1.HeaderClassName
{
color: #E68250;
}
.AnyTagClassName
{
color: #E68250;
}
</style>
background-color css
<style>
a { background-color: #E68250; }
a { background-color: rgb(230,130,80); }
div.DivClassName
{
background-color: #E68250;
}
.BgClassName
{
background-color: #E68250;
}
</style>
border-color css
<style>
span { border-color: #E68250; }
span { border-color: rgb(230,130,80); }
td.TdClassName
{
border-color: #E68250;
}
.TagClassName
{
border-color: #E68250;
}
</style>