Shades of Tacao #EFB273
Tints of Tacao #EFB273
RGB
CMYK
RGB Variations
Color information
#EFB273 (or 0xEFB273) is known color: Tacao. HEX triplet: EF, B2 and 73. RGB value is (239,178,115). Sum of RGB (Red+Green+Blue) = 239+178+115=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB273 is #104D8C. Grayscale: #BDBDBD. Windows color (decimal): -1068429 or 7582447. OLE color: 7582447.
HSL color Cylindrical-coordinate representation of color #EFB273: hue angle of 30.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB273 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 115 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.06 |
| HSL | 30.48º | 0.79% | 0.69% | - |
| HSV(B) | 30.48º | 0.52% | 0.94% | - |
| XYZ | 54.61 | 51.43 | 23.27 | - |
| YUV | 189.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 115 | 0 | 0.26 | 0.52 | 0.06 | 30.48 | 0.79 | 0.69 |
| Hex | EF | B2 | 73 | 0 | 1A | 34 | 6 | 1E | 4F | 45 |
| Octal | 357 | 262 | 163 | 0 | 32 | 64 | 6 | 36 | 117 | 105 |
| Binary | 11101111 | 10110010 | 1110011 | 0 | 11010 | 110100 | 110 | 11110 | 1001111 | 1000101 |
Color Harmonies of #EFB273
Complementary color
Monochromatic Colors of #EFB273
Black with #EFB273
Text Example
Text Example
White with #EFB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB273; }
p { color: rgb(239,178,115); }
H1.HeaderClassName
{
color: #EFB273;
}
.AnyTagClassName
{
color: #EFB273;
}
</style>
background-color css
<style>
a { background-color: #EFB273; }
a { background-color: rgb(239,178,115); }
div.DivClassName
{
background-color: #EFB273;
}
.BgClassName
{
background-color: #EFB273;
}
</style>
border-color css
<style>
span { border-color: #EFB273; }
span { border-color: rgb(239,178,115); }
td.TdClassName
{
border-color: #EFB273;
}
.TagClassName
{
border-color: #EFB273;
}
</style>