Shades of Tacao #EFB275
Tints of Tacao #EFB275
RGB
CMYK
RGB Variations
Color information
#EFB275 (or 0xEFB275) is known color: Tacao. HEX triplet: EF, B2 and 75. RGB value is (239,178,117). Sum of RGB (Red+Green+Blue) = 239+178+117=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB275 is #104D8A. Grayscale: #BDBDBD. Windows color (decimal): -1068427 or 7713519. OLE color: 7713519.
HSL color Cylindrical-coordinate representation of color #EFB275: hue angle of 30º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB275 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 117 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.06 |
| HSL | 30º | 0.79% | 0.7% | - |
| HSV(B) | 30º | 0.51% | 0.94% | - |
| XYZ | 54.73 | 51.48 | 23.88 | - |
| YUV | 189.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 117 | 0 | 0.26 | 0.51 | 0.06 | 30 | 0.79 | 0.7 |
| Hex | EF | B2 | 75 | 0 | 1A | 33 | 6 | 1E | 4F | 46 |
| Octal | 357 | 262 | 165 | 0 | 32 | 63 | 6 | 36 | 117 | 106 |
| Binary | 11101111 | 10110010 | 1110101 | 0 | 11010 | 110011 | 110 | 11110 | 1001111 | 1000110 |
Color Harmonies of #EFB275
Complementary color
Monochromatic Colors of #EFB275
Black with #EFB275
Text Example
Text Example
White with #EFB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB275; }
p { color: rgb(239,178,117); }
H1.HeaderClassName
{
color: #EFB275;
}
.AnyTagClassName
{
color: #EFB275;
}
</style>
background-color css
<style>
a { background-color: #EFB275; }
a { background-color: rgb(239,178,117); }
div.DivClassName
{
background-color: #EFB275;
}
.BgClassName
{
background-color: #EFB275;
}
</style>
border-color css
<style>
span { border-color: #EFB275; }
span { border-color: rgb(239,178,117); }
td.TdClassName
{
border-color: #EFB275;
}
.TagClassName
{
border-color: #EFB275;
}
</style>