Shades of Flamenco #E0834C
Tints of Flamenco #E0834C
RGB
CMYK
RGB Variations
Color information
#E0834C (or 0xE0834C) is known color: Flamenco. HEX triplet: E0, 83 and 4C. RGB value is (224,131,76). Sum of RGB (Red+Green+Blue) = 224+131+76=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0834C is #1F7CB3. Grayscale: #989898. Windows color (decimal): -2063540 or 5014496. OLE color: 5014496.
HSL color Cylindrical-coordinate representation of color #E0834C: hue angle of 22.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0834C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 76 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.12 |
| HSL | 22.3º | 0.7% | 0.59% | - |
| HSV(B) | 22.3º | 0.66% | 0.88% | - |
| XYZ | 40.16 | 32.6 | 11.01 | - |
| YUV | 152.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 76 | 0 | 0.42 | 0.66 | 0.12 | 22.3 | 0.7 | 0.59 |
| Hex | E0 | 83 | 4C | 0 | 2A | 42 | C | 16 | 46 | 3B |
| Octal | 340 | 203 | 114 | 0 | 52 | 102 | 14 | 26 | 106 | 73 |
| Binary | 11100000 | 10000011 | 1001100 | 0 | 101010 | 1000010 | 1100 | 10110 | 1000110 | 111011 |
Color Harmonies of #E0834C
Complementary color
Monochromatic Colors of #E0834C
Black with #E0834C
Text Example
Text Example
White with #E0834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0834C; }
p { color: rgb(224,131,76); }
H1.HeaderClassName
{
color: #E0834C;
}
.AnyTagClassName
{
color: #E0834C;
}
</style>
background-color css
<style>
a { background-color: #E0834C; }
a { background-color: rgb(224,131,76); }
div.DivClassName
{
background-color: #E0834C;
}
.BgClassName
{
background-color: #E0834C;
}
</style>
border-color css
<style>
span { border-color: #E0834C; }
span { border-color: rgb(224,131,76); }
td.TdClassName
{
border-color: #E0834C;
}
.TagClassName
{
border-color: #E0834C;
}
</style>