Shades of Flamenco #E6824C
Tints of Flamenco #E6824C
RGB
CMYK
RGB Variations
Color information
#E6824C (or 0xE6824C) is known color: Flamenco. HEX triplet: E6, 82 and 4C. RGB value is (230,130,76). Sum of RGB (Red+Green+Blue) = 230+130+76=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6824C is #197DB3. Grayscale: #9A9A9A. Windows color (decimal): -1670580 or 5014246. OLE color: 5014246.
HSL color Cylindrical-coordinate representation of color #E6824C: hue angle of 21.04º degrees, saturation: 0.75, 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 #E6824C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 76 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.10 |
| HSL | 21.04º | 0.75% | 0.6% | - |
| HSV(B) | 21.04º | 0.67% | 0.9% | - |
| XYZ | 41.92 | 33.31 | 11.06 | - |
| YUV | 153.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 76 | 0 | 0.43 | 0.67 | 0.10 | 21.04 | 0.75 | 0.6 |
| Hex | E6 | 82 | 4C | 0 | 2B | 43 | A | 15 | 4B | 3C |
| Octal | 346 | 202 | 114 | 0 | 53 | 103 | 12 | 25 | 113 | 74 |
| Binary | 11100110 | 10000010 | 1001100 | 0 | 101011 | 1000011 | 1010 | 10101 | 1001011 | 111100 |
Color Harmonies of #E6824C
Complementary color
Monochromatic Colors of #E6824C
Black with #E6824C
Text Example
Text Example
White with #E6824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6824C; }
p { color: rgb(230,130,76); }
H1.HeaderClassName
{
color: #E6824C;
}
.AnyTagClassName
{
color: #E6824C;
}
</style>
background-color css
<style>
a { background-color: #E6824C; }
a { background-color: rgb(230,130,76); }
div.DivClassName
{
background-color: #E6824C;
}
.BgClassName
{
background-color: #E6824C;
}
</style>
border-color css
<style>
span { border-color: #E6824C; }
span { border-color: rgb(230,130,76); }
td.TdClassName
{
border-color: #E6824C;
}
.TagClassName
{
border-color: #E6824C;
}
</style>