Shades of Tacao #EFB282
Tints of Tacao #EFB282
RGB
CMYK
RGB Variations
Color information
#EFB282 (or 0xEFB282) is known color: Tacao. HEX triplet: EF, B2 and 82. RGB value is (239,178,130). Sum of RGB (Red+Green+Blue) = 239+178+130=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB282 is #104D7D. Grayscale: #BFBFBF. Windows color (decimal): -1068414 or 8565487. OLE color: 8565487.
HSL color Cylindrical-coordinate representation of color #EFB282: hue angle of 26.42º 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 #EFB282 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 130 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 26.42º | 0.77% | 0.72% | - |
| HSV(B) | 26.42º | 0.46% | 0.94% | - |
| XYZ | 55.55 | 51.8 | 28.19 | - |
| YUV | 190.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 130 | 0 | 0.26 | 0.46 | 0.06 | 26.42 | 0.77 | 0.72 |
| Hex | EF | B2 | 82 | 0 | 1A | 2E | 6 | 1A | 4D | 48 |
| Octal | 357 | 262 | 202 | 0 | 32 | 56 | 6 | 32 | 115 | 110 |
| Binary | 11101111 | 10110010 | 10000010 | 0 | 11010 | 101110 | 110 | 11010 | 1001101 | 1001000 |
Color Harmonies of #EFB282
Complementary color
Monochromatic Colors of #EFB282
Black with #EFB282
Text Example
Text Example
White with #EFB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB282; }
p { color: rgb(239,178,130); }
H1.HeaderClassName
{
color: #EFB282;
}
.AnyTagClassName
{
color: #EFB282;
}
</style>
background-color css
<style>
a { background-color: #EFB282; }
a { background-color: rgb(239,178,130); }
div.DivClassName
{
background-color: #EFB282;
}
.BgClassName
{
background-color: #EFB282;
}
</style>
border-color css
<style>
span { border-color: #EFB282; }
span { border-color: rgb(239,178,130); }
td.TdClassName
{
border-color: #EFB282;
}
.TagClassName
{
border-color: #EFB282;
}
</style>