Shades of Flamenco #E1864B
Tints of Flamenco #E1864B
RGB
CMYK
RGB Variations
Color information
#E1864B (or 0xE1864B) is known color: Flamenco. HEX triplet: E1, 86 and 4B. RGB value is (225,134,75). Sum of RGB (Red+Green+Blue) = 225+134+75=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1864B is #1E79B4. Grayscale: #9A9A9A. Windows color (decimal): -1997237 or 4949729. OLE color: 4949729.
HSL color Cylindrical-coordinate representation of color #E1864B: hue angle of 23.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1864B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 75 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.12 |
| HSL | 23.6º | 0.71% | 0.59% | - |
| HSV(B) | 23.6º | 0.67% | 0.88% | - |
| XYZ | 40.85 | 33.57 | 10.98 | - |
| YUV | 154.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 75 | 0 | 0.40 | 0.67 | 0.12 | 23.6 | 0.71 | 0.59 |
| Hex | E1 | 86 | 4B | 0 | 28 | 43 | C | 18 | 47 | 3B |
| Octal | 341 | 206 | 113 | 0 | 50 | 103 | 14 | 30 | 107 | 73 |
| Binary | 11100001 | 10000110 | 1001011 | 0 | 101000 | 1000011 | 1100 | 11000 | 1000111 | 111011 |
Color Harmonies of #E1864B
Complementary color
Monochromatic Colors of #E1864B
Black with #E1864B
Text Example
Text Example
White with #E1864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1864B; }
p { color: rgb(225,134,75); }
H1.HeaderClassName
{
color: #E1864B;
}
.AnyTagClassName
{
color: #E1864B;
}
</style>
background-color css
<style>
a { background-color: #E1864B; }
a { background-color: rgb(225,134,75); }
div.DivClassName
{
background-color: #E1864B;
}
.BgClassName
{
background-color: #E1864B;
}
</style>
border-color css
<style>
span { border-color: #E1864B; }
span { border-color: rgb(225,134,75); }
td.TdClassName
{
border-color: #E1864B;
}
.TagClassName
{
border-color: #E1864B;
}
</style>