Shades of Flamenco #E3824E
Tints of Flamenco #E3824E
RGB
CMYK
RGB Variations
Color information
#E3824E (or 0xE3824E) is known color: Flamenco. HEX triplet: E3, 82 and 4E. RGB value is (227,130,78). Sum of RGB (Red+Green+Blue) = 227+130+78=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3824E is #1C7DB1. Grayscale: #999999. Windows color (decimal): -1867186 or 5145315. OLE color: 5145315.
HSL color Cylindrical-coordinate representation of color #E3824E: hue angle of 20.94º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3824E is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 78 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.11 |
| HSL | 20.94º | 0.73% | 0.6% | - |
| HSV(B) | 20.94º | 0.66% | 0.89% | - |
| XYZ | 41.04 | 32.85 | 11.38 | - |
| YUV | 153.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 78 | 0 | 0.43 | 0.66 | 0.11 | 20.94 | 0.73 | 0.6 |
| Hex | E3 | 82 | 4E | 0 | 2B | 42 | B | 15 | 49 | 3C |
| Octal | 343 | 202 | 116 | 0 | 53 | 102 | 13 | 25 | 111 | 74 |
| Binary | 11100011 | 10000010 | 1001110 | 0 | 101011 | 1000010 | 1011 | 10101 | 1001001 | 111100 |
Color Harmonies of #E3824E
Complementary color
Monochromatic Colors of #E3824E
Black with #E3824E
Text Example
Text Example
White with #E3824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3824E; }
p { color: rgb(227,130,78); }
H1.HeaderClassName
{
color: #E3824E;
}
.AnyTagClassName
{
color: #E3824E;
}
</style>
background-color css
<style>
a { background-color: #E3824E; }
a { background-color: rgb(227,130,78); }
div.DivClassName
{
background-color: #E3824E;
}
.BgClassName
{
background-color: #E3824E;
}
</style>
border-color css
<style>
span { border-color: #E3824E; }
span { border-color: rgb(227,130,78); }
td.TdClassName
{
border-color: #E3824E;
}
.TagClassName
{
border-color: #E3824E;
}
</style>