Shades of Flamenco #EA8D4C
Tints of Flamenco #EA8D4C
RGB
CMYK
RGB Variations
Color information
#EA8D4C (or 0xEA8D4C) is known color: Flamenco. HEX triplet: EA, 8D and 4C. RGB value is (234,141,76). Sum of RGB (Red+Green+Blue) = 234+141+76=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D4C is #1572B3. Grayscale: #A1A1A1. Windows color (decimal): -1405620 or 5017066. OLE color: 5017066.
HSL color Cylindrical-coordinate representation of color #EA8D4C: hue angle of 24.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA8D4C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 76 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.08 |
| HSL | 24.68º | 0.79% | 0.61% | - |
| HSV(B) | 24.68º | 0.68% | 0.92% | - |
| XYZ | 44.76 | 37.06 | 11.63 | - |
| YUV | 161.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 76 | 0 | 0.40 | 0.68 | 0.08 | 24.68 | 0.79 | 0.61 |
| Hex | EA | 8D | 4C | 0 | 28 | 44 | 8 | 19 | 4F | 3D |
| Octal | 352 | 215 | 114 | 0 | 50 | 104 | 10 | 31 | 117 | 75 |
| Binary | 11101010 | 10001101 | 1001100 | 0 | 101000 | 1000100 | 1000 | 11001 | 1001111 | 111101 |
Color Harmonies of #EA8D4C
Complementary color
Monochromatic Colors of #EA8D4C
Black with #EA8D4C
Text Example
Text Example
White with #EA8D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D4C; }
p { color: rgb(234,141,76); }
H1.HeaderClassName
{
color: #EA8D4C;
}
.AnyTagClassName
{
color: #EA8D4C;
}
</style>
background-color css
<style>
a { background-color: #EA8D4C; }
a { background-color: rgb(234,141,76); }
div.DivClassName
{
background-color: #EA8D4C;
}
.BgClassName
{
background-color: #EA8D4C;
}
</style>
border-color css
<style>
span { border-color: #EA8D4C; }
span { border-color: rgb(234,141,76); }
td.TdClassName
{
border-color: #EA8D4C;
}
.TagClassName
{
border-color: #EA8D4C;
}
</style>