Shades of Tacao #EFB284
Tints of Tacao #EFB284
RGB
CMYK
RGB Variations
Color information
#EFB284 (or 0xEFB284) is known color: Tacao. HEX triplet: EF, B2 and 84. RGB value is (239,178,132). Sum of RGB (Red+Green+Blue) = 239+178+132=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB284 is #104D7B. Grayscale: #BFBFBF. Windows color (decimal): -1068412 or 8696559. OLE color: 8696559.
HSL color Cylindrical-coordinate representation of color #EFB284: hue angle of 25.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFB284 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 132 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.06 |
| HSL | 25.79º | 0.77% | 0.73% | - |
| HSV(B) | 25.79º | 0.45% | 0.94% | - |
| XYZ | 55.68 | 51.86 | 28.9 | - |
| YUV | 191 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 132 | 0 | 0.26 | 0.45 | 0.06 | 25.79 | 0.77 | 0.73 |
| Hex | EF | B2 | 84 | 0 | 1A | 2D | 6 | 1A | 4D | 49 |
| Octal | 357 | 262 | 204 | 0 | 32 | 55 | 6 | 32 | 115 | 111 |
| Binary | 11101111 | 10110010 | 10000100 | 0 | 11010 | 101101 | 110 | 11010 | 1001101 | 1001001 |
Color Harmonies of #EFB284
Complementary color
Monochromatic Colors of #EFB284
Black with #EFB284
Text Example
Text Example
White with #EFB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB284; }
p { color: rgb(239,178,132); }
H1.HeaderClassName
{
color: #EFB284;
}
.AnyTagClassName
{
color: #EFB284;
}
</style>
background-color css
<style>
a { background-color: #EFB284; }
a { background-color: rgb(239,178,132); }
div.DivClassName
{
background-color: #EFB284;
}
.BgClassName
{
background-color: #EFB284;
}
</style>
border-color css
<style>
span { border-color: #EFB284; }
span { border-color: rgb(239,178,132); }
td.TdClassName
{
border-color: #EFB284;
}
.TagClassName
{
border-color: #EFB284;
}
</style>