Shades of Tacao #EFB27B
Tints of Tacao #EFB27B
RGB
CMYK
RGB Variations
Color information
#EFB27B (or 0xEFB27B) is known color: Tacao. HEX triplet: EF, B2 and 7B. RGB value is (239,178,123). Sum of RGB (Red+Green+Blue) = 239+178+123=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB27B is #104D84. Grayscale: #BEBEBE. Windows color (decimal): -1068421 or 8106735. OLE color: 8106735.
HSL color Cylindrical-coordinate representation of color #EFB27B: hue angle of 28.45º 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 #EFB27B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 123 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.06 |
| HSL | 28.45º | 0.78% | 0.71% | - |
| HSV(B) | 28.45º | 0.49% | 0.94% | - |
| XYZ | 55.09 | 51.62 | 25.8 | - |
| YUV | 189.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 123 | 0 | 0.26 | 0.49 | 0.06 | 28.45 | 0.78 | 0.71 |
| Hex | EF | B2 | 7B | 0 | 1A | 31 | 6 | 1C | 4E | 47 |
| Octal | 357 | 262 | 173 | 0 | 32 | 61 | 6 | 34 | 116 | 107 |
| Binary | 11101111 | 10110010 | 1111011 | 0 | 11010 | 110001 | 110 | 11100 | 1001110 | 1000111 |
Color Harmonies of #EFB27B
Complementary color
Monochromatic Colors of #EFB27B
Black with #EFB27B
Text Example
Text Example
White with #EFB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB27B; }
p { color: rgb(239,178,123); }
H1.HeaderClassName
{
color: #EFB27B;
}
.AnyTagClassName
{
color: #EFB27B;
}
</style>
background-color css
<style>
a { background-color: #EFB27B; }
a { background-color: rgb(239,178,123); }
div.DivClassName
{
background-color: #EFB27B;
}
.BgClassName
{
background-color: #EFB27B;
}
</style>
border-color css
<style>
span { border-color: #EFB27B; }
span { border-color: rgb(239,178,123); }
td.TdClassName
{
border-color: #EFB27B;
}
.TagClassName
{
border-color: #EFB27B;
}
</style>