Shades of Flamenco #EC823F
Tints of Flamenco #EC823F
RGB
CMYK
RGB Variations
Color information
#EC823F (or 0xEC823F) is known color: Flamenco. HEX triplet: EC, 82 and 3F. RGB value is (236,130,63). Sum of RGB (Red+Green+Blue) = 236+130+63=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC823F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC823F is #137DC0. Grayscale: #9A9A9A. Windows color (decimal): -1277377 or 4162284. OLE color: 4162284.
HSL color Cylindrical-coordinate representation of color #EC823F: hue angle of 23.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC823F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 63 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.07 |
| HSL | 23.24º | 0.82% | 0.59% | - |
| HSV(B) | 23.24º | 0.73% | 0.93% | - |
| XYZ | 43.47 | 34.16 | 9 | - |
| YUV | 154.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 63 | 0 | 0.45 | 0.73 | 0.07 | 23.24 | 0.82 | 0.59 |
| Hex | EC | 82 | 3F | 0 | 2D | 49 | 7 | 17 | 52 | 3B |
| Octal | 354 | 202 | 77 | 0 | 55 | 111 | 7 | 27 | 122 | 73 |
| Binary | 11101100 | 10000010 | 111111 | 0 | 101101 | 1001001 | 111 | 10111 | 1010010 | 111011 |
Color Harmonies of #EC823F
Complementary color
Monochromatic Colors of #EC823F
Black with #EC823F
Text Example
Text Example
White with #EC823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC823F; }
p { color: rgb(236,130,63); }
H1.HeaderClassName
{
color: #EC823F;
}
.AnyTagClassName
{
color: #EC823F;
}
</style>
background-color css
<style>
a { background-color: #EC823F; }
a { background-color: rgb(236,130,63); }
div.DivClassName
{
background-color: #EC823F;
}
.BgClassName
{
background-color: #EC823F;
}
</style>
border-color css
<style>
span { border-color: #EC823F; }
span { border-color: rgb(236,130,63); }
td.TdClassName
{
border-color: #EC823F;
}
.TagClassName
{
border-color: #EC823F;
}
</style>