Shades of Flamenco #E4864C
Tints of Flamenco #E4864C
RGB
CMYK
RGB Variations
Color information
#E4864C (or 0xE4864C) is known color: Flamenco. HEX triplet: E4, 86 and 4C. RGB value is (228,134,76). Sum of RGB (Red+Green+Blue) = 228+134+76=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4864C is #1B79B3. Grayscale: #9B9B9B. Windows color (decimal): -1800628 or 5015268. OLE color: 5015268.
HSL color Cylindrical-coordinate representation of color #E4864C: hue angle of 22.89º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4864C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 76 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.11 |
| HSL | 22.89º | 0.74% | 0.6% | - |
| HSV(B) | 22.89º | 0.67% | 0.89% | - |
| XYZ | 41.82 | 34.07 | 11.21 | - |
| YUV | 155.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 76 | 0 | 0.41 | 0.67 | 0.11 | 22.89 | 0.74 | 0.6 |
| Hex | E4 | 86 | 4C | 0 | 29 | 43 | B | 17 | 4A | 3C |
| Octal | 344 | 206 | 114 | 0 | 51 | 103 | 13 | 27 | 112 | 74 |
| Binary | 11100100 | 10000110 | 1001100 | 0 | 101001 | 1000011 | 1011 | 10111 | 1001010 | 111100 |
Color Harmonies of #E4864C
Complementary color
Monochromatic Colors of #E4864C
Black with #E4864C
Text Example
Text Example
White with #E4864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4864C; }
p { color: rgb(228,134,76); }
H1.HeaderClassName
{
color: #E4864C;
}
.AnyTagClassName
{
color: #E4864C;
}
</style>
background-color css
<style>
a { background-color: #E4864C; }
a { background-color: rgb(228,134,76); }
div.DivClassName
{
background-color: #E4864C;
}
.BgClassName
{
background-color: #E4864C;
}
</style>
border-color css
<style>
span { border-color: #E4864C; }
span { border-color: rgb(228,134,76); }
td.TdClassName
{
border-color: #E4864C;
}
.TagClassName
{
border-color: #E4864C;
}
</style>