Shades of Flamenco #E68A51
Tints of Flamenco #E68A51
RGB
CMYK
RGB Variations
Color information
#E68A51 (or 0xE68A51) is known color: Flamenco. HEX triplet: E6, 8A and 51. RGB value is (230,138,81). Sum of RGB (Red+Green+Blue) = 230+138+81=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A51 is #1975AE. Grayscale: #9F9F9F. Windows color (decimal): -1668527 or 5343974. OLE color: 5343974.
HSL color Cylindrical-coordinate representation of color #E68A51: hue angle of 22.95º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E68A51 is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 81 | - |
| CMYK | 0 | 0.4 | 0.65 | 0.10 |
| HSL | 22.95º | 0.75% | 0.61% | - |
| HSV(B) | 22.95º | 0.65% | 0.9% | - |
| XYZ | 43.21 | 35.59 | 12.38 | - |
| YUV | 159.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 81 | 0 | 0.4 | 0.65 | 0.10 | 22.95 | 0.75 | 0.61 |
| Hex | E6 | 8A | 51 | 0 | 28 | 41 | A | 17 | 4B | 3D |
| Octal | 346 | 212 | 121 | 0 | 50 | 101 | 12 | 27 | 113 | 75 |
| Binary | 11100110 | 10001010 | 1010001 | 0 | 101000 | 1000001 | 1010 | 10111 | 1001011 | 111101 |
Color Harmonies of #E68A51
Complementary color
Monochromatic Colors of #E68A51
Black with #E68A51
Text Example
Text Example
White with #E68A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A51; }
p { color: rgb(230,138,81); }
H1.HeaderClassName
{
color: #E68A51;
}
.AnyTagClassName
{
color: #E68A51;
}
</style>
background-color css
<style>
a { background-color: #E68A51; }
a { background-color: rgb(230,138,81); }
div.DivClassName
{
background-color: #E68A51;
}
.BgClassName
{
background-color: #E68A51;
}
</style>
border-color css
<style>
span { border-color: #E68A51; }
span { border-color: rgb(230,138,81); }
td.TdClassName
{
border-color: #E68A51;
}
.TagClassName
{
border-color: #E68A51;
}
</style>