Shades of Flamenco #EC8A44
Tints of Flamenco #EC8A44
RGB
CMYK
RGB Variations
Color information
#EC8A44 (or 0xEC8A44) is known color: Flamenco. HEX triplet: EC, 8A and 44. RGB value is (236,138,68). Sum of RGB (Red+Green+Blue) = 236+138+68=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A44 is #1375BB. Grayscale: #9F9F9F. Windows color (decimal): -1275324 or 4492012. OLE color: 4492012.
HSL color Cylindrical-coordinate representation of color #EC8A44: hue angle of 25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC8A44 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 68 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.07 |
| HSL | 25º | 0.82% | 0.6% | - |
| HSV(B) | 25º | 0.71% | 0.93% | - |
| XYZ | 44.72 | 36.43 | 10.14 | - |
| YUV | 159.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 68 | 0 | 0.42 | 0.71 | 0.07 | 25 | 0.82 | 0.6 |
| Hex | EC | 8A | 44 | 0 | 2A | 47 | 7 | 19 | 52 | 3C |
| Octal | 354 | 212 | 104 | 0 | 52 | 107 | 7 | 31 | 122 | 74 |
| Binary | 11101100 | 10001010 | 1000100 | 0 | 101010 | 1000111 | 111 | 11001 | 1010010 | 111100 |
Color Harmonies of #EC8A44
Complementary color
Monochromatic Colors of #EC8A44
Black with #EC8A44
Text Example
Text Example
White with #EC8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A44; }
p { color: rgb(236,138,68); }
H1.HeaderClassName
{
color: #EC8A44;
}
.AnyTagClassName
{
color: #EC8A44;
}
</style>
background-color css
<style>
a { background-color: #EC8A44; }
a { background-color: rgb(236,138,68); }
div.DivClassName
{
background-color: #EC8A44;
}
.BgClassName
{
background-color: #EC8A44;
}
</style>
border-color css
<style>
span { border-color: #EC8A44; }
span { border-color: rgb(236,138,68); }
td.TdClassName
{
border-color: #EC8A44;
}
.TagClassName
{
border-color: #EC8A44;
}
</style>