Shades of Flamenco #EC884B
Tints of Flamenco #EC884B
RGB
CMYK
RGB Variations
Color information
#EC884B (or 0xEC884B) is known color: Flamenco. HEX triplet: EC, 88 and 4B. RGB value is (236,136,75). Sum of RGB (Red+Green+Blue) = 236+136+75=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC884B is #1377B4. Grayscale: #9F9F9F. Windows color (decimal): -1275829 or 4950252. OLE color: 4950252.
HSL color Cylindrical-coordinate representation of color #EC884B: hue angle of 22.73º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC884B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 75 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 22.73º | 0.81% | 0.61% | - |
| HSV(B) | 22.73º | 0.68% | 0.93% | - |
| XYZ | 44.67 | 35.95 | 11.24 | - |
| YUV | 158.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 75 | 0 | 0.42 | 0.68 | 0.07 | 22.73 | 0.81 | 0.61 |
| Hex | EC | 88 | 4B | 0 | 2A | 44 | 7 | 17 | 51 | 3D |
| Octal | 354 | 210 | 113 | 0 | 52 | 104 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001000 | 1001011 | 0 | 101010 | 1000100 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC884B
Complementary color
Monochromatic Colors of #EC884B
Black with #EC884B
Text Example
Text Example
White with #EC884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC884B; }
p { color: rgb(236,136,75); }
H1.HeaderClassName
{
color: #EC884B;
}
.AnyTagClassName
{
color: #EC884B;
}
</style>
background-color css
<style>
a { background-color: #EC884B; }
a { background-color: rgb(236,136,75); }
div.DivClassName
{
background-color: #EC884B;
}
.BgClassName
{
background-color: #EC884B;
}
</style>
border-color css
<style>
span { border-color: #EC884B; }
span { border-color: rgb(236,136,75); }
td.TdClassName
{
border-color: #EC884B;
}
.TagClassName
{
border-color: #EC884B;
}
</style>