Shades of Flamenco #E6824B
Tints of Flamenco #E6824B
RGB
CMYK
RGB Variations
Color information
#E6824B (or 0xE6824B) is known color: Flamenco. HEX triplet: E6, 82 and 4B. RGB value is (230,130,75). Sum of RGB (Red+Green+Blue) = 230+130+75=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6824B is #197DB4. Grayscale: #999999. Windows color (decimal): -1670581 or 4948710. OLE color: 4948710.
HSL color Cylindrical-coordinate representation of color #E6824B: hue angle of 21.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6824B is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 75 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.10 |
| HSL | 21.29º | 0.76% | 0.6% | - |
| HSV(B) | 21.29º | 0.67% | 0.9% | - |
| XYZ | 41.89 | 33.3 | 10.88 | - |
| YUV | 153.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 75 | 0 | 0.43 | 0.67 | 0.10 | 21.29 | 0.76 | 0.6 |
| Hex | E6 | 82 | 4B | 0 | 2B | 43 | A | 15 | 4C | 3C |
| Octal | 346 | 202 | 113 | 0 | 53 | 103 | 12 | 25 | 114 | 74 |
| Binary | 11100110 | 10000010 | 1001011 | 0 | 101011 | 1000011 | 1010 | 10101 | 1001100 | 111100 |
Color Harmonies of #E6824B
Complementary color
Monochromatic Colors of #E6824B
Black with #E6824B
Text Example
Text Example
White with #E6824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6824B; }
p { color: rgb(230,130,75); }
H1.HeaderClassName
{
color: #E6824B;
}
.AnyTagClassName
{
color: #E6824B;
}
</style>
background-color css
<style>
a { background-color: #E6824B; }
a { background-color: rgb(230,130,75); }
div.DivClassName
{
background-color: #E6824B;
}
.BgClassName
{
background-color: #E6824B;
}
</style>
border-color css
<style>
span { border-color: #E6824B; }
span { border-color: rgb(230,130,75); }
td.TdClassName
{
border-color: #E6824B;
}
.TagClassName
{
border-color: #E6824B;
}
</style>