Shades of Tacao #EFB17E
Tints of Tacao #EFB17E
RGB
CMYK
RGB Variations
Color information
#EFB17E (or 0xEFB17E) is known color: Tacao. HEX triplet: EF, B1 and 7E. RGB value is (239,177,126). Sum of RGB (Red+Green+Blue) = 239+177+126=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17E is #104E81. Grayscale: #BDBDBD. Windows color (decimal): -1068674 or 8303087. OLE color: 8303087.
HSL color Cylindrical-coordinate representation of color #EFB17E: hue angle of 27.08º 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 #EFB17E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 126 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.06 |
| HSL | 27.08º | 0.78% | 0.72% | - |
| HSV(B) | 27.08º | 0.47% | 0.94% | - |
| XYZ | 55.08 | 51.3 | 26.74 | - |
| YUV | 189.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 126 | 0 | 0.26 | 0.47 | 0.06 | 27.08 | 0.78 | 0.72 |
| Hex | EF | B1 | 7E | 0 | 1A | 2F | 6 | 1B | 4E | 48 |
| Octal | 357 | 261 | 176 | 0 | 32 | 57 | 6 | 33 | 116 | 110 |
| Binary | 11101111 | 10110001 | 1111110 | 0 | 11010 | 101111 | 110 | 11011 | 1001110 | 1001000 |
Color Harmonies of #EFB17E
Complementary color
Monochromatic Colors of #EFB17E
Black with #EFB17E
Text Example
Text Example
White with #EFB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB17E; }
p { color: rgb(239,177,126); }
H1.HeaderClassName
{
color: #EFB17E;
}
.AnyTagClassName
{
color: #EFB17E;
}
</style>
background-color css
<style>
a { background-color: #EFB17E; }
a { background-color: rgb(239,177,126); }
div.DivClassName
{
background-color: #EFB17E;
}
.BgClassName
{
background-color: #EFB17E;
}
</style>
border-color css
<style>
span { border-color: #EFB17E; }
span { border-color: rgb(239,177,126); }
td.TdClassName
{
border-color: #EFB17E;
}
.TagClassName
{
border-color: #EFB17E;
}
</style>