Shades of Flamenco #E28C4A
Tints of Flamenco #E28C4A
RGB
CMYK
RGB Variations
Color information
#E28C4A (or 0xE28C4A) is known color: Flamenco. HEX triplet: E2, 8C and 4A. RGB value is (226,140,74). Sum of RGB (Red+Green+Blue) = 226+140+74=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C4A is #1D73B5. Grayscale: #9E9E9E. Windows color (decimal): -1930166 or 4885730. OLE color: 4885730.
HSL color Cylindrical-coordinate representation of color #E28C4A: hue angle of 26.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E28C4A is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 74 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.11 |
| HSL | 26.05º | 0.72% | 0.59% | - |
| HSV(B) | 26.05º | 0.67% | 0.89% | - |
| XYZ | 41.98 | 35.42 | 11.1 | - |
| YUV | 158.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 74 | 0 | 0.38 | 0.67 | 0.11 | 26.05 | 0.72 | 0.59 |
| Hex | E2 | 8C | 4A | 0 | 26 | 43 | B | 1A | 48 | 3B |
| Octal | 342 | 214 | 112 | 0 | 46 | 103 | 13 | 32 | 110 | 73 |
| Binary | 11100010 | 10001100 | 1001010 | 0 | 100110 | 1000011 | 1011 | 11010 | 1001000 | 111011 |
Color Harmonies of #E28C4A
Complementary color
Monochromatic Colors of #E28C4A
Black with #E28C4A
Text Example
Text Example
White with #E28C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C4A; }
p { color: rgb(226,140,74); }
H1.HeaderClassName
{
color: #E28C4A;
}
.AnyTagClassName
{
color: #E28C4A;
}
</style>
background-color css
<style>
a { background-color: #E28C4A; }
a { background-color: rgb(226,140,74); }
div.DivClassName
{
background-color: #E28C4A;
}
.BgClassName
{
background-color: #E28C4A;
}
</style>
border-color css
<style>
span { border-color: #E28C4A; }
span { border-color: rgb(226,140,74); }
td.TdClassName
{
border-color: #E28C4A;
}
.TagClassName
{
border-color: #E28C4A;
}
</style>