Shades of Flamenco #E2854A
Tints of Flamenco #E2854A
RGB
CMYK
RGB Variations
Color information
#E2854A (or 0xE2854A) is known color: Flamenco. HEX triplet: E2, 85 and 4A. RGB value is (226,133,74). Sum of RGB (Red+Green+Blue) = 226+133+74=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2854A is #1D7AB5. Grayscale: #9A9A9A. Windows color (decimal): -1931958 or 4883938. OLE color: 4883938.
HSL color Cylindrical-coordinate representation of color #E2854A: hue angle of 23.29º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2854A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 74 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.11 |
| HSL | 23.29º | 0.72% | 0.59% | - |
| HSV(B) | 23.29º | 0.67% | 0.89% | - |
| XYZ | 40.99 | 33.44 | 10.77 | - |
| YUV | 154.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 74 | 0 | 0.41 | 0.67 | 0.11 | 23.29 | 0.72 | 0.59 |
| Hex | E2 | 85 | 4A | 0 | 29 | 43 | B | 17 | 48 | 3B |
| Octal | 342 | 205 | 112 | 0 | 51 | 103 | 13 | 27 | 110 | 73 |
| Binary | 11100010 | 10000101 | 1001010 | 0 | 101001 | 1000011 | 1011 | 10111 | 1001000 | 111011 |
Color Harmonies of #E2854A
Complementary color
Monochromatic Colors of #E2854A
Black with #E2854A
Text Example
Text Example
White with #E2854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2854A; }
p { color: rgb(226,133,74); }
H1.HeaderClassName
{
color: #E2854A;
}
.AnyTagClassName
{
color: #E2854A;
}
</style>
background-color css
<style>
a { background-color: #E2854A; }
a { background-color: rgb(226,133,74); }
div.DivClassName
{
background-color: #E2854A;
}
.BgClassName
{
background-color: #E2854A;
}
</style>
border-color css
<style>
span { border-color: #E2854A; }
span { border-color: rgb(226,133,74); }
td.TdClassName
{
border-color: #E2854A;
}
.TagClassName
{
border-color: #E2854A;
}
</style>