Shades of Flamenco #EB824D
Tints of Flamenco #EB824D
RGB
CMYK
RGB Variations
Color information
#EB824D (or 0xEB824D) is known color: Flamenco. HEX triplet: EB, 82 and 4D. RGB value is (235,130,77). Sum of RGB (Red+Green+Blue) = 235+130+77=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB824D is #147DB2. Grayscale: #9B9B9B. Windows color (decimal): -1342899 or 5079787. OLE color: 5079787.
HSL color Cylindrical-coordinate representation of color #EB824D: hue angle of 20.13º 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 #EB824D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 77 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.08 |
| HSL | 20.13º | 0.8% | 0.61% | - |
| HSV(B) | 20.13º | 0.67% | 0.92% | - |
| XYZ | 43.58 | 34.16 | 11.32 | - |
| YUV | 155.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 77 | 0 | 0.45 | 0.67 | 0.08 | 20.13 | 0.8 | 0.61 |
| Hex | EB | 82 | 4D | 0 | 2D | 43 | 8 | 14 | 50 | 3D |
| Octal | 353 | 202 | 115 | 0 | 55 | 103 | 10 | 24 | 120 | 75 |
| Binary | 11101011 | 10000010 | 1001101 | 0 | 101101 | 1000011 | 1000 | 10100 | 1010000 | 111101 |
Color Harmonies of #EB824D
Complementary color
Monochromatic Colors of #EB824D
Black with #EB824D
Text Example
Text Example
White with #EB824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB824D; }
p { color: rgb(235,130,77); }
H1.HeaderClassName
{
color: #EB824D;
}
.AnyTagClassName
{
color: #EB824D;
}
</style>
background-color css
<style>
a { background-color: #EB824D; }
a { background-color: rgb(235,130,77); }
div.DivClassName
{
background-color: #EB824D;
}
.BgClassName
{
background-color: #EB824D;
}
</style>
border-color css
<style>
span { border-color: #EB824D; }
span { border-color: rgb(235,130,77); }
td.TdClassName
{
border-color: #EB824D;
}
.TagClassName
{
border-color: #EB824D;
}
</style>