Shades of Flamenco #E2884A
Tints of Flamenco #E2884A
RGB
CMYK
RGB Variations
Color information
#E2884A (or 0xE2884A) is known color: Flamenco. HEX triplet: E2, 88 and 4A. RGB value is (226,136,74). Sum of RGB (Red+Green+Blue) = 226+136+74=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2884A is #1D77B5. Grayscale: #9C9C9C. Windows color (decimal): -1931190 or 4884706. OLE color: 4884706.
HSL color Cylindrical-coordinate representation of color #E2884A: hue angle of 24.47º 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 #E2884A is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 74 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.11 |
| HSL | 24.47º | 0.72% | 0.59% | - |
| HSV(B) | 24.47º | 0.67% | 0.89% | - |
| XYZ | 41.4 | 34.27 | 10.91 | - |
| YUV | 155.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 74 | 0 | 0.40 | 0.67 | 0.11 | 24.47 | 0.72 | 0.59 |
| Hex | E2 | 88 | 4A | 0 | 28 | 43 | B | 18 | 48 | 3B |
| Octal | 342 | 210 | 112 | 0 | 50 | 103 | 13 | 30 | 110 | 73 |
| Binary | 11100010 | 10001000 | 1001010 | 0 | 101000 | 1000011 | 1011 | 11000 | 1001000 | 111011 |
Color Harmonies of #E2884A
Complementary color
Monochromatic Colors of #E2884A
Black with #E2884A
Text Example
Text Example
White with #E2884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2884A; }
p { color: rgb(226,136,74); }
H1.HeaderClassName
{
color: #E2884A;
}
.AnyTagClassName
{
color: #E2884A;
}
</style>
background-color css
<style>
a { background-color: #E2884A; }
a { background-color: rgb(226,136,74); }
div.DivClassName
{
background-color: #E2884A;
}
.BgClassName
{
background-color: #E2884A;
}
</style>
border-color css
<style>
span { border-color: #E2884A; }
span { border-color: rgb(226,136,74); }
td.TdClassName
{
border-color: #E2884A;
}
.TagClassName
{
border-color: #E2884A;
}
</style>