Shades of Flamenco #E1884A
Tints of Flamenco #E1884A
RGB
CMYK
RGB Variations
Color information
#E1884A (or 0xE1884A) is known color: Flamenco. HEX triplet: E1, 88 and 4A. RGB value is (225,136,74). Sum of RGB (Red+Green+Blue) = 225+136+74=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1884A is #1E77B5. Grayscale: #9B9B9B. Windows color (decimal): -1996726 or 4884705. OLE color: 4884705.
HSL color Cylindrical-coordinate representation of color #E1884A: hue angle of 24.64º degrees, saturation: 0.72, 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 #E1884A is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 74 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.12 |
| HSL | 24.64º | 0.72% | 0.59% | - |
| HSV(B) | 24.64º | 0.67% | 0.88% | - |
| XYZ | 41.09 | 34.11 | 10.9 | - |
| YUV | 155.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 74 | 0 | 0.40 | 0.67 | 0.12 | 24.64 | 0.72 | 0.59 |
| Hex | E1 | 88 | 4A | 0 | 28 | 43 | C | 19 | 48 | 3B |
| Octal | 341 | 210 | 112 | 0 | 50 | 103 | 14 | 31 | 110 | 73 |
| Binary | 11100001 | 10001000 | 1001010 | 0 | 101000 | 1000011 | 1100 | 11001 | 1001000 | 111011 |
Color Harmonies of #E1884A
Complementary color
Monochromatic Colors of #E1884A
Black with #E1884A
Text Example
Text Example
White with #E1884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1884A; }
p { color: rgb(225,136,74); }
H1.HeaderClassName
{
color: #E1884A;
}
.AnyTagClassName
{
color: #E1884A;
}
</style>
background-color css
<style>
a { background-color: #E1884A; }
a { background-color: rgb(225,136,74); }
div.DivClassName
{
background-color: #E1884A;
}
.BgClassName
{
background-color: #E1884A;
}
</style>
border-color css
<style>
span { border-color: #E1884A; }
span { border-color: rgb(225,136,74); }
td.TdClassName
{
border-color: #E1884A;
}
.TagClassName
{
border-color: #E1884A;
}
</style>