Shades of Tacao #EFB07A
Tints of Tacao #EFB07A
RGB
CMYK
RGB Variations
Color information
#EFB07A (or 0xEFB07A) is known color: Tacao. HEX triplet: EF, B0 and 7A. RGB value is (239,176,122). Sum of RGB (Red+Green+Blue) = 239+176+122=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07A is #104F85. Grayscale: #BCBCBC. Windows color (decimal): -1068934 or 8040687. OLE color: 8040687.
HSL color Cylindrical-coordinate representation of color #EFB07A: hue angle of 27.69º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFB07A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 122 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.06 |
| HSL | 27.69º | 0.79% | 0.71% | - |
| HSV(B) | 27.69º | 0.49% | 0.94% | - |
| XYZ | 54.63 | 50.81 | 25.34 | - |
| YUV | 188.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 122 | 0 | 0.26 | 0.49 | 0.06 | 27.69 | 0.79 | 0.71 |
| Hex | EF | B0 | 7A | 0 | 1A | 31 | 6 | 1C | 4F | 47 |
| Octal | 357 | 260 | 172 | 0 | 32 | 61 | 6 | 34 | 117 | 107 |
| Binary | 11101111 | 10110000 | 1111010 | 0 | 11010 | 110001 | 110 | 11100 | 1001111 | 1000111 |
Color Harmonies of #EFB07A
Complementary color
Monochromatic Colors of #EFB07A
Black with #EFB07A
Text Example
Text Example
White with #EFB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB07A; }
p { color: rgb(239,176,122); }
H1.HeaderClassName
{
color: #EFB07A;
}
.AnyTagClassName
{
color: #EFB07A;
}
</style>
background-color css
<style>
a { background-color: #EFB07A; }
a { background-color: rgb(239,176,122); }
div.DivClassName
{
background-color: #EFB07A;
}
.BgClassName
{
background-color: #EFB07A;
}
</style>
border-color css
<style>
span { border-color: #EFB07A; }
span { border-color: rgb(239,176,122); }
td.TdClassName
{
border-color: #EFB07A;
}
.TagClassName
{
border-color: #EFB07A;
}
</style>