Shades of Flamenco #E2854B
Tints of Flamenco #E2854B
RGB
CMYK
RGB Variations
Color information
#E2854B (or 0xE2854B) is known color: Flamenco. HEX triplet: E2, 85 and 4B. RGB value is (226,133,75). Sum of RGB (Red+Green+Blue) = 226+133+75=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2854B is #1D7AB4. Grayscale: #9A9A9A. Windows color (decimal): -1931957 or 4949474. OLE color: 4949474.
HSL color Cylindrical-coordinate representation of color #E2854B: hue angle of 23.05º 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 #E2854B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 75 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.11 |
| HSL | 23.05º | 0.72% | 0.59% | - |
| HSV(B) | 23.05º | 0.67% | 0.89% | - |
| XYZ | 41.02 | 33.45 | 10.95 | - |
| YUV | 154.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 75 | 0 | 0.41 | 0.67 | 0.11 | 23.05 | 0.72 | 0.59 |
| Hex | E2 | 85 | 4B | 0 | 29 | 43 | B | 17 | 48 | 3B |
| Octal | 342 | 205 | 113 | 0 | 51 | 103 | 13 | 27 | 110 | 73 |
| Binary | 11100010 | 10000101 | 1001011 | 0 | 101001 | 1000011 | 1011 | 10111 | 1001000 | 111011 |
Color Harmonies of #E2854B
Complementary color
Monochromatic Colors of #E2854B
Black with #E2854B
Text Example
Text Example
White with #E2854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2854B; }
p { color: rgb(226,133,75); }
H1.HeaderClassName
{
color: #E2854B;
}
.AnyTagClassName
{
color: #E2854B;
}
</style>
background-color css
<style>
a { background-color: #E2854B; }
a { background-color: rgb(226,133,75); }
div.DivClassName
{
background-color: #E2854B;
}
.BgClassName
{
background-color: #E2854B;
}
</style>
border-color css
<style>
span { border-color: #E2854B; }
span { border-color: rgb(226,133,75); }
td.TdClassName
{
border-color: #E2854B;
}
.TagClassName
{
border-color: #E2854B;
}
</style>