Shades of Flamenco #E28F4A
Tints of Flamenco #E28F4A
RGB
CMYK
RGB Variations
Color information
#E28F4A (or 0xE28F4A) is known color: Flamenco. HEX triplet: E2, 8F and 4A. RGB value is (226,143,74). Sum of RGB (Red+Green+Blue) = 226+143+74=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28F4A is #1D70B5. Grayscale: #A0A0A0. Windows color (decimal): -1929398 or 4886498. OLE color: 4886498.
HSL color Cylindrical-coordinate representation of color #E28F4A: hue angle of 27.24º 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 #E28F4A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 74 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.11 |
| HSL | 27.24º | 0.72% | 0.59% | - |
| HSV(B) | 27.24º | 0.67% | 0.89% | - |
| XYZ | 42.42 | 36.31 | 11.25 | - |
| YUV | 159.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 74 | 0 | 0.37 | 0.67 | 0.11 | 27.24 | 0.72 | 0.59 |
| Hex | E2 | 8F | 4A | 0 | 25 | 43 | B | 1B | 48 | 3B |
| Octal | 342 | 217 | 112 | 0 | 45 | 103 | 13 | 33 | 110 | 73 |
| Binary | 11100010 | 10001111 | 1001010 | 0 | 100101 | 1000011 | 1011 | 11011 | 1001000 | 111011 |
Color Harmonies of #E28F4A
Complementary color
Monochromatic Colors of #E28F4A
Black with #E28F4A
Text Example
Text Example
White with #E28F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F4A; }
p { color: rgb(226,143,74); }
H1.HeaderClassName
{
color: #E28F4A;
}
.AnyTagClassName
{
color: #E28F4A;
}
</style>
background-color css
<style>
a { background-color: #E28F4A; }
a { background-color: rgb(226,143,74); }
div.DivClassName
{
background-color: #E28F4A;
}
.BgClassName
{
background-color: #E28F4A;
}
</style>
border-color css
<style>
span { border-color: #E28F4A; }
span { border-color: rgb(226,143,74); }
td.TdClassName
{
border-color: #E28F4A;
}
.TagClassName
{
border-color: #E28F4A;
}
</style>