Shades of Flamenco #EA8D4B
Tints of Flamenco #EA8D4B
RGB
CMYK
RGB Variations
Color information
#EA8D4B (or 0xEA8D4B) is known color: Flamenco. HEX triplet: EA, 8D and 4B. RGB value is (234,141,75). Sum of RGB (Red+Green+Blue) = 234+141+75=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D4B is #1572B4. Grayscale: #A1A1A1. Windows color (decimal): -1405621 or 4951530. OLE color: 4951530.
HSL color Cylindrical-coordinate representation of color #EA8D4B: hue angle of 24.91º 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 #EA8D4B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 75 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.08 |
| HSL | 24.91º | 0.79% | 0.61% | - |
| HSV(B) | 24.91º | 0.68% | 0.92% | - |
| XYZ | 44.73 | 37.05 | 11.45 | - |
| YUV | 161.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 75 | 0 | 0.40 | 0.68 | 0.08 | 24.91 | 0.79 | 0.61 |
| Hex | EA | 8D | 4B | 0 | 28 | 44 | 8 | 19 | 4F | 3D |
| Octal | 352 | 215 | 113 | 0 | 50 | 104 | 10 | 31 | 117 | 75 |
| Binary | 11101010 | 10001101 | 1001011 | 0 | 101000 | 1000100 | 1000 | 11001 | 1001111 | 111101 |
Color Harmonies of #EA8D4B
Complementary color
Monochromatic Colors of #EA8D4B
Black with #EA8D4B
Text Example
Text Example
White with #EA8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D4B; }
p { color: rgb(234,141,75); }
H1.HeaderClassName
{
color: #EA8D4B;
}
.AnyTagClassName
{
color: #EA8D4B;
}
</style>
background-color css
<style>
a { background-color: #EA8D4B; }
a { background-color: rgb(234,141,75); }
div.DivClassName
{
background-color: #EA8D4B;
}
.BgClassName
{
background-color: #EA8D4B;
}
</style>
border-color css
<style>
span { border-color: #EA8D4B; }
span { border-color: rgb(234,141,75); }
td.TdClassName
{
border-color: #EA8D4B;
}
.TagClassName
{
border-color: #EA8D4B;
}
</style>