Shades of Tacao #EFB27D
Tints of Tacao #EFB27D
RGB
CMYK
RGB Variations
Color information
#EFB27D (or 0xEFB27D) is known color: Tacao. HEX triplet: EF, B2 and 7D. RGB value is (239,178,125). Sum of RGB (Red+Green+Blue) = 239+178+125=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB27D is #104D82. Grayscale: #BEBEBE. Windows color (decimal): -1068419 or 8237807. OLE color: 8237807.
HSL color Cylindrical-coordinate representation of color #EFB27D: hue angle of 27.89º 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 #EFB27D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 125 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.06 |
| HSL | 27.89º | 0.78% | 0.71% | - |
| HSV(B) | 27.89º | 0.48% | 0.94% | - |
| XYZ | 55.22 | 51.67 | 26.47 | - |
| YUV | 190.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 125 | 0 | 0.26 | 0.48 | 0.06 | 27.89 | 0.78 | 0.71 |
| Hex | EF | B2 | 7D | 0 | 1A | 30 | 6 | 1C | 4E | 47 |
| Octal | 357 | 262 | 175 | 0 | 32 | 60 | 6 | 34 | 116 | 107 |
| Binary | 11101111 | 10110010 | 1111101 | 0 | 11010 | 110000 | 110 | 11100 | 1001110 | 1000111 |
Color Harmonies of #EFB27D
Complementary color
Monochromatic Colors of #EFB27D
Black with #EFB27D
Text Example
Text Example
White with #EFB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB27D; }
p { color: rgb(239,178,125); }
H1.HeaderClassName
{
color: #EFB27D;
}
.AnyTagClassName
{
color: #EFB27D;
}
</style>
background-color css
<style>
a { background-color: #EFB27D; }
a { background-color: rgb(239,178,125); }
div.DivClassName
{
background-color: #EFB27D;
}
.BgClassName
{
background-color: #EFB27D;
}
</style>
border-color css
<style>
span { border-color: #EFB27D; }
span { border-color: rgb(239,178,125); }
td.TdClassName
{
border-color: #EFB27D;
}
.TagClassName
{
border-color: #EFB27D;
}
</style>