Shades of Cream Can #EFBE56
Tints of Cream Can #EFBE56
RGB
CMYK
RGB Variations
Color information
#EFBE56 (or 0xEFBE56) is known color: Cream Can. HEX triplet: EF, BE and 56. RGB value is (239,190,86). Sum of RGB (Red+Green+Blue) = 239+190+86=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE56 is #1041A9. Grayscale: #C1C1C1. Windows color (decimal): -1065386 or 5684975. OLE color: 5684975.
HSL color Cylindrical-coordinate representation of color #EFBE56: hue angle of 40.78º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFBE56 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 86 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.06 |
| HSL | 40.78º | 0.83% | 0.64% | - |
| HSV(B) | 40.78º | 0.64% | 0.94% | - |
| XYZ | 55.69 | 55.85 | 16.65 | - |
| YUV | 192.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 86 | 0 | 0.21 | 0.64 | 0.06 | 40.78 | 0.83 | 0.64 |
| Hex | EF | BE | 56 | 0 | 15 | 40 | 6 | 29 | 53 | 40 |
| Octal | 357 | 276 | 126 | 0 | 25 | 100 | 6 | 51 | 123 | 100 |
| Binary | 11101111 | 10111110 | 1010110 | 0 | 10101 | 1000000 | 110 | 101001 | 1010011 | 1000000 |
Color Harmonies of #EFBE56
Complementary color
Monochromatic Colors of #EFBE56
Black with #EFBE56
Text Example
Text Example
White with #EFBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE56; }
p { color: rgb(239,190,86); }
H1.HeaderClassName
{
color: #EFBE56;
}
.AnyTagClassName
{
color: #EFBE56;
}
</style>
background-color css
<style>
a { background-color: #EFBE56; }
a { background-color: rgb(239,190,86); }
div.DivClassName
{
background-color: #EFBE56;
}
.BgClassName
{
background-color: #EFBE56;
}
</style>
border-color css
<style>
span { border-color: #EFBE56; }
span { border-color: rgb(239,190,86); }
td.TdClassName
{
border-color: #EFBE56;
}
.TagClassName
{
border-color: #EFBE56;
}
</style>