Shades of Flamenco #E68345
Tints of Flamenco #E68345
RGB
CMYK
RGB Variations
Color information
#E68345 (or 0xE68345) is known color: Flamenco. HEX triplet: E6, 83 and 45. RGB value is (230,131,69). Sum of RGB (Red+Green+Blue) = 230+131+69=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68345 is #197CBA. Grayscale: #999999. Windows color (decimal): -1670331 or 4555750. OLE color: 4555750.
HSL color Cylindrical-coordinate representation of color #E68345: hue angle of 23.11º 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 #E68345 is Cyan = 0, Magento = 0.43, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 69 | - |
| CMYK | 0 | 0.43 | 0.7 | 0.10 |
| HSL | 23.11º | 0.76% | 0.59% | - |
| HSV(B) | 23.11º | 0.7% | 0.9% | - |
| XYZ | 41.82 | 33.49 | 9.89 | - |
| YUV | 153.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 69 | 0 | 0.43 | 0.7 | 0.10 | 23.11 | 0.76 | 0.59 |
| Hex | E6 | 83 | 45 | 0 | 2B | 46 | A | 17 | 4C | 3B |
| Octal | 346 | 203 | 105 | 0 | 53 | 106 | 12 | 27 | 114 | 73 |
| Binary | 11100110 | 10000011 | 1000101 | 0 | 101011 | 1000110 | 1010 | 10111 | 1001100 | 111011 |
Color Harmonies of #E68345
Complementary color
Monochromatic Colors of #E68345
Black with #E68345
Text Example
Text Example
White with #E68345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68345; }
p { color: rgb(230,131,69); }
H1.HeaderClassName
{
color: #E68345;
}
.AnyTagClassName
{
color: #E68345;
}
</style>
background-color css
<style>
a { background-color: #E68345; }
a { background-color: rgb(230,131,69); }
div.DivClassName
{
background-color: #E68345;
}
.BgClassName
{
background-color: #E68345;
}
</style>
border-color css
<style>
span { border-color: #E68345; }
span { border-color: rgb(230,131,69); }
td.TdClassName
{
border-color: #E68345;
}
.TagClassName
{
border-color: #E68345;
}
</style>