Shades of Flamenco #E68D4D
Tints of Flamenco #E68D4D
RGB
CMYK
RGB Variations
Color information
#E68D4D (or 0xE68D4D) is known color: Flamenco. HEX triplet: E6, 8D and 4D. RGB value is (230,141,77). Sum of RGB (Red+Green+Blue) = 230+141+77=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D4D is #1972B2. Grayscale: #A0A0A0. Windows color (decimal): -1667763 or 5082598. OLE color: 5082598.
HSL color Cylindrical-coordinate representation of color #E68D4D: hue angle of 25.1º degrees, saturation: 0.75, 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 #E68D4D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 77 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.10 |
| HSL | 25.1º | 0.75% | 0.6% | - |
| HSV(B) | 25.1º | 0.67% | 0.9% | - |
| XYZ | 43.5 | 36.41 | 11.76 | - |
| YUV | 160.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 77 | 0 | 0.39 | 0.67 | 0.10 | 25.1 | 0.75 | 0.6 |
| Hex | E6 | 8D | 4D | 0 | 27 | 43 | A | 19 | 4B | 3C |
| Octal | 346 | 215 | 115 | 0 | 47 | 103 | 12 | 31 | 113 | 74 |
| Binary | 11100110 | 10001101 | 1001101 | 0 | 100111 | 1000011 | 1010 | 11001 | 1001011 | 111100 |
Color Harmonies of #E68D4D
Complementary color
Monochromatic Colors of #E68D4D
Black with #E68D4D
Text Example
Text Example
White with #E68D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D4D; }
p { color: rgb(230,141,77); }
H1.HeaderClassName
{
color: #E68D4D;
}
.AnyTagClassName
{
color: #E68D4D;
}
</style>
background-color css
<style>
a { background-color: #E68D4D; }
a { background-color: rgb(230,141,77); }
div.DivClassName
{
background-color: #E68D4D;
}
.BgClassName
{
background-color: #E68D4D;
}
</style>
border-color css
<style>
span { border-color: #E68D4D; }
span { border-color: rgb(230,141,77); }
td.TdClassName
{
border-color: #E68D4D;
}
.TagClassName
{
border-color: #E68D4D;
}
</style>