Shades of Tacao #EFB37A
Tints of Tacao #EFB37A
RGB
CMYK
RGB Variations
Color information
#EFB37A (or 0xEFB37A) is known color: Tacao. HEX triplet: EF, B3 and 7A. RGB value is (239,179,122). Sum of RGB (Red+Green+Blue) = 239+179+122=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37A is #104C85. Grayscale: #BEBEBE. Windows color (decimal): -1068166 or 8041455. OLE color: 8041455.
HSL color Cylindrical-coordinate representation of color #EFB37A: hue angle of 29.23º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFB37A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 122 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.06 |
| HSL | 29.23º | 0.79% | 0.71% | - |
| HSV(B) | 29.23º | 0.49% | 0.94% | - |
| XYZ | 55.23 | 52 | 25.54 | - |
| YUV | 190.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 122 | 0 | 0.25 | 0.49 | 0.06 | 29.23 | 0.79 | 0.71 |
| Hex | EF | B3 | 7A | 0 | 19 | 31 | 6 | 1D | 4F | 47 |
| Octal | 357 | 263 | 172 | 0 | 31 | 61 | 6 | 35 | 117 | 107 |
| Binary | 11101111 | 10110011 | 1111010 | 0 | 11001 | 110001 | 110 | 11101 | 1001111 | 1000111 |
Color Harmonies of #EFB37A
Complementary color
Monochromatic Colors of #EFB37A
Black with #EFB37A
Text Example
Text Example
White with #EFB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB37A; }
p { color: rgb(239,179,122); }
H1.HeaderClassName
{
color: #EFB37A;
}
.AnyTagClassName
{
color: #EFB37A;
}
</style>
background-color css
<style>
a { background-color: #EFB37A; }
a { background-color: rgb(239,179,122); }
div.DivClassName
{
background-color: #EFB37A;
}
.BgClassName
{
background-color: #EFB37A;
}
</style>
border-color css
<style>
span { border-color: #EFB37A; }
span { border-color: rgb(239,179,122); }
td.TdClassName
{
border-color: #EFB37A;
}
.TagClassName
{
border-color: #EFB37A;
}
</style>