Shades of Tacao #EFB281
Tints of Tacao #EFB281
RGB
CMYK
RGB Variations
Color information
#EFB281 (or 0xEFB281) is known color: Tacao. HEX triplet: EF, B2 and 81. RGB value is (239,178,129). Sum of RGB (Red+Green+Blue) = 239+178+129=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB281 is #104D7E. Grayscale: #BEBEBE. Windows color (decimal): -1068415 or 8499951. OLE color: 8499951.
HSL color Cylindrical-coordinate representation of color #EFB281: hue angle of 26.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB281 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 129 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 26.73º | 0.77% | 0.72% | - |
| HSV(B) | 26.73º | 0.46% | 0.94% | - |
| XYZ | 55.48 | 51.78 | 27.84 | - |
| YUV | 190.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 129 | 0 | 0.26 | 0.46 | 0.06 | 26.73 | 0.77 | 0.72 |
| Hex | EF | B2 | 81 | 0 | 1A | 2E | 6 | 1B | 4D | 48 |
| Octal | 357 | 262 | 201 | 0 | 32 | 56 | 6 | 33 | 115 | 110 |
| Binary | 11101111 | 10110010 | 10000001 | 0 | 11010 | 101110 | 110 | 11011 | 1001101 | 1001000 |
Color Harmonies of #EFB281
Complementary color
Monochromatic Colors of #EFB281
Black with #EFB281
Text Example
Text Example
White with #EFB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB281; }
p { color: rgb(239,178,129); }
H1.HeaderClassName
{
color: #EFB281;
}
.AnyTagClassName
{
color: #EFB281;
}
</style>
background-color css
<style>
a { background-color: #EFB281; }
a { background-color: rgb(239,178,129); }
div.DivClassName
{
background-color: #EFB281;
}
.BgClassName
{
background-color: #EFB281;
}
</style>
border-color css
<style>
span { border-color: #EFB281; }
span { border-color: rgb(239,178,129); }
td.TdClassName
{
border-color: #EFB281;
}
.TagClassName
{
border-color: #EFB281;
}
</style>