Shades of Flamenco #E28A52
Tints of Flamenco #E28A52
RGB
CMYK
RGB Variations
Color information
#E28A52 (or 0xE28A52) is known color: Flamenco. HEX triplet: E2, 8A and 52. RGB value is (226,138,82). Sum of RGB (Red+Green+Blue) = 226+138+82=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A52 is #1D75AD. Grayscale: #9E9E9E. Windows color (decimal): -1930670 or 5409506. OLE color: 5409506.
HSL color Cylindrical-coordinate representation of color #E28A52: hue angle of 23.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E28A52 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 82 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.11 |
| HSL | 23.33º | 0.71% | 0.6% | - |
| HSV(B) | 23.33º | 0.64% | 0.89% | - |
| XYZ | 41.98 | 34.95 | 12.52 | - |
| YUV | 157.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 82 | 0 | 0.39 | 0.64 | 0.11 | 23.33 | 0.71 | 0.6 |
| Hex | E2 | 8A | 52 | 0 | 27 | 40 | B | 17 | 47 | 3C |
| Octal | 342 | 212 | 122 | 0 | 47 | 100 | 13 | 27 | 107 | 74 |
| Binary | 11100010 | 10001010 | 1010010 | 0 | 100111 | 1000000 | 1011 | 10111 | 1000111 | 111100 |
Color Harmonies of #E28A52
Complementary color
Monochromatic Colors of #E28A52
Black with #E28A52
Text Example
Text Example
White with #E28A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A52; }
p { color: rgb(226,138,82); }
H1.HeaderClassName
{
color: #E28A52;
}
.AnyTagClassName
{
color: #E28A52;
}
</style>
background-color css
<style>
a { background-color: #E28A52; }
a { background-color: rgb(226,138,82); }
div.DivClassName
{
background-color: #E28A52;
}
.BgClassName
{
background-color: #E28A52;
}
</style>
border-color css
<style>
span { border-color: #E28A52; }
span { border-color: rgb(226,138,82); }
td.TdClassName
{
border-color: #E28A52;
}
.TagClassName
{
border-color: #E28A52;
}
</style>