Shades of Flamenco #EB8D4E
Tints of Flamenco #EB8D4E
RGB
CMYK
RGB Variations
Color information
#EB8D4E (or 0xEB8D4E) is known color: Flamenco. HEX triplet: EB, 8D and 4E. RGB value is (235,141,78). Sum of RGB (Red+Green+Blue) = 235+141+78=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D4E is #1472B1. Grayscale: #A2A2A2. Windows color (decimal): -1340082 or 5148139. OLE color: 5148139.
HSL color Cylindrical-coordinate representation of color #EB8D4E: hue angle of 24.08º degrees, saturation: 0.8, 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 #EB8D4E is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 78 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.08 |
| HSL | 24.08º | 0.8% | 0.61% | - |
| HSV(B) | 24.08º | 0.67% | 0.92% | - |
| XYZ | 45.16 | 37.26 | 12.02 | - |
| YUV | 161.92 | 80.64 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 78 | 0 | 0.4 | 0.67 | 0.08 | 24.08 | 0.8 | 0.61 |
| Hex | EB | 8D | 4E | 0 | 28 | 43 | 8 | 18 | 50 | 3D |
| Octal | 353 | 215 | 116 | 0 | 50 | 103 | 10 | 30 | 120 | 75 |
| Binary | 11101011 | 10001101 | 1001110 | 0 | 101000 | 1000011 | 1000 | 11000 | 1010000 | 111101 |
Color Harmonies of #EB8D4E
Complementary color
Monochromatic Colors of #EB8D4E
Black with #EB8D4E
Text Example
Text Example
White with #EB8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D4E; }
p { color: rgb(235,141,78); }
H1.HeaderClassName
{
color: #EB8D4E;
}
.AnyTagClassName
{
color: #EB8D4E;
}
</style>
background-color css
<style>
a { background-color: #EB8D4E; }
a { background-color: rgb(235,141,78); }
div.DivClassName
{
background-color: #EB8D4E;
}
.BgClassName
{
background-color: #EB8D4E;
}
</style>
border-color css
<style>
span { border-color: #EB8D4E; }
span { border-color: rgb(235,141,78); }
td.TdClassName
{
border-color: #EB8D4E;
}
.TagClassName
{
border-color: #EB8D4E;
}
</style>