Shades of Flamenco #E18C4D
Tints of Flamenco #E18C4D
RGB
CMYK
RGB Variations
Color information
#E18C4D (or 0xE18C4D) is known color: Flamenco. HEX triplet: E1, 8C and 4D. RGB value is (225,140,77). Sum of RGB (Red+Green+Blue) = 225+140+77=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C4D is #1E73B2. Grayscale: #9E9E9E. Windows color (decimal): -1995699 or 5082337. OLE color: 5082337.
HSL color Cylindrical-coordinate representation of color #E18C4D: hue angle of 25.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E18C4D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 77 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.12 |
| HSL | 25.54º | 0.71% | 0.59% | - |
| HSV(B) | 25.54º | 0.66% | 0.88% | - |
| XYZ | 41.77 | 35.3 | 11.63 | - |
| YUV | 158.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 77 | 0 | 0.38 | 0.66 | 0.12 | 25.54 | 0.71 | 0.59 |
| Hex | E1 | 8C | 4D | 0 | 26 | 42 | C | 1A | 47 | 3B |
| Octal | 341 | 214 | 115 | 0 | 46 | 102 | 14 | 32 | 107 | 73 |
| Binary | 11100001 | 10001100 | 1001101 | 0 | 100110 | 1000010 | 1100 | 11010 | 1000111 | 111011 |
Color Harmonies of #E18C4D
Complementary color
Monochromatic Colors of #E18C4D
Black with #E18C4D
Text Example
Text Example
White with #E18C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C4D; }
p { color: rgb(225,140,77); }
H1.HeaderClassName
{
color: #E18C4D;
}
.AnyTagClassName
{
color: #E18C4D;
}
</style>
background-color css
<style>
a { background-color: #E18C4D; }
a { background-color: rgb(225,140,77); }
div.DivClassName
{
background-color: #E18C4D;
}
.BgClassName
{
background-color: #E18C4D;
}
</style>
border-color css
<style>
span { border-color: #E18C4D; }
span { border-color: rgb(225,140,77); }
td.TdClassName
{
border-color: #E18C4D;
}
.TagClassName
{
border-color: #E18C4D;
}
</style>