Shades of Flamenco #E68A52
Tints of Flamenco #E68A52
RGB
CMYK
RGB Variations
Color information
#E68A52 (or 0xE68A52) is known color: Flamenco. HEX triplet: E6, 8A and 52. RGB value is (230,138,82). Sum of RGB (Red+Green+Blue) = 230+138+82=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A52 is #1975AD. Grayscale: #9F9F9F. Windows color (decimal): -1668526 or 5409510. OLE color: 5409510.
HSL color Cylindrical-coordinate representation of color #E68A52: hue angle of 22.7º 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 #E68A52 is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 82 | - |
| CMYK | 0 | 0.4 | 0.64 | 0.10 |
| HSL | 22.7º | 0.75% | 0.61% | - |
| HSV(B) | 22.7º | 0.64% | 0.9% | - |
| XYZ | 43.24 | 35.61 | 12.58 | - |
| YUV | 159.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 82 | 0 | 0.4 | 0.64 | 0.10 | 22.7 | 0.75 | 0.61 |
| Hex | E6 | 8A | 52 | 0 | 28 | 40 | A | 17 | 4B | 3D |
| Octal | 346 | 212 | 122 | 0 | 50 | 100 | 12 | 27 | 113 | 75 |
| Binary | 11100110 | 10001010 | 1010010 | 0 | 101000 | 1000000 | 1010 | 10111 | 1001011 | 111101 |
Color Harmonies of #E68A52
Complementary color
Monochromatic Colors of #E68A52
Black with #E68A52
Text Example
Text Example
White with #E68A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A52; }
p { color: rgb(230,138,82); }
H1.HeaderClassName
{
color: #E68A52;
}
.AnyTagClassName
{
color: #E68A52;
}
</style>
background-color css
<style>
a { background-color: #E68A52; }
a { background-color: rgb(230,138,82); }
div.DivClassName
{
background-color: #E68A52;
}
.BgClassName
{
background-color: #E68A52;
}
</style>
border-color css
<style>
span { border-color: #E68A52; }
span { border-color: rgb(230,138,82); }
td.TdClassName
{
border-color: #E68A52;
}
.TagClassName
{
border-color: #E68A52;
}
</style>