Shades of Flamenco #EB8C4D
Tints of Flamenco #EB8C4D
RGB
CMYK
RGB Variations
Color information
#EB8C4D (or 0xEB8C4D) is known color: Flamenco. HEX triplet: EB, 8C and 4D. RGB value is (235,140,77). Sum of RGB (Red+Green+Blue) = 235+140+77=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C4D is #1473B2. Grayscale: #A1A1A1. Windows color (decimal): -1340339 or 5082347. OLE color: 5082347.
HSL color Cylindrical-coordinate representation of color #EB8C4D: hue angle of 23.92º 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 #EB8C4D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 77 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.08 |
| HSL | 23.92º | 0.8% | 0.61% | - |
| HSV(B) | 23.92º | 0.67% | 0.92% | - |
| XYZ | 44.98 | 36.95 | 11.78 | - |
| YUV | 161.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 77 | 0 | 0.40 | 0.67 | 0.08 | 23.92 | 0.8 | 0.61 |
| Hex | EB | 8C | 4D | 0 | 28 | 43 | 8 | 18 | 50 | 3D |
| Octal | 353 | 214 | 115 | 0 | 50 | 103 | 10 | 30 | 120 | 75 |
| Binary | 11101011 | 10001100 | 1001101 | 0 | 101000 | 1000011 | 1000 | 11000 | 1010000 | 111101 |
Color Harmonies of #EB8C4D
Complementary color
Monochromatic Colors of #EB8C4D
Black with #EB8C4D
Text Example
Text Example
White with #EB8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C4D; }
p { color: rgb(235,140,77); }
H1.HeaderClassName
{
color: #EB8C4D;
}
.AnyTagClassName
{
color: #EB8C4D;
}
</style>
background-color css
<style>
a { background-color: #EB8C4D; }
a { background-color: rgb(235,140,77); }
div.DivClassName
{
background-color: #EB8C4D;
}
.BgClassName
{
background-color: #EB8C4D;
}
</style>
border-color css
<style>
span { border-color: #EB8C4D; }
span { border-color: rgb(235,140,77); }
td.TdClassName
{
border-color: #EB8C4D;
}
.TagClassName
{
border-color: #EB8C4D;
}
</style>