Shades of Flamenco #E18A53
Tints of Flamenco #E18A53
RGB
CMYK
RGB Variations
Color information
#E18A53 (or 0xE18A53) is known color: Flamenco. HEX triplet: E1, 8A and 53. RGB value is (225,138,83). Sum of RGB (Red+Green+Blue) = 225+138+83=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A53 is #1E75AC. Grayscale: #9E9E9E. Windows color (decimal): -1996205 or 5475041. OLE color: 5475041.
HSL color Cylindrical-coordinate representation of color #E18A53: hue angle of 23.24º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E18A53 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 83 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.12 |
| HSL | 23.24º | 0.7% | 0.6% | - |
| HSV(B) | 23.24º | 0.63% | 0.88% | - |
| XYZ | 41.7 | 34.81 | 12.7 | - |
| YUV | 157.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 83 | 0 | 0.39 | 0.63 | 0.12 | 23.24 | 0.7 | 0.6 |
| Hex | E1 | 8A | 53 | 0 | 27 | 3F | C | 17 | 46 | 3C |
| Octal | 341 | 212 | 123 | 0 | 47 | 77 | 14 | 27 | 106 | 74 |
| Binary | 11100001 | 10001010 | 1010011 | 0 | 100111 | 111111 | 1100 | 10111 | 1000110 | 111100 |
Color Harmonies of #E18A53
Complementary color
Monochromatic Colors of #E18A53
Black with #E18A53
Text Example
Text Example
White with #E18A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A53; }
p { color: rgb(225,138,83); }
H1.HeaderClassName
{
color: #E18A53;
}
.AnyTagClassName
{
color: #E18A53;
}
</style>
background-color css
<style>
a { background-color: #E18A53; }
a { background-color: rgb(225,138,83); }
div.DivClassName
{
background-color: #E18A53;
}
.BgClassName
{
background-color: #E18A53;
}
</style>
border-color css
<style>
span { border-color: #E18A53; }
span { border-color: rgb(225,138,83); }
td.TdClassName
{
border-color: #E18A53;
}
.TagClassName
{
border-color: #E18A53;
}
</style>