Shades of Flamenco #E48A45
Tints of Flamenco #E48A45
RGB
CMYK
RGB Variations
Color information
#E48A45 (or 0xE48A45) is known color: Flamenco. HEX triplet: E4, 8A and 45. RGB value is (228,138,69). Sum of RGB (Red+Green+Blue) = 228+138+69=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A45 is #1B75BA. Grayscale: #9D9D9D. Windows color (decimal): -1799611 or 4557540. OLE color: 4557540.
HSL color Cylindrical-coordinate representation of color #E48A45: hue angle of 26.04º 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 #E48A45 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 69 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.11 |
| HSL | 26.04º | 0.75% | 0.58% | - |
| HSV(B) | 26.04º | 0.7% | 0.89% | - |
| XYZ | 42.16 | 35.1 | 10.18 | - |
| YUV | 157.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 69 | 0 | 0.39 | 0.70 | 0.11 | 26.04 | 0.75 | 0.58 |
| Hex | E4 | 8A | 45 | 0 | 27 | 46 | B | 1A | 4B | 3A |
| Octal | 344 | 212 | 105 | 0 | 47 | 106 | 13 | 32 | 113 | 72 |
| Binary | 11100100 | 10001010 | 1000101 | 0 | 100111 | 1000110 | 1011 | 11010 | 1001011 | 111010 |
Color Harmonies of #E48A45
Complementary color
Monochromatic Colors of #E48A45
Black with #E48A45
Text Example
Text Example
White with #E48A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A45; }
p { color: rgb(228,138,69); }
H1.HeaderClassName
{
color: #E48A45;
}
.AnyTagClassName
{
color: #E48A45;
}
</style>
background-color css
<style>
a { background-color: #E48A45; }
a { background-color: rgb(228,138,69); }
div.DivClassName
{
background-color: #E48A45;
}
.BgClassName
{
background-color: #E48A45;
}
</style>
border-color css
<style>
span { border-color: #E48A45; }
span { border-color: rgb(228,138,69); }
td.TdClassName
{
border-color: #E48A45;
}
.TagClassName
{
border-color: #E48A45;
}
</style>