Shades of Tacao #EFB37E
Tints of Tacao #EFB37E
RGB
CMYK
RGB Variations
Color information
#EFB37E (or 0xEFB37E) is known color: Tacao. HEX triplet: EF, B3 and 7E. RGB value is (239,179,126). Sum of RGB (Red+Green+Blue) = 239+179+126=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37E is #104C81. Grayscale: #BFBFBF. Windows color (decimal): -1068162 or 8303599. OLE color: 8303599.
HSL color Cylindrical-coordinate representation of color #EFB37E: hue angle of 28.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFB37E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 126 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.06 |
| HSL | 28.14º | 0.78% | 0.72% | - |
| HSV(B) | 28.14º | 0.47% | 0.94% | - |
| XYZ | 55.48 | 52.1 | 26.87 | - |
| YUV | 190.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 126 | 0 | 0.25 | 0.47 | 0.06 | 28.14 | 0.78 | 0.72 |
| Hex | EF | B3 | 7E | 0 | 19 | 2F | 6 | 1C | 4E | 48 |
| Octal | 357 | 263 | 176 | 0 | 31 | 57 | 6 | 34 | 116 | 110 |
| Binary | 11101111 | 10110011 | 1111110 | 0 | 11001 | 101111 | 110 | 11100 | 1001110 | 1001000 |
Color Harmonies of #EFB37E
Complementary color
Monochromatic Colors of #EFB37E
Black with #EFB37E
Text Example
Text Example
White with #EFB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB37E; }
p { color: rgb(239,179,126); }
H1.HeaderClassName
{
color: #EFB37E;
}
.AnyTagClassName
{
color: #EFB37E;
}
</style>
background-color css
<style>
a { background-color: #EFB37E; }
a { background-color: rgb(239,179,126); }
div.DivClassName
{
background-color: #EFB37E;
}
.BgClassName
{
background-color: #EFB37E;
}
</style>
border-color css
<style>
span { border-color: #EFB37E; }
span { border-color: rgb(239,179,126); }
td.TdClassName
{
border-color: #EFB37E;
}
.TagClassName
{
border-color: #EFB37E;
}
</style>