Shades of Tacao #EFB072
Tints of Tacao #EFB072
RGB
CMYK
RGB Variations
Color information
#EFB072 (or 0xEFB072) is known color: Tacao. HEX triplet: EF, B0 and 72. RGB value is (239,176,114). Sum of RGB (Red+Green+Blue) = 239+176+114=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB072 is #104F8D. Grayscale: #BCBCBC. Windows color (decimal): -1068942 or 7516399. OLE color: 7516399.
HSL color Cylindrical-coordinate representation of color #EFB072: hue angle of 29.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB072 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 114 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.06 |
| HSL | 29.76º | 0.8% | 0.69% | - |
| HSV(B) | 29.76º | 0.52% | 0.94% | - |
| XYZ | 54.16 | 50.62 | 22.84 | - |
| YUV | 187.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 114 | 0 | 0.26 | 0.52 | 0.06 | 29.76 | 0.8 | 0.69 |
| Hex | EF | B0 | 72 | 0 | 1A | 34 | 6 | 1E | 50 | 45 |
| Octal | 357 | 260 | 162 | 0 | 32 | 64 | 6 | 36 | 120 | 105 |
| Binary | 11101111 | 10110000 | 1110010 | 0 | 11010 | 110100 | 110 | 11110 | 1010000 | 1000101 |
Color Harmonies of #EFB072
Complementary color
Monochromatic Colors of #EFB072
Black with #EFB072
Text Example
Text Example
White with #EFB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB072; }
p { color: rgb(239,176,114); }
H1.HeaderClassName
{
color: #EFB072;
}
.AnyTagClassName
{
color: #EFB072;
}
</style>
background-color css
<style>
a { background-color: #EFB072; }
a { background-color: rgb(239,176,114); }
div.DivClassName
{
background-color: #EFB072;
}
.BgClassName
{
background-color: #EFB072;
}
</style>
border-color css
<style>
span { border-color: #EFB072; }
span { border-color: rgb(239,176,114); }
td.TdClassName
{
border-color: #EFB072;
}
.TagClassName
{
border-color: #EFB072;
}
</style>