Shades of Flamenco #E68E4B
Tints of Flamenco #E68E4B
RGB
CMYK
RGB Variations
Color information
#E68E4B (or 0xE68E4B) is known color: Flamenco. HEX triplet: E6, 8E and 4B. RGB value is (230,142,75). Sum of RGB (Red+Green+Blue) = 230+142+75=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68E4B is #1971B4. Grayscale: #A1A1A1. Windows color (decimal): -1667509 or 4951782. OLE color: 4951782.
HSL color Cylindrical-coordinate representation of color #E68E4B: hue angle of 25.94º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E68E4B is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 75 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.10 |
| HSL | 25.94º | 0.76% | 0.6% | - |
| HSV(B) | 25.94º | 0.67% | 0.9% | - |
| XYZ | 43.58 | 36.68 | 11.44 | - |
| YUV | 160.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 75 | 0 | 0.38 | 0.67 | 0.10 | 25.94 | 0.76 | 0.6 |
| Hex | E6 | 8E | 4B | 0 | 26 | 43 | A | 1A | 4C | 3C |
| Octal | 346 | 216 | 113 | 0 | 46 | 103 | 12 | 32 | 114 | 74 |
| Binary | 11100110 | 10001110 | 1001011 | 0 | 100110 | 1000011 | 1010 | 11010 | 1001100 | 111100 |
Color Harmonies of #E68E4B
Complementary color
Monochromatic Colors of #E68E4B
Black with #E68E4B
Text Example
Text Example
White with #E68E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E4B; }
p { color: rgb(230,142,75); }
H1.HeaderClassName
{
color: #E68E4B;
}
.AnyTagClassName
{
color: #E68E4B;
}
</style>
background-color css
<style>
a { background-color: #E68E4B; }
a { background-color: rgb(230,142,75); }
div.DivClassName
{
background-color: #E68E4B;
}
.BgClassName
{
background-color: #E68E4B;
}
</style>
border-color css
<style>
span { border-color: #E68E4B; }
span { border-color: rgb(230,142,75); }
td.TdClassName
{
border-color: #E68E4B;
}
.TagClassName
{
border-color: #E68E4B;
}
</style>