Shades of Flamenco #E68548
Tints of Flamenco #E68548
RGB
CMYK
RGB Variations
Color information
#E68548 (or 0xE68548) is known color: Flamenco. HEX triplet: E6, 85 and 48. RGB value is (230,133,72). Sum of RGB (Red+Green+Blue) = 230+133+72=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E68548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68548 is #197AB7. Grayscale: #9B9B9B. Windows color (decimal): -1669816 or 4752870. OLE color: 4752870.
HSL color Cylindrical-coordinate representation of color #E68548: hue angle of 23.16º 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 #E68548 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 72 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.10 |
| HSL | 23.16º | 0.76% | 0.59% | - |
| HSV(B) | 23.16º | 0.69% | 0.9% | - |
| XYZ | 42.19 | 34.07 | 10.48 | - |
| YUV | 155.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 72 | 0 | 0.42 | 0.69 | 0.10 | 23.16 | 0.76 | 0.59 |
| Hex | E6 | 85 | 48 | 0 | 2A | 45 | A | 17 | 4C | 3B |
| Octal | 346 | 205 | 110 | 0 | 52 | 105 | 12 | 27 | 114 | 73 |
| Binary | 11100110 | 10000101 | 1001000 | 0 | 101010 | 1000101 | 1010 | 10111 | 1001100 | 111011 |
Color Harmonies of #E68548
Complementary color
Monochromatic Colors of #E68548
Black with #E68548
Text Example
Text Example
White with #E68548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68548; }
p { color: rgb(230,133,72); }
H1.HeaderClassName
{
color: #E68548;
}
.AnyTagClassName
{
color: #E68548;
}
</style>
background-color css
<style>
a { background-color: #E68548; }
a { background-color: rgb(230,133,72); }
div.DivClassName
{
background-color: #E68548;
}
.BgClassName
{
background-color: #E68548;
}
</style>
border-color css
<style>
span { border-color: #E68548; }
span { border-color: rgb(230,133,72); }
td.TdClassName
{
border-color: #E68548;
}
.TagClassName
{
border-color: #E68548;
}
</style>