Shades of Tacao #EFB07D
Tints of Tacao #EFB07D
RGB
CMYK
RGB Variations
Color information
#EFB07D (or 0xEFB07D) is known color: Tacao. HEX triplet: EF, B0 and 7D. RGB value is (239,176,125). Sum of RGB (Red+Green+Blue) = 239+176+125=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07D is #104F82. Grayscale: #BDBDBD. Windows color (decimal): -1068931 or 8237295. OLE color: 8237295.
HSL color Cylindrical-coordinate representation of color #EFB07D: hue angle of 26.84º 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 #EFB07D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 125 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.06 |
| HSL | 26.84º | 0.78% | 0.71% | - |
| HSV(B) | 26.84º | 0.48% | 0.94% | - |
| XYZ | 54.82 | 50.88 | 26.33 | - |
| YUV | 189.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 125 | 0 | 0.26 | 0.48 | 0.06 | 26.84 | 0.78 | 0.71 |
| Hex | EF | B0 | 7D | 0 | 1A | 30 | 6 | 1B | 4E | 47 |
| Octal | 357 | 260 | 175 | 0 | 32 | 60 | 6 | 33 | 116 | 107 |
| Binary | 11101111 | 10110000 | 1111101 | 0 | 11010 | 110000 | 110 | 11011 | 1001110 | 1000111 |
Color Harmonies of #EFB07D
Complementary color
Monochromatic Colors of #EFB07D
Black with #EFB07D
Text Example
Text Example
White with #EFB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB07D; }
p { color: rgb(239,176,125); }
H1.HeaderClassName
{
color: #EFB07D;
}
.AnyTagClassName
{
color: #EFB07D;
}
</style>
background-color css
<style>
a { background-color: #EFB07D; }
a { background-color: rgb(239,176,125); }
div.DivClassName
{
background-color: #EFB07D;
}
.BgClassName
{
background-color: #EFB07D;
}
</style>
border-color css
<style>
span { border-color: #EFB07D; }
span { border-color: rgb(239,176,125); }
td.TdClassName
{
border-color: #EFB07D;
}
.TagClassName
{
border-color: #EFB07D;
}
</style>