Shades of Flamenco #E68945
Tints of Flamenco #E68945
RGB
CMYK
RGB Variations
Color information
#E68945 (or 0xE68945) is known color: Flamenco. HEX triplet: E6, 89 and 45. RGB value is (230,137,69). Sum of RGB (Red+Green+Blue) = 230+137+69=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68945 is #1976BA. Grayscale: #9D9D9D. Windows color (decimal): -1668795 or 4557286. OLE color: 4557286.
HSL color Cylindrical-coordinate representation of color #E68945: hue angle of 25.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68945 is Cyan = 0, Magento = 0.40, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 69 | - |
| CMYK | 0 | 0.40 | 0.7 | 0.10 |
| HSL | 25.34º | 0.76% | 0.59% | - |
| HSV(B) | 25.34º | 0.7% | 0.9% | - |
| XYZ | 42.65 | 35.14 | 10.17 | - |
| YUV | 157.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 69 | 0 | 0.40 | 0.7 | 0.10 | 25.34 | 0.76 | 0.59 |
| Hex | E6 | 89 | 45 | 0 | 28 | 46 | A | 19 | 4C | 3B |
| Octal | 346 | 211 | 105 | 0 | 50 | 106 | 12 | 31 | 114 | 73 |
| Binary | 11100110 | 10001001 | 1000101 | 0 | 101000 | 1000110 | 1010 | 11001 | 1001100 | 111011 |
Color Harmonies of #E68945
Complementary color
Monochromatic Colors of #E68945
Black with #E68945
Text Example
Text Example
White with #E68945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68945; }
p { color: rgb(230,137,69); }
H1.HeaderClassName
{
color: #E68945;
}
.AnyTagClassName
{
color: #E68945;
}
</style>
background-color css
<style>
a { background-color: #E68945; }
a { background-color: rgb(230,137,69); }
div.DivClassName
{
background-color: #E68945;
}
.BgClassName
{
background-color: #E68945;
}
</style>
border-color css
<style>
span { border-color: #E68945; }
span { border-color: rgb(230,137,69); }
td.TdClassName
{
border-color: #E68945;
}
.TagClassName
{
border-color: #E68945;
}
</style>