Shades of Flamenco #E68048
Tints of Flamenco #E68048
RGB
CMYK
RGB Variations
Color information
#E68048 (or 0xE68048) is known color: Flamenco. HEX triplet: E6, 80 and 48. RGB value is (230,128,72). Sum of RGB (Red+Green+Blue) = 230+128+72=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68048 is #197FB7. Grayscale: #989898. Windows color (decimal): -1671096 or 4751590. OLE color: 4751590.
HSL color Cylindrical-coordinate representation of color #E68048: hue angle of 21.27º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E68048 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 72 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.10 |
| HSL | 21.27º | 0.76% | 0.59% | - |
| HSV(B) | 21.27º | 0.69% | 0.9% | - |
| XYZ | 41.52 | 32.73 | 10.26 | - |
| YUV | 152.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 72 | 0 | 0.44 | 0.69 | 0.10 | 21.27 | 0.76 | 0.59 |
| Hex | E6 | 80 | 48 | 0 | 2C | 45 | A | 15 | 4C | 3B |
| Octal | 346 | 200 | 110 | 0 | 54 | 105 | 12 | 25 | 114 | 73 |
| Binary | 11100110 | 10000000 | 1001000 | 0 | 101100 | 1000101 | 1010 | 10101 | 1001100 | 111011 |
Color Harmonies of #E68048
Complementary color
Monochromatic Colors of #E68048
Black with #E68048
Text Example
Text Example
White with #E68048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68048; }
p { color: rgb(230,128,72); }
H1.HeaderClassName
{
color: #E68048;
}
.AnyTagClassName
{
color: #E68048;
}
</style>
background-color css
<style>
a { background-color: #E68048; }
a { background-color: rgb(230,128,72); }
div.DivClassName
{
background-color: #E68048;
}
.BgClassName
{
background-color: #E68048;
}
</style>
border-color css
<style>
span { border-color: #E68048; }
span { border-color: rgb(230,128,72); }
td.TdClassName
{
border-color: #E68048;
}
.TagClassName
{
border-color: #E68048;
}
</style>