Shades of Flamenco #E68745
Tints of Flamenco #E68745
RGB
CMYK
RGB Variations
Color information
#E68745 (or 0xE68745) is known color: Flamenco. HEX triplet: E6, 87 and 45. RGB value is (230,135,69). Sum of RGB (Red+Green+Blue) = 230+135+69=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E68745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68745 is #1978BA. Grayscale: #9C9C9C. Windows color (decimal): -1669307 or 4556774. OLE color: 4556774.
HSL color Cylindrical-coordinate representation of color #E68745: hue angle of 24.6º 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 #E68745 is Cyan = 0, Magento = 0.41, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 69 | - |
| CMYK | 0 | 0.41 | 0.7 | 0.10 |
| HSL | 24.6º | 0.76% | 0.59% | - |
| HSV(B) | 24.6º | 0.7% | 0.9% | - |
| XYZ | 42.37 | 34.58 | 10.07 | - |
| YUV | 155.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 69 | 0 | 0.41 | 0.7 | 0.10 | 24.6 | 0.76 | 0.59 |
| Hex | E6 | 87 | 45 | 0 | 29 | 46 | A | 19 | 4C | 3B |
| Octal | 346 | 207 | 105 | 0 | 51 | 106 | 12 | 31 | 114 | 73 |
| Binary | 11100110 | 10000111 | 1000101 | 0 | 101001 | 1000110 | 1010 | 11001 | 1001100 | 111011 |
Color Harmonies of #E68745
Complementary color
Monochromatic Colors of #E68745
Black with #E68745
Text Example
Text Example
White with #E68745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68745; }
p { color: rgb(230,135,69); }
H1.HeaderClassName
{
color: #E68745;
}
.AnyTagClassName
{
color: #E68745;
}
</style>
background-color css
<style>
a { background-color: #E68745; }
a { background-color: rgb(230,135,69); }
div.DivClassName
{
background-color: #E68745;
}
.BgClassName
{
background-color: #E68745;
}
</style>
border-color css
<style>
span { border-color: #E68745; }
span { border-color: rgb(230,135,69); }
td.TdClassName
{
border-color: #E68745;
}
.TagClassName
{
border-color: #E68745;
}
</style>