Shades of Flamenco #E68845
Tints of Flamenco #E68845
RGB
CMYK
RGB Variations
Color information
#E68845 (or 0xE68845) is known color: Flamenco. HEX triplet: E6, 88 and 45. RGB value is (230,136,69). Sum of RGB (Red+Green+Blue) = 230+136+69=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E68845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68845 is #1977BA. Grayscale: #9C9C9C. Windows color (decimal): -1669051 or 4557030. OLE color: 4557030.
HSL color Cylindrical-coordinate representation of color #E68845: hue angle of 24.97º 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 #E68845 is Cyan = 0, Magento = 0.41, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 69 | - |
| CMYK | 0 | 0.41 | 0.7 | 0.10 |
| HSL | 24.97º | 0.76% | 0.59% | - |
| HSV(B) | 24.97º | 0.7% | 0.9% | - |
| XYZ | 42.51 | 34.86 | 10.12 | - |
| YUV | 156.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 69 | 0 | 0.41 | 0.7 | 0.10 | 24.97 | 0.76 | 0.59 |
| Hex | E6 | 88 | 45 | 0 | 29 | 46 | A | 19 | 4C | 3B |
| Octal | 346 | 210 | 105 | 0 | 51 | 106 | 12 | 31 | 114 | 73 |
| Binary | 11100110 | 10001000 | 1000101 | 0 | 101001 | 1000110 | 1010 | 11001 | 1001100 | 111011 |
Color Harmonies of #E68845
Complementary color
Monochromatic Colors of #E68845
Black with #E68845
Text Example
Text Example
White with #E68845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68845; }
p { color: rgb(230,136,69); }
H1.HeaderClassName
{
color: #E68845;
}
.AnyTagClassName
{
color: #E68845;
}
</style>
background-color css
<style>
a { background-color: #E68845; }
a { background-color: rgb(230,136,69); }
div.DivClassName
{
background-color: #E68845;
}
.BgClassName
{
background-color: #E68845;
}
</style>
border-color css
<style>
span { border-color: #E68845; }
span { border-color: rgb(230,136,69); }
td.TdClassName
{
border-color: #E68845;
}
.TagClassName
{
border-color: #E68845;
}
</style>