Shades of Tacao #EFB17C
Tints of Tacao #EFB17C
RGB
CMYK
RGB Variations
Color information
#EFB17C (or 0xEFB17C) is known color: Tacao. HEX triplet: EF, B1 and 7C. RGB value is (239,177,124). Sum of RGB (Red+Green+Blue) = 239+177+124=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17C is #104E83. Grayscale: #BDBDBD. Windows color (decimal): -1068676 or 8172015. OLE color: 8172015.
HSL color Cylindrical-coordinate representation of color #EFB17C: hue angle of 27.65º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFB17C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 124 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.06 |
| HSL | 27.65º | 0.78% | 0.71% | - |
| HSV(B) | 27.65º | 0.48% | 0.94% | - |
| XYZ | 54.96 | 51.25 | 26.06 | - |
| YUV | 189.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 124 | 0 | 0.26 | 0.48 | 0.06 | 27.65 | 0.78 | 0.71 |
| Hex | EF | B1 | 7C | 0 | 1A | 30 | 6 | 1C | 4E | 47 |
| Octal | 357 | 261 | 174 | 0 | 32 | 60 | 6 | 34 | 116 | 107 |
| Binary | 11101111 | 10110001 | 1111100 | 0 | 11010 | 110000 | 110 | 11100 | 1001110 | 1000111 |
Color Harmonies of #EFB17C
Complementary color
Monochromatic Colors of #EFB17C
Black with #EFB17C
Text Example
Text Example
White with #EFB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB17C; }
p { color: rgb(239,177,124); }
H1.HeaderClassName
{
color: #EFB17C;
}
.AnyTagClassName
{
color: #EFB17C;
}
</style>
background-color css
<style>
a { background-color: #EFB17C; }
a { background-color: rgb(239,177,124); }
div.DivClassName
{
background-color: #EFB17C;
}
.BgClassName
{
background-color: #EFB17C;
}
</style>
border-color css
<style>
span { border-color: #EFB17C; }
span { border-color: rgb(239,177,124); }
td.TdClassName
{
border-color: #EFB17C;
}
.TagClassName
{
border-color: #EFB17C;
}
</style>