Shades of Flamenco #EC833E
Tints of Flamenco #EC833E
RGB
CMYK
RGB Variations
Color information
#EC833E (or 0xEC833E) is known color: Flamenco. HEX triplet: EC, 83 and 3E. RGB value is (236,131,62). Sum of RGB (Red+Green+Blue) = 236+131+62=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC833E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC833E is #137CC1. Grayscale: #9A9A9A. Windows color (decimal): -1277122 or 4097004. OLE color: 4097004.
HSL color Cylindrical-coordinate representation of color #EC833E: hue angle of 23.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC833E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 62 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.07 |
| HSL | 23.79º | 0.82% | 0.58% | - |
| HSV(B) | 23.79º | 0.74% | 0.93% | - |
| XYZ | 43.58 | 34.41 | 8.9 | - |
| YUV | 154.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 62 | 0 | 0.44 | 0.74 | 0.07 | 23.79 | 0.82 | 0.58 |
| Hex | EC | 83 | 3E | 0 | 2C | 4A | 7 | 18 | 52 | 3A |
| Octal | 354 | 203 | 76 | 0 | 54 | 112 | 7 | 30 | 122 | 72 |
| Binary | 11101100 | 10000011 | 111110 | 0 | 101100 | 1001010 | 111 | 11000 | 1010010 | 111010 |
Color Harmonies of #EC833E
Complementary color
Monochromatic Colors of #EC833E
Black with #EC833E
Text Example
Text Example
White with #EC833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC833E; }
p { color: rgb(236,131,62); }
H1.HeaderClassName
{
color: #EC833E;
}
.AnyTagClassName
{
color: #EC833E;
}
</style>
background-color css
<style>
a { background-color: #EC833E; }
a { background-color: rgb(236,131,62); }
div.DivClassName
{
background-color: #EC833E;
}
.BgClassName
{
background-color: #EC833E;
}
</style>
border-color css
<style>
span { border-color: #EC833E; }
span { border-color: rgb(236,131,62); }
td.TdClassName
{
border-color: #EC833E;
}
.TagClassName
{
border-color: #EC833E;
}
</style>