Shades of Flamenco #EC8A42
Tints of Flamenco #EC8A42
RGB
CMYK
RGB Variations
Color information
#EC8A42 (or 0xEC8A42) is known color: Flamenco. HEX triplet: EC, 8A and 42. RGB value is (236,138,66). Sum of RGB (Red+Green+Blue) = 236+138+66=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A42 is #1375BD. Grayscale: #9F9F9F. Windows color (decimal): -1275326 or 4360940. OLE color: 4360940.
HSL color Cylindrical-coordinate representation of color #EC8A42: hue angle of 25.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8A42 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 66 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 25.41º | 0.82% | 0.59% | - |
| HSV(B) | 25.41º | 0.72% | 0.93% | - |
| XYZ | 44.66 | 36.4 | 9.83 | - |
| YUV | 159.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 66 | 0 | 0.42 | 0.72 | 0.07 | 25.41 | 0.82 | 0.59 |
| Hex | EC | 8A | 42 | 0 | 2A | 48 | 7 | 19 | 52 | 3B |
| Octal | 354 | 212 | 102 | 0 | 52 | 110 | 7 | 31 | 122 | 73 |
| Binary | 11101100 | 10001010 | 1000010 | 0 | 101010 | 1001000 | 111 | 11001 | 1010010 | 111011 |
Color Harmonies of #EC8A42
Complementary color
Monochromatic Colors of #EC8A42
Black with #EC8A42
Text Example
Text Example
White with #EC8A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A42; }
p { color: rgb(236,138,66); }
H1.HeaderClassName
{
color: #EC8A42;
}
.AnyTagClassName
{
color: #EC8A42;
}
</style>
background-color css
<style>
a { background-color: #EC8A42; }
a { background-color: rgb(236,138,66); }
div.DivClassName
{
background-color: #EC8A42;
}
.BgClassName
{
background-color: #EC8A42;
}
</style>
border-color css
<style>
span { border-color: #EC8A42; }
span { border-color: rgb(236,138,66); }
td.TdClassName
{
border-color: #EC8A42;
}
.TagClassName
{
border-color: #EC8A42;
}
</style>