Shades of Flamenco #EA8045
Tints of Flamenco #EA8045
RGB
CMYK
RGB Variations
Color information
#EA8045 (or 0xEA8045) is known color: Flamenco. HEX triplet: EA, 80 and 45. RGB value is (234,128,69). Sum of RGB (Red+Green+Blue) = 234+128+69=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8045 is #157FBA. Grayscale: #999999. Windows color (decimal): -1408955 or 4554986. OLE color: 4554986.
HSL color Cylindrical-coordinate representation of color #EA8045: hue angle of 21.45º 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 #EA8045 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 69 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.08 |
| HSL | 21.45º | 0.8% | 0.59% | - |
| HSV(B) | 21.45º | 0.71% | 0.92% | - |
| XYZ | 42.73 | 33.36 | 9.82 | - |
| YUV | 152.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 69 | 0 | 0.45 | 0.71 | 0.08 | 21.45 | 0.8 | 0.59 |
| Hex | EA | 80 | 45 | 0 | 2D | 47 | 8 | 15 | 50 | 3B |
| Octal | 352 | 200 | 105 | 0 | 55 | 107 | 10 | 25 | 120 | 73 |
| Binary | 11101010 | 10000000 | 1000101 | 0 | 101101 | 1000111 | 1000 | 10101 | 1010000 | 111011 |
Color Harmonies of #EA8045
Complementary color
Monochromatic Colors of #EA8045
Black with #EA8045
Text Example
Text Example
White with #EA8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8045; }
p { color: rgb(234,128,69); }
H1.HeaderClassName
{
color: #EA8045;
}
.AnyTagClassName
{
color: #EA8045;
}
</style>
background-color css
<style>
a { background-color: #EA8045; }
a { background-color: rgb(234,128,69); }
div.DivClassName
{
background-color: #EA8045;
}
.BgClassName
{
background-color: #EA8045;
}
</style>
border-color css
<style>
span { border-color: #EA8045; }
span { border-color: rgb(234,128,69); }
td.TdClassName
{
border-color: #EA8045;
}
.TagClassName
{
border-color: #EA8045;
}
</style>