Shades of Flamenco #E68D52
Tints of Flamenco #E68D52
RGB
CMYK
RGB Variations
Color information
#E68D52 (or 0xE68D52) is known color: Flamenco. HEX triplet: E6, 8D and 52. RGB value is (230,141,82). Sum of RGB (Red+Green+Blue) = 230+141+82=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D52 is #1972AD. Grayscale: #A1A1A1. Windows color (decimal): -1667758 or 5410278. OLE color: 5410278.
HSL color Cylindrical-coordinate representation of color #E68D52: hue angle of 23.92º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E68D52 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 82 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.10 |
| HSL | 23.92º | 0.75% | 0.61% | - |
| HSV(B) | 23.92º | 0.64% | 0.9% | - |
| XYZ | 43.68 | 36.48 | 12.72 | - |
| YUV | 160.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 82 | 0 | 0.39 | 0.64 | 0.10 | 23.92 | 0.75 | 0.61 |
| Hex | E6 | 8D | 52 | 0 | 27 | 40 | A | 18 | 4B | 3D |
| Octal | 346 | 215 | 122 | 0 | 47 | 100 | 12 | 30 | 113 | 75 |
| Binary | 11100110 | 10001101 | 1010010 | 0 | 100111 | 1000000 | 1010 | 11000 | 1001011 | 111101 |
Color Harmonies of #E68D52
Complementary color
Monochromatic Colors of #E68D52
Black with #E68D52
Text Example
Text Example
White with #E68D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D52; }
p { color: rgb(230,141,82); }
H1.HeaderClassName
{
color: #E68D52;
}
.AnyTagClassName
{
color: #E68D52;
}
</style>
background-color css
<style>
a { background-color: #E68D52; }
a { background-color: rgb(230,141,82); }
div.DivClassName
{
background-color: #E68D52;
}
.BgClassName
{
background-color: #E68D52;
}
</style>
border-color css
<style>
span { border-color: #E68D52; }
span { border-color: rgb(230,141,82); }
td.TdClassName
{
border-color: #E68D52;
}
.TagClassName
{
border-color: #E68D52;
}
</style>