Shades of Tacao #EFB27C
Tints of Tacao #EFB27C
RGB
CMYK
RGB Variations
Color information
#EFB27C (or 0xEFB27C) is known color: Tacao. HEX triplet: EF, B2 and 7C. RGB value is (239,178,124). Sum of RGB (Red+Green+Blue) = 239+178+124=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB27C is #104D83. Grayscale: #BEBEBE. Windows color (decimal): -1068420 or 8172271. OLE color: 8172271.
HSL color Cylindrical-coordinate representation of color #EFB27C: hue angle of 28.17º 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 #EFB27C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 124 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.06 |
| HSL | 28.17º | 0.78% | 0.71% | - |
| HSV(B) | 28.17º | 0.48% | 0.94% | - |
| XYZ | 55.16 | 51.65 | 26.13 | - |
| YUV | 190.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 124 | 0 | 0.26 | 0.48 | 0.06 | 28.17 | 0.78 | 0.71 |
| Hex | EF | B2 | 7C | 0 | 1A | 30 | 6 | 1C | 4E | 47 |
| Octal | 357 | 262 | 174 | 0 | 32 | 60 | 6 | 34 | 116 | 107 |
| Binary | 11101111 | 10110010 | 1111100 | 0 | 11010 | 110000 | 110 | 11100 | 1001110 | 1000111 |
Color Harmonies of #EFB27C
Complementary color
Monochromatic Colors of #EFB27C
Black with #EFB27C
Text Example
Text Example
White with #EFB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB27C; }
p { color: rgb(239,178,124); }
H1.HeaderClassName
{
color: #EFB27C;
}
.AnyTagClassName
{
color: #EFB27C;
}
</style>
background-color css
<style>
a { background-color: #EFB27C; }
a { background-color: rgb(239,178,124); }
div.DivClassName
{
background-color: #EFB27C;
}
.BgClassName
{
background-color: #EFB27C;
}
</style>
border-color css
<style>
span { border-color: #EFB27C; }
span { border-color: rgb(239,178,124); }
td.TdClassName
{
border-color: #EFB27C;
}
.TagClassName
{
border-color: #EFB27C;
}
</style>