Shades of Tacao #EFA37B
Tints of Tacao #EFA37B
RGB
CMYK
RGB Variations
Color information
#EFA37B (or 0xEFA37B) is known color: Tacao. HEX triplet: EF, A3 and 7B. RGB value is (239,163,123). Sum of RGB (Red+Green+Blue) = 239+163+123=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA37B is #105C84. Grayscale: #B5B5B5. Windows color (decimal): -1072261 or 8102895. OLE color: 8102895.
HSL color Cylindrical-coordinate representation of color #EFA37B: hue angle of 20.69º degrees, saturation: 0.78, 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 #EFA37B is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 123 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.06 |
| HSL | 20.69º | 0.78% | 0.71% | - |
| HSV(B) | 20.69º | 0.49% | 0.94% | - |
| XYZ | 52.27 | 45.98 | 24.86 | - |
| YUV | 181.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 123 | 0 | 0.32 | 0.49 | 0.06 | 20.69 | 0.78 | 0.71 |
| Hex | EF | A3 | 7B | 0 | 20 | 31 | 6 | 15 | 4E | 47 |
| Octal | 357 | 243 | 173 | 0 | 40 | 61 | 6 | 25 | 116 | 107 |
| Binary | 11101111 | 10100011 | 1111011 | 0 | 100000 | 110001 | 110 | 10101 | 1001110 | 1000111 |
Color Harmonies of #EFA37B
Complementary color
Monochromatic Colors of #EFA37B
Black with #EFA37B
Text Example
Text Example
White with #EFA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA37B; }
p { color: rgb(239,163,123); }
H1.HeaderClassName
{
color: #EFA37B;
}
.AnyTagClassName
{
color: #EFA37B;
}
</style>
background-color css
<style>
a { background-color: #EFA37B; }
a { background-color: rgb(239,163,123); }
div.DivClassName
{
background-color: #EFA37B;
}
.BgClassName
{
background-color: #EFA37B;
}
</style>
border-color css
<style>
span { border-color: #EFA37B; }
span { border-color: rgb(239,163,123); }
td.TdClassName
{
border-color: #EFA37B;
}
.TagClassName
{
border-color: #EFA37B;
}
</style>