Shades of Flamenco #EC894B
Tints of Flamenco #EC894B
RGB
CMYK
RGB Variations
Color information
#EC894B (or 0xEC894B) is known color: Flamenco. HEX triplet: EC, 89 and 4B. RGB value is (236,137,75). Sum of RGB (Red+Green+Blue) = 236+137+75=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC894B is #1376B4. Grayscale: #9F9F9F. Windows color (decimal): -1275573 or 4950508. OLE color: 4950508.
HSL color Cylindrical-coordinate representation of color #EC894B: hue angle of 23.11º 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 #EC894B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 75 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 23.11º | 0.81% | 0.61% | - |
| HSV(B) | 23.11º | 0.68% | 0.93% | - |
| XYZ | 44.81 | 36.23 | 11.29 | - |
| YUV | 159.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 75 | 0 | 0.42 | 0.68 | 0.07 | 23.11 | 0.81 | 0.61 |
| Hex | EC | 89 | 4B | 0 | 2A | 44 | 7 | 17 | 51 | 3D |
| Octal | 354 | 211 | 113 | 0 | 52 | 104 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001001 | 1001011 | 0 | 101010 | 1000100 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC894B
Complementary color
Monochromatic Colors of #EC894B
Black with #EC894B
Text Example
Text Example
White with #EC894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC894B; }
p { color: rgb(236,137,75); }
H1.HeaderClassName
{
color: #EC894B;
}
.AnyTagClassName
{
color: #EC894B;
}
</style>
background-color css
<style>
a { background-color: #EC894B; }
a { background-color: rgb(236,137,75); }
div.DivClassName
{
background-color: #EC894B;
}
.BgClassName
{
background-color: #EC894B;
}
</style>
border-color css
<style>
span { border-color: #EC894B; }
span { border-color: rgb(236,137,75); }
td.TdClassName
{
border-color: #EC894B;
}
.TagClassName
{
border-color: #EC894B;
}
</style>