Shades of Flamenco #E48A44
Tints of Flamenco #E48A44
RGB
CMYK
RGB Variations
Color information
#E48A44 (or 0xE48A44) is known color: Flamenco. HEX triplet: E4, 8A and 44. RGB value is (228,138,68). Sum of RGB (Red+Green+Blue) = 228+138+68=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A44 is #1B75BB. Grayscale: #9D9D9D. Windows color (decimal): -1799612 or 4492004. OLE color: 4492004.
HSL color Cylindrical-coordinate representation of color #E48A44: hue angle of 26.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E48A44 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 68 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.11 |
| HSL | 26.25º | 0.75% | 0.58% | - |
| HSV(B) | 26.25º | 0.7% | 0.89% | - |
| XYZ | 42.13 | 35.09 | 10.02 | - |
| YUV | 156.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 68 | 0 | 0.39 | 0.70 | 0.11 | 26.25 | 0.75 | 0.58 |
| Hex | E4 | 8A | 44 | 0 | 27 | 46 | B | 1A | 4B | 3A |
| Octal | 344 | 212 | 104 | 0 | 47 | 106 | 13 | 32 | 113 | 72 |
| Binary | 11100100 | 10001010 | 1000100 | 0 | 100111 | 1000110 | 1011 | 11010 | 1001011 | 111010 |
Color Harmonies of #E48A44
Complementary color
Monochromatic Colors of #E48A44
Black with #E48A44
Text Example
Text Example
White with #E48A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A44; }
p { color: rgb(228,138,68); }
H1.HeaderClassName
{
color: #E48A44;
}
.AnyTagClassName
{
color: #E48A44;
}
</style>
background-color css
<style>
a { background-color: #E48A44; }
a { background-color: rgb(228,138,68); }
div.DivClassName
{
background-color: #E48A44;
}
.BgClassName
{
background-color: #E48A44;
}
</style>
border-color css
<style>
span { border-color: #E48A44; }
span { border-color: rgb(228,138,68); }
td.TdClassName
{
border-color: #E48A44;
}
.TagClassName
{
border-color: #E48A44;
}
</style>