Shades of Flamenco #EF884B
Tints of Flamenco #EF884B
RGB
CMYK
RGB Variations
Color information
#EF884B (or 0xEF884B) is known color: Flamenco. HEX triplet: EF, 88 and 4B. RGB value is (239,136,75). Sum of RGB (Red+Green+Blue) = 239+136+75=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF884B is #1077B4. Grayscale: #A0A0A0. Windows color (decimal): -1079221 or 4950255. OLE color: 4950255.
HSL color Cylindrical-coordinate representation of color #EF884B: hue angle of 22.32º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF884B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 75 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.06 |
| HSL | 22.32º | 0.84% | 0.62% | - |
| HSV(B) | 22.32º | 0.69% | 0.94% | - |
| XYZ | 45.67 | 36.47 | 11.29 | - |
| YUV | 159.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 75 | 0 | 0.43 | 0.69 | 0.06 | 22.32 | 0.84 | 0.62 |
| Hex | EF | 88 | 4B | 0 | 2B | 45 | 6 | 16 | 54 | 3E |
| Octal | 357 | 210 | 113 | 0 | 53 | 105 | 6 | 26 | 124 | 76 |
| Binary | 11101111 | 10001000 | 1001011 | 0 | 101011 | 1000101 | 110 | 10110 | 1010100 | 111110 |
Color Harmonies of #EF884B
Complementary color
Monochromatic Colors of #EF884B
Black with #EF884B
Text Example
Text Example
White with #EF884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF884B; }
p { color: rgb(239,136,75); }
H1.HeaderClassName
{
color: #EF884B;
}
.AnyTagClassName
{
color: #EF884B;
}
</style>
background-color css
<style>
a { background-color: #EF884B; }
a { background-color: rgb(239,136,75); }
div.DivClassName
{
background-color: #EF884B;
}
.BgClassName
{
background-color: #EF884B;
}
</style>
border-color css
<style>
span { border-color: #EF884B; }
span { border-color: rgb(239,136,75); }
td.TdClassName
{
border-color: #EF884B;
}
.TagClassName
{
border-color: #EF884B;
}
</style>