Shades of Flamenco #EB8C4E
Tints of Flamenco #EB8C4E
RGB
CMYK
RGB Variations
Color information
#EB8C4E (or 0xEB8C4E) is known color: Flamenco. HEX triplet: EB, 8C and 4E. RGB value is (235,140,78). Sum of RGB (Red+Green+Blue) = 235+140+78=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C4E is #1473B1. Grayscale: #A1A1A1. Windows color (decimal): -1340338 or 5147883. OLE color: 5147883.
HSL color Cylindrical-coordinate representation of color #EB8C4E: hue angle of 23.69º 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 #EB8C4E is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 78 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.08 |
| HSL | 23.69º | 0.8% | 0.61% | - |
| HSV(B) | 23.69º | 0.67% | 0.92% | - |
| XYZ | 45.01 | 36.97 | 11.97 | - |
| YUV | 161.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 78 | 0 | 0.40 | 0.67 | 0.08 | 23.69 | 0.8 | 0.61 |
| Hex | EB | 8C | 4E | 0 | 28 | 43 | 8 | 18 | 50 | 3D |
| Octal | 353 | 214 | 116 | 0 | 50 | 103 | 10 | 30 | 120 | 75 |
| Binary | 11101011 | 10001100 | 1001110 | 0 | 101000 | 1000011 | 1000 | 11000 | 1010000 | 111101 |
Color Harmonies of #EB8C4E
Complementary color
Monochromatic Colors of #EB8C4E
Black with #EB8C4E
Text Example
Text Example
White with #EB8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C4E; }
p { color: rgb(235,140,78); }
H1.HeaderClassName
{
color: #EB8C4E;
}
.AnyTagClassName
{
color: #EB8C4E;
}
</style>
background-color css
<style>
a { background-color: #EB8C4E; }
a { background-color: rgb(235,140,78); }
div.DivClassName
{
background-color: #EB8C4E;
}
.BgClassName
{
background-color: #EB8C4E;
}
</style>
border-color css
<style>
span { border-color: #EB8C4E; }
span { border-color: rgb(235,140,78); }
td.TdClassName
{
border-color: #EB8C4E;
}
.TagClassName
{
border-color: #EB8C4E;
}
</style>