Shades of Flamenco #E6894D
Tints of Flamenco #E6894D
RGB
CMYK
RGB Variations
Color information
#E6894D (or 0xE6894D) is known color: Flamenco. HEX triplet: E6, 89 and 4D. RGB value is (230,137,77). Sum of RGB (Red+Green+Blue) = 230+137+77=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6894D is #1976B2. Grayscale: #9E9E9E. Windows color (decimal): -1668787 or 5081574. OLE color: 5081574.
HSL color Cylindrical-coordinate representation of color #E6894D: hue angle of 23.53º 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 #E6894D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 77 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.10 |
| HSL | 23.53º | 0.75% | 0.6% | - |
| HSV(B) | 23.53º | 0.67% | 0.9% | - |
| XYZ | 42.92 | 35.25 | 11.56 | - |
| YUV | 157.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 77 | 0 | 0.40 | 0.67 | 0.10 | 23.53 | 0.75 | 0.6 |
| Hex | E6 | 89 | 4D | 0 | 28 | 43 | A | 18 | 4B | 3C |
| Octal | 346 | 211 | 115 | 0 | 50 | 103 | 12 | 30 | 113 | 74 |
| Binary | 11100110 | 10001001 | 1001101 | 0 | 101000 | 1000011 | 1010 | 11000 | 1001011 | 111100 |
Color Harmonies of #E6894D
Complementary color
Monochromatic Colors of #E6894D
Black with #E6894D
Text Example
Text Example
White with #E6894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6894D; }
p { color: rgb(230,137,77); }
H1.HeaderClassName
{
color: #E6894D;
}
.AnyTagClassName
{
color: #E6894D;
}
</style>
background-color css
<style>
a { background-color: #E6894D; }
a { background-color: rgb(230,137,77); }
div.DivClassName
{
background-color: #E6894D;
}
.BgClassName
{
background-color: #E6894D;
}
</style>
border-color css
<style>
span { border-color: #E6894D; }
span { border-color: rgb(230,137,77); }
td.TdClassName
{
border-color: #E6894D;
}
.TagClassName
{
border-color: #E6894D;
}
</style>