Shades of Tacao #EFB37B
Tints of Tacao #EFB37B
RGB
CMYK
RGB Variations
Color information
#EFB37B (or 0xEFB37B) is known color: Tacao. HEX triplet: EF, B3 and 7B. RGB value is (239,179,123). Sum of RGB (Red+Green+Blue) = 239+179+123=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37B is #104C84. Grayscale: #BEBEBE. Windows color (decimal): -1068165 or 8106991. OLE color: 8106991.
HSL color Cylindrical-coordinate representation of color #EFB37B: hue angle of 28.97º 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 #EFB37B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 123 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.06 |
| HSL | 28.97º | 0.78% | 0.71% | - |
| HSV(B) | 28.97º | 0.49% | 0.94% | - |
| XYZ | 55.29 | 52.02 | 25.87 | - |
| YUV | 190.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 123 | 0 | 0.25 | 0.49 | 0.06 | 28.97 | 0.78 | 0.71 |
| Hex | EF | B3 | 7B | 0 | 19 | 31 | 6 | 1D | 4E | 47 |
| Octal | 357 | 263 | 173 | 0 | 31 | 61 | 6 | 35 | 116 | 107 |
| Binary | 11101111 | 10110011 | 1111011 | 0 | 11001 | 110001 | 110 | 11101 | 1001110 | 1000111 |
Color Harmonies of #EFB37B
Complementary color
Monochromatic Colors of #EFB37B
Black with #EFB37B
Text Example
Text Example
White with #EFB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB37B; }
p { color: rgb(239,179,123); }
H1.HeaderClassName
{
color: #EFB37B;
}
.AnyTagClassName
{
color: #EFB37B;
}
</style>
background-color css
<style>
a { background-color: #EFB37B; }
a { background-color: rgb(239,179,123); }
div.DivClassName
{
background-color: #EFB37B;
}
.BgClassName
{
background-color: #EFB37B;
}
</style>
border-color css
<style>
span { border-color: #EFB37B; }
span { border-color: rgb(239,179,123); }
td.TdClassName
{
border-color: #EFB37B;
}
.TagClassName
{
border-color: #EFB37B;
}
</style>