Shades of Tacao #EFB280
Tints of Tacao #EFB280
RGB
CMYK
RGB Variations
Color information
#EFB280 (or 0xEFB280) is known color: Tacao. HEX triplet: EF, B2 and 80. RGB value is (239,178,128). Sum of RGB (Red+Green+Blue) = 239+178+128=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB280 is #104D7F. Grayscale: #BEBEBE. Windows color (decimal): -1068416 or 8434415. OLE color: 8434415.
HSL color Cylindrical-coordinate representation of color #EFB280: hue angle of 27.03º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB280 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.06 |
| HSL | 27.03º | 0.78% | 0.72% | - |
| HSV(B) | 27.03º | 0.46% | 0.94% | - |
| XYZ | 55.41 | 51.75 | 27.49 | - |
| YUV | 190.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 128 | 0 | 0.26 | 0.46 | 0.06 | 27.03 | 0.78 | 0.72 |
| Hex | EF | B2 | 80 | 0 | 1A | 2E | 6 | 1B | 4E | 48 |
| Octal | 357 | 262 | 200 | 0 | 32 | 56 | 6 | 33 | 116 | 110 |
| Binary | 11101111 | 10110010 | 10000000 | 0 | 11010 | 101110 | 110 | 11011 | 1001110 | 1001000 |
Color Harmonies of #EFB280
Complementary color
Monochromatic Colors of #EFB280
Black with #EFB280
Text Example
Text Example
White with #EFB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB280; }
p { color: rgb(239,178,128); }
H1.HeaderClassName
{
color: #EFB280;
}
.AnyTagClassName
{
color: #EFB280;
}
</style>
background-color css
<style>
a { background-color: #EFB280; }
a { background-color: rgb(239,178,128); }
div.DivClassName
{
background-color: #EFB280;
}
.BgClassName
{
background-color: #EFB280;
}
</style>
border-color css
<style>
span { border-color: #EFB280; }
span { border-color: rgb(239,178,128); }
td.TdClassName
{
border-color: #EFB280;
}
.TagClassName
{
border-color: #EFB280;
}
</style>