Shades of Flamenco #EC884A
Tints of Flamenco #EC884A
RGB
CMYK
RGB Variations
Color information
#EC884A (or 0xEC884A) is known color: Flamenco. HEX triplet: EC, 88 and 4A. RGB value is (236,136,74). Sum of RGB (Red+Green+Blue) = 236+136+74=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC884A is #1377B5. Grayscale: #9F9F9F. Windows color (decimal): -1275830 or 4884716. OLE color: 4884716.
HSL color Cylindrical-coordinate representation of color #EC884A: hue angle of 22.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC884A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 74 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 22.96º | 0.81% | 0.61% | - |
| HSV(B) | 22.96º | 0.69% | 0.93% | - |
| XYZ | 44.63 | 35.94 | 11.06 | - |
| YUV | 158.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 74 | 0 | 0.42 | 0.69 | 0.07 | 22.96 | 0.81 | 0.61 |
| Hex | EC | 88 | 4A | 0 | 2A | 45 | 7 | 17 | 51 | 3D |
| Octal | 354 | 210 | 112 | 0 | 52 | 105 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001000 | 1001010 | 0 | 101010 | 1000101 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC884A
Complementary color
Monochromatic Colors of #EC884A
Black with #EC884A
Text Example
Text Example
White with #EC884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC884A; }
p { color: rgb(236,136,74); }
H1.HeaderClassName
{
color: #EC884A;
}
.AnyTagClassName
{
color: #EC884A;
}
</style>
background-color css
<style>
a { background-color: #EC884A; }
a { background-color: rgb(236,136,74); }
div.DivClassName
{
background-color: #EC884A;
}
.BgClassName
{
background-color: #EC884A;
}
</style>
border-color css
<style>
span { border-color: #EC884A; }
span { border-color: rgb(236,136,74); }
td.TdClassName
{
border-color: #EC884A;
}
.TagClassName
{
border-color: #EC884A;
}
</style>