Shades of Flamenco #E68243
Tints of Flamenco #E68243
RGB
CMYK
RGB Variations
Color information
#E68243 (or 0xE68243) is known color: Flamenco. HEX triplet: E6, 82 and 43. RGB value is (230,130,67). Sum of RGB (Red+Green+Blue) = 230+130+67=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E68243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68243 is #197DBC. Grayscale: #999999. Windows color (decimal): -1670589 or 4424422. OLE color: 4424422.
HSL color Cylindrical-coordinate representation of color #E68243: hue angle of 23.19º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E68243 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 67 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.10 |
| HSL | 23.19º | 0.77% | 0.58% | - |
| HSV(B) | 23.19º | 0.71% | 0.9% | - |
| XYZ | 41.63 | 33.19 | 9.52 | - |
| YUV | 152.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 67 | 0 | 0.43 | 0.71 | 0.10 | 23.19 | 0.77 | 0.58 |
| Hex | E6 | 82 | 43 | 0 | 2B | 47 | A | 17 | 4D | 3A |
| Octal | 346 | 202 | 103 | 0 | 53 | 107 | 12 | 27 | 115 | 72 |
| Binary | 11100110 | 10000010 | 1000011 | 0 | 101011 | 1000111 | 1010 | 10111 | 1001101 | 111010 |
Color Harmonies of #E68243
Complementary color
Monochromatic Colors of #E68243
Black with #E68243
Text Example
Text Example
White with #E68243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68243; }
p { color: rgb(230,130,67); }
H1.HeaderClassName
{
color: #E68243;
}
.AnyTagClassName
{
color: #E68243;
}
</style>
background-color css
<style>
a { background-color: #E68243; }
a { background-color: rgb(230,130,67); }
div.DivClassName
{
background-color: #E68243;
}
.BgClassName
{
background-color: #E68243;
}
</style>
border-color css
<style>
span { border-color: #E68243; }
span { border-color: rgb(230,130,67); }
td.TdClassName
{
border-color: #E68243;
}
.TagClassName
{
border-color: #E68243;
}
</style>