Shades of Flamenco #EA8E45
Tints of Flamenco #EA8E45
RGB
CMYK
RGB Variations
Color information
#EA8E45 (or 0xEA8E45) is known color: Flamenco. HEX triplet: EA, 8E and 45. RGB value is (234,142,69). Sum of RGB (Red+Green+Blue) = 234+142+69=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E45 is #1571BA. Grayscale: #A1A1A1. Windows color (decimal): -1405371 or 4558570. OLE color: 4558570.
HSL color Cylindrical-coordinate representation of color #EA8E45: hue angle of 26.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA8E45 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 69 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.08 |
| HSL | 26.55º | 0.8% | 0.59% | - |
| HSV(B) | 26.55º | 0.71% | 0.92% | - |
| XYZ | 44.68 | 37.27 | 10.47 | - |
| YUV | 161.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 69 | 0 | 0.39 | 0.71 | 0.08 | 26.55 | 0.8 | 0.59 |
| Hex | EA | 8E | 45 | 0 | 27 | 47 | 8 | 1B | 50 | 3B |
| Octal | 352 | 216 | 105 | 0 | 47 | 107 | 10 | 33 | 120 | 73 |
| Binary | 11101010 | 10001110 | 1000101 | 0 | 100111 | 1000111 | 1000 | 11011 | 1010000 | 111011 |
Color Harmonies of #EA8E45
Complementary color
Monochromatic Colors of #EA8E45
Black with #EA8E45
Text Example
Text Example
White with #EA8E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E45; }
p { color: rgb(234,142,69); }
H1.HeaderClassName
{
color: #EA8E45;
}
.AnyTagClassName
{
color: #EA8E45;
}
</style>
background-color css
<style>
a { background-color: #EA8E45; }
a { background-color: rgb(234,142,69); }
div.DivClassName
{
background-color: #EA8E45;
}
.BgClassName
{
background-color: #EA8E45;
}
</style>
border-color css
<style>
span { border-color: #EA8E45; }
span { border-color: rgb(234,142,69); }
td.TdClassName
{
border-color: #EA8E45;
}
.TagClassName
{
border-color: #EA8E45;
}
</style>