Shades of Flamenco #E18448
Tints of Flamenco #E18448
RGB
CMYK
RGB Variations
Color information
#E18448 (or 0xE18448) is known color: Flamenco. HEX triplet: E1, 84 and 48. RGB value is (225,132,72). Sum of RGB (Red+Green+Blue) = 225+132+72=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E18448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18448 is #1E7BB7. Grayscale: #999999. Windows color (decimal): -1997752 or 4752609. OLE color: 4752609.
HSL color Cylindrical-coordinate representation of color #E18448: hue angle of 23.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18448 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 72 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.12 |
| HSL | 23.53º | 0.72% | 0.58% | - |
| HSV(B) | 23.53º | 0.68% | 0.88% | - |
| XYZ | 40.47 | 32.98 | 10.36 | - |
| YUV | 152.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 72 | 0 | 0.41 | 0.68 | 0.12 | 23.53 | 0.72 | 0.58 |
| Hex | E1 | 84 | 48 | 0 | 29 | 44 | C | 18 | 48 | 3A |
| Octal | 341 | 204 | 110 | 0 | 51 | 104 | 14 | 30 | 110 | 72 |
| Binary | 11100001 | 10000100 | 1001000 | 0 | 101001 | 1000100 | 1100 | 11000 | 1001000 | 111010 |
Color Harmonies of #E18448
Complementary color
Monochromatic Colors of #E18448
Black with #E18448
Text Example
Text Example
White with #E18448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18448; }
p { color: rgb(225,132,72); }
H1.HeaderClassName
{
color: #E18448;
}
.AnyTagClassName
{
color: #E18448;
}
</style>
background-color css
<style>
a { background-color: #E18448; }
a { background-color: rgb(225,132,72); }
div.DivClassName
{
background-color: #E18448;
}
.BgClassName
{
background-color: #E18448;
}
</style>
border-color css
<style>
span { border-color: #E18448; }
span { border-color: rgb(225,132,72); }
td.TdClassName
{
border-color: #E18448;
}
.TagClassName
{
border-color: #E18448;
}
</style>