Shades of Flamenco #EB8844
Tints of Flamenco #EB8844
RGB
CMYK
RGB Variations
Color information
#EB8844 (or 0xEB8844) is known color: Flamenco. HEX triplet: EB, 88 and 44. RGB value is (235,136,68). Sum of RGB (Red+Green+Blue) = 235+136+68=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8844 is #1477BB. Grayscale: #9E9E9E. Windows color (decimal): -1341372 or 4491499. OLE color: 4491499.
HSL color Cylindrical-coordinate representation of color #EB8844: hue angle of 24.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB8844 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 68 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.08 |
| HSL | 24.43º | 0.81% | 0.59% | - |
| HSV(B) | 24.43º | 0.71% | 0.92% | - |
| XYZ | 44.11 | 35.69 | 10.03 | - |
| YUV | 157.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 68 | 0 | 0.42 | 0.71 | 0.08 | 24.43 | 0.81 | 0.59 |
| Hex | EB | 88 | 44 | 0 | 2A | 47 | 8 | 18 | 51 | 3B |
| Octal | 353 | 210 | 104 | 0 | 52 | 107 | 10 | 30 | 121 | 73 |
| Binary | 11101011 | 10001000 | 1000100 | 0 | 101010 | 1000111 | 1000 | 11000 | 1010001 | 111011 |
Color Harmonies of #EB8844
Complementary color
Monochromatic Colors of #EB8844
Black with #EB8844
Text Example
Text Example
White with #EB8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8844; }
p { color: rgb(235,136,68); }
H1.HeaderClassName
{
color: #EB8844;
}
.AnyTagClassName
{
color: #EB8844;
}
</style>
background-color css
<style>
a { background-color: #EB8844; }
a { background-color: rgb(235,136,68); }
div.DivClassName
{
background-color: #EB8844;
}
.BgClassName
{
background-color: #EB8844;
}
</style>
border-color css
<style>
span { border-color: #EB8844; }
span { border-color: rgb(235,136,68); }
td.TdClassName
{
border-color: #EB8844;
}
.TagClassName
{
border-color: #EB8844;
}
</style>