Shades of Flamenco #E6824F
Tints of Flamenco #E6824F
RGB
CMYK
RGB Variations
Color information
#E6824F (or 0xE6824F) is known color: Flamenco. HEX triplet: E6, 82 and 4F. RGB value is (230,130,79). Sum of RGB (Red+Green+Blue) = 230+130+79=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6824F is #197DB0. Grayscale: #9A9A9A. Windows color (decimal): -1670577 or 5210854. OLE color: 5210854.
HSL color Cylindrical-coordinate representation of color #E6824F: hue angle of 20.26º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6824F is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 79 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.10 |
| HSL | 20.26º | 0.75% | 0.61% | - |
| HSV(B) | 20.26º | 0.66% | 0.9% | - |
| XYZ | 42.03 | 33.35 | 11.62 | - |
| YUV | 154.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 79 | 0 | 0.43 | 0.66 | 0.10 | 20.26 | 0.75 | 0.61 |
| Hex | E6 | 82 | 4F | 0 | 2B | 42 | A | 14 | 4B | 3D |
| Octal | 346 | 202 | 117 | 0 | 53 | 102 | 12 | 24 | 113 | 75 |
| Binary | 11100110 | 10000010 | 1001111 | 0 | 101011 | 1000010 | 1010 | 10100 | 1001011 | 111101 |
Color Harmonies of #E6824F
Complementary color
Monochromatic Colors of #E6824F
Black with #E6824F
Text Example
Text Example
White with #E6824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6824F; }
p { color: rgb(230,130,79); }
H1.HeaderClassName
{
color: #E6824F;
}
.AnyTagClassName
{
color: #E6824F;
}
</style>
background-color css
<style>
a { background-color: #E6824F; }
a { background-color: rgb(230,130,79); }
div.DivClassName
{
background-color: #E6824F;
}
.BgClassName
{
background-color: #E6824F;
}
</style>
border-color css
<style>
span { border-color: #E6824F; }
span { border-color: rgb(230,130,79); }
td.TdClassName
{
border-color: #E6824F;
}
.TagClassName
{
border-color: #E6824F;
}
</style>