Shades of Flamenco #EF884C
Tints of Flamenco #EF884C
RGB
CMYK
RGB Variations
Color information
#EF884C (or 0xEF884C) is known color: Flamenco. HEX triplet: EF, 88 and 4C. RGB value is (239,136,76). Sum of RGB (Red+Green+Blue) = 239+136+76=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF884C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF884C is #1077B3. Grayscale: #A0A0A0. Windows color (decimal): -1079220 or 5015791. OLE color: 5015791.
HSL color Cylindrical-coordinate representation of color #EF884C: hue angle of 22.09º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF884C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 76 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.06 |
| HSL | 22.09º | 0.84% | 0.62% | - |
| HSV(B) | 22.09º | 0.68% | 0.94% | - |
| XYZ | 45.71 | 36.48 | 11.47 | - |
| YUV | 159.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 76 | 0 | 0.43 | 0.68 | 0.06 | 22.09 | 0.84 | 0.62 |
| Hex | EF | 88 | 4C | 0 | 2B | 44 | 6 | 16 | 54 | 3E |
| Octal | 357 | 210 | 114 | 0 | 53 | 104 | 6 | 26 | 124 | 76 |
| Binary | 11101111 | 10001000 | 1001100 | 0 | 101011 | 1000100 | 110 | 10110 | 1010100 | 111110 |
Color Harmonies of #EF884C
Complementary color
Monochromatic Colors of #EF884C
Black with #EF884C
Text Example
Text Example
White with #EF884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF884C; }
p { color: rgb(239,136,76); }
H1.HeaderClassName
{
color: #EF884C;
}
.AnyTagClassName
{
color: #EF884C;
}
</style>
background-color css
<style>
a { background-color: #EF884C; }
a { background-color: rgb(239,136,76); }
div.DivClassName
{
background-color: #EF884C;
}
.BgClassName
{
background-color: #EF884C;
}
</style>
border-color css
<style>
span { border-color: #EF884C; }
span { border-color: rgb(239,136,76); }
td.TdClassName
{
border-color: #EF884C;
}
.TagClassName
{
border-color: #EF884C;
}
</style>