Shades of Flamenco #EB8843
Tints of Flamenco #EB8843
RGB
CMYK
RGB Variations
Color information
#EB8843 (or 0xEB8843) is known color: Flamenco. HEX triplet: EB, 88 and 43. RGB value is (235,136,67). Sum of RGB (Red+Green+Blue) = 235+136+67=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8843 is #1477BC. Grayscale: #9E9E9E. Windows color (decimal): -1341373 or 4425963. OLE color: 4425963.
HSL color Cylindrical-coordinate representation of color #EB8843: hue angle of 24.64º 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 #EB8843 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 67 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.08 |
| HSL | 24.64º | 0.81% | 0.59% | - |
| HSV(B) | 24.64º | 0.71% | 0.92% | - |
| XYZ | 44.08 | 35.68 | 9.87 | - |
| YUV | 157.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 67 | 0 | 0.42 | 0.71 | 0.08 | 24.64 | 0.81 | 0.59 |
| Hex | EB | 88 | 43 | 0 | 2A | 47 | 8 | 19 | 51 | 3B |
| Octal | 353 | 210 | 103 | 0 | 52 | 107 | 10 | 31 | 121 | 73 |
| Binary | 11101011 | 10001000 | 1000011 | 0 | 101010 | 1000111 | 1000 | 11001 | 1010001 | 111011 |
Color Harmonies of #EB8843
Complementary color
Monochromatic Colors of #EB8843
Black with #EB8843
Text Example
Text Example
White with #EB8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8843; }
p { color: rgb(235,136,67); }
H1.HeaderClassName
{
color: #EB8843;
}
.AnyTagClassName
{
color: #EB8843;
}
</style>
background-color css
<style>
a { background-color: #EB8843; }
a { background-color: rgb(235,136,67); }
div.DivClassName
{
background-color: #EB8843;
}
.BgClassName
{
background-color: #EB8843;
}
</style>
border-color css
<style>
span { border-color: #EB8843; }
span { border-color: rgb(235,136,67); }
td.TdClassName
{
border-color: #EB8843;
}
.TagClassName
{
border-color: #EB8843;
}
</style>