Shades of Tacao #EFB07B
Tints of Tacao #EFB07B
RGB
CMYK
RGB Variations
Color information
#EFB07B (or 0xEFB07B) is known color: Tacao. HEX triplet: EF, B0 and 7B. RGB value is (239,176,123). Sum of RGB (Red+Green+Blue) = 239+176+123=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07B is #104F84. Grayscale: #BDBDBD. Windows color (decimal): -1068933 or 8106223. OLE color: 8106223.
HSL color Cylindrical-coordinate representation of color #EFB07B: hue angle of 27.41º degrees, saturation: 0.78, 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 #EFB07B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 123 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.06 |
| HSL | 27.41º | 0.78% | 0.71% | - |
| HSV(B) | 27.41º | 0.49% | 0.94% | - |
| XYZ | 54.7 | 50.83 | 25.67 | - |
| YUV | 188.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 123 | 0 | 0.26 | 0.49 | 0.06 | 27.41 | 0.78 | 0.71 |
| Hex | EF | B0 | 7B | 0 | 1A | 31 | 6 | 1B | 4E | 47 |
| Octal | 357 | 260 | 173 | 0 | 32 | 61 | 6 | 33 | 116 | 107 |
| Binary | 11101111 | 10110000 | 1111011 | 0 | 11010 | 110001 | 110 | 11011 | 1001110 | 1000111 |
Color Harmonies of #EFB07B
Complementary color
Monochromatic Colors of #EFB07B
Black with #EFB07B
Text Example
Text Example
White with #EFB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB07B; }
p { color: rgb(239,176,123); }
H1.HeaderClassName
{
color: #EFB07B;
}
.AnyTagClassName
{
color: #EFB07B;
}
</style>
background-color css
<style>
a { background-color: #EFB07B; }
a { background-color: rgb(239,176,123); }
div.DivClassName
{
background-color: #EFB07B;
}
.BgClassName
{
background-color: #EFB07B;
}
</style>
border-color css
<style>
span { border-color: #EFB07B; }
span { border-color: rgb(239,176,123); }
td.TdClassName
{
border-color: #EFB07B;
}
.TagClassName
{
border-color: #EFB07B;
}
</style>