Shades of Flamenco #E4864A
Tints of Flamenco #E4864A
RGB
CMYK
RGB Variations
Color information
#E4864A (or 0xE4864A) is known color: Flamenco. HEX triplet: E4, 86 and 4A. RGB value is (228,134,74). Sum of RGB (Red+Green+Blue) = 228+134+74=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E4864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4864A is #1B79B5. Grayscale: #9B9B9B. Windows color (decimal): -1800630 or 4884196. OLE color: 4884196.
HSL color Cylindrical-coordinate representation of color #E4864A: hue angle of 23.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4864A is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 74 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.11 |
| HSL | 23.38º | 0.74% | 0.59% | - |
| HSV(B) | 23.38º | 0.68% | 0.89% | - |
| XYZ | 41.76 | 34.04 | 10.85 | - |
| YUV | 155.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 74 | 0 | 0.41 | 0.68 | 0.11 | 23.38 | 0.74 | 0.59 |
| Hex | E4 | 86 | 4A | 0 | 29 | 44 | B | 17 | 4A | 3B |
| Octal | 344 | 206 | 112 | 0 | 51 | 104 | 13 | 27 | 112 | 73 |
| Binary | 11100100 | 10000110 | 1001010 | 0 | 101001 | 1000100 | 1011 | 10111 | 1001010 | 111011 |
Color Harmonies of #E4864A
Complementary color
Monochromatic Colors of #E4864A
Black with #E4864A
Text Example
Text Example
White with #E4864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4864A; }
p { color: rgb(228,134,74); }
H1.HeaderClassName
{
color: #E4864A;
}
.AnyTagClassName
{
color: #E4864A;
}
</style>
background-color css
<style>
a { background-color: #E4864A; }
a { background-color: rgb(228,134,74); }
div.DivClassName
{
background-color: #E4864A;
}
.BgClassName
{
background-color: #E4864A;
}
</style>
border-color css
<style>
span { border-color: #E4864A; }
span { border-color: rgb(228,134,74); }
td.TdClassName
{
border-color: #E4864A;
}
.TagClassName
{
border-color: #E4864A;
}
</style>