Shades of Flamenco #E5854A
Tints of Flamenco #E5854A
RGB
CMYK
RGB Variations
Color information
#E5854A (or 0xE5854A) is known color: Flamenco. HEX triplet: E5, 85 and 4A. RGB value is (229,133,74). Sum of RGB (Red+Green+Blue) = 229+133+74=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5854A is #1A7AB5. Grayscale: #9B9B9B. Windows color (decimal): -1735350 or 4883941. OLE color: 4883941.
HSL color Cylindrical-coordinate representation of color #E5854A: hue angle of 22.84º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5854A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 74 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.10 |
| HSL | 22.84º | 0.75% | 0.59% | - |
| HSV(B) | 22.84º | 0.68% | 0.9% | - |
| XYZ | 41.94 | 33.93 | 10.82 | - |
| YUV | 154.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 74 | 0 | 0.42 | 0.68 | 0.10 | 22.84 | 0.75 | 0.59 |
| Hex | E5 | 85 | 4A | 0 | 2A | 44 | A | 17 | 4B | 3B |
| Octal | 345 | 205 | 112 | 0 | 52 | 104 | 12 | 27 | 113 | 73 |
| Binary | 11100101 | 10000101 | 1001010 | 0 | 101010 | 1000100 | 1010 | 10111 | 1001011 | 111011 |
Color Harmonies of #E5854A
Complementary color
Monochromatic Colors of #E5854A
Black with #E5854A
Text Example
Text Example
White with #E5854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5854A; }
p { color: rgb(229,133,74); }
H1.HeaderClassName
{
color: #E5854A;
}
.AnyTagClassName
{
color: #E5854A;
}
</style>
background-color css
<style>
a { background-color: #E5854A; }
a { background-color: rgb(229,133,74); }
div.DivClassName
{
background-color: #E5854A;
}
.BgClassName
{
background-color: #E5854A;
}
</style>
border-color css
<style>
span { border-color: #E5854A; }
span { border-color: rgb(229,133,74); }
td.TdClassName
{
border-color: #E5854A;
}
.TagClassName
{
border-color: #E5854A;
}
</style>