Shades of Tacao #EFA37D
Tints of Tacao #EFA37D
RGB
CMYK
RGB Variations
Color information
#EFA37D (or 0xEFA37D) is known color: Tacao. HEX triplet: EF, A3 and 7D. RGB value is (239,163,125). Sum of RGB (Red+Green+Blue) = 239+163+125=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA37D is #105C82. Grayscale: #B5B5B5. Windows color (decimal): -1072259 or 8233967. OLE color: 8233967.
HSL color Cylindrical-coordinate representation of color #EFA37D: hue angle of 20º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFA37D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 125 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.06 |
| HSL | 20º | 0.78% | 0.71% | - |
| HSV(B) | 20º | 0.48% | 0.94% | - |
| XYZ | 52.4 | 46.03 | 25.52 | - |
| YUV | 181.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 125 | 0 | 0.32 | 0.48 | 0.06 | 20 | 0.78 | 0.71 |
| Hex | EF | A3 | 7D | 0 | 20 | 30 | 6 | 14 | 4E | 47 |
| Octal | 357 | 243 | 175 | 0 | 40 | 60 | 6 | 24 | 116 | 107 |
| Binary | 11101111 | 10100011 | 1111101 | 0 | 100000 | 110000 | 110 | 10100 | 1001110 | 1000111 |
Color Harmonies of #EFA37D
Complementary color
Monochromatic Colors of #EFA37D
Black with #EFA37D
Text Example
Text Example
White with #EFA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA37D; }
p { color: rgb(239,163,125); }
H1.HeaderClassName
{
color: #EFA37D;
}
.AnyTagClassName
{
color: #EFA37D;
}
</style>
background-color css
<style>
a { background-color: #EFA37D; }
a { background-color: rgb(239,163,125); }
div.DivClassName
{
background-color: #EFA37D;
}
.BgClassName
{
background-color: #EFA37D;
}
</style>
border-color css
<style>
span { border-color: #EFA37D; }
span { border-color: rgb(239,163,125); }
td.TdClassName
{
border-color: #EFA37D;
}
.TagClassName
{
border-color: #EFA37D;
}
</style>