Shades of Flamenco #E1884B
Tints of Flamenco #E1884B
RGB
CMYK
RGB Variations
Color information
#E1884B (or 0xE1884B) is known color: Flamenco. HEX triplet: E1, 88 and 4B. RGB value is (225,136,75). Sum of RGB (Red+Green+Blue) = 225+136+75=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1884B is #1E77B4. Grayscale: #9B9B9B. Windows color (decimal): -1996725 or 4950241. OLE color: 4950241.
HSL color Cylindrical-coordinate representation of color #E1884B: hue angle of 24.4º 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 #E1884B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 75 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.12 |
| HSL | 24.4º | 0.71% | 0.59% | - |
| HSV(B) | 24.4º | 0.67% | 0.88% | - |
| XYZ | 41.13 | 34.12 | 11.08 | - |
| YUV | 155.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 75 | 0 | 0.40 | 0.67 | 0.12 | 24.4 | 0.71 | 0.59 |
| Hex | E1 | 88 | 4B | 0 | 28 | 43 | C | 18 | 47 | 3B |
| Octal | 341 | 210 | 113 | 0 | 50 | 103 | 14 | 30 | 107 | 73 |
| Binary | 11100001 | 10001000 | 1001011 | 0 | 101000 | 1000011 | 1100 | 11000 | 1000111 | 111011 |
Color Harmonies of #E1884B
Complementary color
Monochromatic Colors of #E1884B
Black with #E1884B
Text Example
Text Example
White with #E1884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1884B; }
p { color: rgb(225,136,75); }
H1.HeaderClassName
{
color: #E1884B;
}
.AnyTagClassName
{
color: #E1884B;
}
</style>
background-color css
<style>
a { background-color: #E1884B; }
a { background-color: rgb(225,136,75); }
div.DivClassName
{
background-color: #E1884B;
}
.BgClassName
{
background-color: #E1884B;
}
</style>
border-color css
<style>
span { border-color: #E1884B; }
span { border-color: rgb(225,136,75); }
td.TdClassName
{
border-color: #E1884B;
}
.TagClassName
{
border-color: #E1884B;
}
</style>