Shades of Flamenco #E4834A
Tints of Flamenco #E4834A
RGB
CMYK
RGB Variations
Color information
#E4834A (or 0xE4834A) is known color: Flamenco. HEX triplet: E4, 83 and 4A. RGB value is (228,131,74). Sum of RGB (Red+Green+Blue) = 228+131+74=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4834A is #1B7CB5. Grayscale: #999999. Windows color (decimal): -1801398 or 4883428. OLE color: 4883428.
HSL color Cylindrical-coordinate representation of color #E4834A: hue angle of 22.21º 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 #E4834A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 74 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.11 |
| HSL | 22.21º | 0.74% | 0.59% | - |
| HSV(B) | 22.21º | 0.68% | 0.89% | - |
| XYZ | 41.35 | 33.22 | 10.71 | - |
| YUV | 153.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 74 | 0 | 0.43 | 0.68 | 0.11 | 22.21 | 0.74 | 0.59 |
| Hex | E4 | 83 | 4A | 0 | 2B | 44 | B | 16 | 4A | 3B |
| Octal | 344 | 203 | 112 | 0 | 53 | 104 | 13 | 26 | 112 | 73 |
| Binary | 11100100 | 10000011 | 1001010 | 0 | 101011 | 1000100 | 1011 | 10110 | 1001010 | 111011 |
Color Harmonies of #E4834A
Complementary color
Monochromatic Colors of #E4834A
Black with #E4834A
Text Example
Text Example
White with #E4834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4834A; }
p { color: rgb(228,131,74); }
H1.HeaderClassName
{
color: #E4834A;
}
.AnyTagClassName
{
color: #E4834A;
}
</style>
background-color css
<style>
a { background-color: #E4834A; }
a { background-color: rgb(228,131,74); }
div.DivClassName
{
background-color: #E4834A;
}
.BgClassName
{
background-color: #E4834A;
}
</style>
border-color css
<style>
span { border-color: #E4834A; }
span { border-color: rgb(228,131,74); }
td.TdClassName
{
border-color: #E4834A;
}
.TagClassName
{
border-color: #E4834A;
}
</style>