Shades of Flamenco #EA8D4E
Tints of Flamenco #EA8D4E
RGB
CMYK
RGB Variations
Color information
#EA8D4E (or 0xEA8D4E) is known color: Flamenco. HEX triplet: EA, 8D and 4E. RGB value is (234,141,78). Sum of RGB (Red+Green+Blue) = 234+141+78=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D4E is #1572B1. Grayscale: #A1A1A1. Windows color (decimal): -1405618 or 5148138. OLE color: 5148138.
HSL color Cylindrical-coordinate representation of color #EA8D4E: hue angle of 24.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA8D4E is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 78 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.08 |
| HSL | 24.23º | 0.79% | 0.61% | - |
| HSV(B) | 24.23º | 0.67% | 0.92% | - |
| XYZ | 44.83 | 37.09 | 12 | - |
| YUV | 161.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 78 | 0 | 0.40 | 0.67 | 0.08 | 24.23 | 0.79 | 0.61 |
| Hex | EA | 8D | 4E | 0 | 28 | 43 | 8 | 18 | 4F | 3D |
| Octal | 352 | 215 | 116 | 0 | 50 | 103 | 10 | 30 | 117 | 75 |
| Binary | 11101010 | 10001101 | 1001110 | 0 | 101000 | 1000011 | 1000 | 11000 | 1001111 | 111101 |
Color Harmonies of #EA8D4E
Complementary color
Monochromatic Colors of #EA8D4E
Black with #EA8D4E
Text Example
Text Example
White with #EA8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D4E; }
p { color: rgb(234,141,78); }
H1.HeaderClassName
{
color: #EA8D4E;
}
.AnyTagClassName
{
color: #EA8D4E;
}
</style>
background-color css
<style>
a { background-color: #EA8D4E; }
a { background-color: rgb(234,141,78); }
div.DivClassName
{
background-color: #EA8D4E;
}
.BgClassName
{
background-color: #EA8D4E;
}
</style>
border-color css
<style>
span { border-color: #EA8D4E; }
span { border-color: rgb(234,141,78); }
td.TdClassName
{
border-color: #EA8D4E;
}
.TagClassName
{
border-color: #EA8D4E;
}
</style>