Shades of Cream Can #EFBC40
Tints of Cream Can #EFBC40
RGB
CMYK
RGB Variations
Color information
#EFBC40 (or 0xEFBC40) is known color: Cream Can. HEX triplet: EF, BC and 40. RGB value is (239,188,64). Sum of RGB (Red+Green+Blue) = 239+188+64=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC40 is #1043BF. Grayscale: #BDBDBD. Windows color (decimal): -1065920 or 4242671. OLE color: 4242671.
HSL color Cylindrical-coordinate representation of color #EFBC40: hue angle of 42.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFBC40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 64 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.06 |
| HSL | 42.51º | 0.85% | 0.59% | - |
| HSV(B) | 42.51º | 0.73% | 0.94% | - |
| XYZ | 54.51 | 54.69 | 12.53 | - |
| YUV | 189.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 64 | 0 | 0.21 | 0.73 | 0.06 | 42.51 | 0.85 | 0.59 |
| Hex | EF | BC | 40 | 0 | 15 | 49 | 6 | 2B | 55 | 3B |
| Octal | 357 | 274 | 100 | 0 | 25 | 111 | 6 | 53 | 125 | 73 |
| Binary | 11101111 | 10111100 | 1000000 | 0 | 10101 | 1001001 | 110 | 101011 | 1010101 | 111011 |
Color Harmonies of #EFBC40
Complementary color
Monochromatic Colors of #EFBC40
Black with #EFBC40
Text Example
Text Example
White with #EFBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC40; }
p { color: rgb(239,188,64); }
H1.HeaderClassName
{
color: #EFBC40;
}
.AnyTagClassName
{
color: #EFBC40;
}
</style>
background-color css
<style>
a { background-color: #EFBC40; }
a { background-color: rgb(239,188,64); }
div.DivClassName
{
background-color: #EFBC40;
}
.BgClassName
{
background-color: #EFBC40;
}
</style>
border-color css
<style>
span { border-color: #EFBC40; }
span { border-color: rgb(239,188,64); }
td.TdClassName
{
border-color: #EFBC40;
}
.TagClassName
{
border-color: #EFBC40;
}
</style>