Shades of Tacao #EFB274
Tints of Tacao #EFB274
RGB
CMYK
RGB Variations
Color information
#EFB274 (or 0xEFB274) is known color: Tacao. HEX triplet: EF, B2 and 74. RGB value is (239,178,116). Sum of RGB (Red+Green+Blue) = 239+178+116=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB274 is #104D8B. Grayscale: #BDBDBD. Windows color (decimal): -1068428 or 7647983. OLE color: 7647983.
HSL color Cylindrical-coordinate representation of color #EFB274: hue angle of 30.24º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB274 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 116 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.06 |
| HSL | 30.24º | 0.79% | 0.7% | - |
| HSV(B) | 30.24º | 0.51% | 0.94% | - |
| XYZ | 54.67 | 51.45 | 23.57 | - |
| YUV | 189.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 116 | 0 | 0.26 | 0.51 | 0.06 | 30.24 | 0.79 | 0.7 |
| Hex | EF | B2 | 74 | 0 | 1A | 33 | 6 | 1E | 4F | 46 |
| Octal | 357 | 262 | 164 | 0 | 32 | 63 | 6 | 36 | 117 | 106 |
| Binary | 11101111 | 10110010 | 1110100 | 0 | 11010 | 110011 | 110 | 11110 | 1001111 | 1000110 |
Color Harmonies of #EFB274
Complementary color
Monochromatic Colors of #EFB274
Black with #EFB274
Text Example
Text Example
White with #EFB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB274; }
p { color: rgb(239,178,116); }
H1.HeaderClassName
{
color: #EFB274;
}
.AnyTagClassName
{
color: #EFB274;
}
</style>
background-color css
<style>
a { background-color: #EFB274; }
a { background-color: rgb(239,178,116); }
div.DivClassName
{
background-color: #EFB274;
}
.BgClassName
{
background-color: #EFB274;
}
</style>
border-color css
<style>
span { border-color: #EFB274; }
span { border-color: rgb(239,178,116); }
td.TdClassName
{
border-color: #EFB274;
}
.TagClassName
{
border-color: #EFB274;
}
</style>