Shades of Flamenco #EA8D50
Tints of Flamenco #EA8D50
RGB
CMYK
RGB Variations
Color information
#EA8D50 (or 0xEA8D50) is known color: Flamenco. HEX triplet: EA, 8D and 50. RGB value is (234,141,80). Sum of RGB (Red+Green+Blue) = 234+141+80=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D50 is #1572AF. Grayscale: #A2A2A2. Windows color (decimal): -1405616 or 5279210. OLE color: 5279210.
HSL color Cylindrical-coordinate representation of color #EA8D50: hue angle of 23.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA8D50 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 80 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.08 |
| HSL | 23.77º | 0.79% | 0.62% | - |
| HSV(B) | 23.77º | 0.66% | 0.92% | - |
| XYZ | 44.9 | 37.12 | 12.39 | - |
| YUV | 161.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 80 | 0 | 0.40 | 0.66 | 0.08 | 23.77 | 0.79 | 0.62 |
| Hex | EA | 8D | 50 | 0 | 28 | 42 | 8 | 18 | 4F | 3E |
| Octal | 352 | 215 | 120 | 0 | 50 | 102 | 10 | 30 | 117 | 76 |
| Binary | 11101010 | 10001101 | 1010000 | 0 | 101000 | 1000010 | 1000 | 11000 | 1001111 | 111110 |
Color Harmonies of #EA8D50
Complementary color
Monochromatic Colors of #EA8D50
Black with #EA8D50
Text Example
Text Example
White with #EA8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D50; }
p { color: rgb(234,141,80); }
H1.HeaderClassName
{
color: #EA8D50;
}
.AnyTagClassName
{
color: #EA8D50;
}
</style>
background-color css
<style>
a { background-color: #EA8D50; }
a { background-color: rgb(234,141,80); }
div.DivClassName
{
background-color: #EA8D50;
}
.BgClassName
{
background-color: #EA8D50;
}
</style>
border-color css
<style>
span { border-color: #EA8D50; }
span { border-color: rgb(234,141,80); }
td.TdClassName
{
border-color: #EA8D50;
}
.TagClassName
{
border-color: #EA8D50;
}
</style>