Shades of Tacao #EFAE83
Tints of Tacao #EFAE83
RGB
CMYK
RGB Variations
Color information
#EFAE83 (or 0xEFAE83) is known color: Tacao. HEX triplet: EF, AE and 83. RGB value is (239,174,131). Sum of RGB (Red+Green+Blue) = 239+174+131=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE83 is #10517C. Grayscale: #BCBCBC. Windows color (decimal): -1069437 or 8629999. OLE color: 8629999.
HSL color Cylindrical-coordinate representation of color #EFAE83: hue angle of 23.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFAE83 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 131 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.06 |
| HSL | 23.89º | 0.77% | 0.73% | - |
| HSV(B) | 23.89º | 0.45% | 0.94% | - |
| XYZ | 54.83 | 50.26 | 28.28 | - |
| YUV | 188.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 131 | 0 | 0.27 | 0.45 | 0.06 | 23.89 | 0.77 | 0.73 |
| Hex | EF | AE | 83 | 0 | 1B | 2D | 6 | 18 | 4D | 49 |
| Octal | 357 | 256 | 203 | 0 | 33 | 55 | 6 | 30 | 115 | 111 |
| Binary | 11101111 | 10101110 | 10000011 | 0 | 11011 | 101101 | 110 | 11000 | 1001101 | 1001001 |
Color Harmonies of #EFAE83
Complementary color
Monochromatic Colors of #EFAE83
Black with #EFAE83
Text Example
Text Example
White with #EFAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE83; }
p { color: rgb(239,174,131); }
H1.HeaderClassName
{
color: #EFAE83;
}
.AnyTagClassName
{
color: #EFAE83;
}
</style>
background-color css
<style>
a { background-color: #EFAE83; }
a { background-color: rgb(239,174,131); }
div.DivClassName
{
background-color: #EFAE83;
}
.BgClassName
{
background-color: #EFAE83;
}
</style>
border-color css
<style>
span { border-color: #EFAE83; }
span { border-color: rgb(239,174,131); }
td.TdClassName
{
border-color: #EFAE83;
}
.TagClassName
{
border-color: #EFAE83;
}
</style>