Shades of Cream Can #EFBC56
Tints of Cream Can #EFBC56
RGB
CMYK
RGB Variations
Color information
#EFBC56 (or 0xEFBC56) is known color: Cream Can. HEX triplet: EF, BC and 56. RGB value is (239,188,86). Sum of RGB (Red+Green+Blue) = 239+188+86=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC56 is #1043A9. Grayscale: #C0C0C0. Windows color (decimal): -1065898 or 5684463. OLE color: 5684463.
HSL color Cylindrical-coordinate representation of color #EFBC56: hue angle of 40º 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 #EFBC56 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 86 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.06 |
| HSL | 40º | 0.83% | 0.64% | - |
| HSV(B) | 40º | 0.64% | 0.94% | - |
| XYZ | 55.26 | 54.99 | 16.51 | - |
| YUV | 191.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 86 | 0 | 0.21 | 0.64 | 0.06 | 40 | 0.83 | 0.64 |
| Hex | EF | BC | 56 | 0 | 15 | 40 | 6 | 28 | 53 | 40 |
| Octal | 357 | 274 | 126 | 0 | 25 | 100 | 6 | 50 | 123 | 100 |
| Binary | 11101111 | 10111100 | 1010110 | 0 | 10101 | 1000000 | 110 | 101000 | 1010011 | 1000000 |
Color Harmonies of #EFBC56
Complementary color
Monochromatic Colors of #EFBC56
Black with #EFBC56
Text Example
Text Example
White with #EFBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC56; }
p { color: rgb(239,188,86); }
H1.HeaderClassName
{
color: #EFBC56;
}
.AnyTagClassName
{
color: #EFBC56;
}
</style>
background-color css
<style>
a { background-color: #EFBC56; }
a { background-color: rgb(239,188,86); }
div.DivClassName
{
background-color: #EFBC56;
}
.BgClassName
{
background-color: #EFBC56;
}
</style>
border-color css
<style>
span { border-color: #EFBC56; }
span { border-color: rgb(239,188,86); }
td.TdClassName
{
border-color: #EFBC56;
}
.TagClassName
{
border-color: #EFBC56;
}
</style>