Shades of Cream Can #EFBB47
Tints of Cream Can #EFBB47
RGB
CMYK
RGB Variations
Color information
#EFBB47 (or 0xEFBB47) is known color: Cream Can. HEX triplet: EF, BB and 47. RGB value is (239,187,71). Sum of RGB (Red+Green+Blue) = 239+187+71=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB47 is #1044B8. Grayscale: #BDBDBD. Windows color (decimal): -1066169 or 4701167. OLE color: 4701167.
HSL color Cylindrical-coordinate representation of color #EFBB47: hue angle of 41.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFBB47 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 71 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.06 |
| HSL | 41.43º | 0.84% | 0.61% | - |
| HSV(B) | 41.43º | 0.7% | 0.94% | - |
| XYZ | 54.5 | 54.35 | 13.58 | - |
| YUV | 189.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 71 | 0 | 0.22 | 0.70 | 0.06 | 41.43 | 0.84 | 0.61 |
| Hex | EF | BB | 47 | 0 | 16 | 46 | 6 | 29 | 54 | 3D |
| Octal | 357 | 273 | 107 | 0 | 26 | 106 | 6 | 51 | 124 | 75 |
| Binary | 11101111 | 10111011 | 1000111 | 0 | 10110 | 1000110 | 110 | 101001 | 1010100 | 111101 |
Color Harmonies of #EFBB47
Complementary color
Monochromatic Colors of #EFBB47
Black with #EFBB47
Text Example
Text Example
White with #EFBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB47; }
p { color: rgb(239,187,71); }
H1.HeaderClassName
{
color: #EFBB47;
}
.AnyTagClassName
{
color: #EFBB47;
}
</style>
background-color css
<style>
a { background-color: #EFBB47; }
a { background-color: rgb(239,187,71); }
div.DivClassName
{
background-color: #EFBB47;
}
.BgClassName
{
background-color: #EFBB47;
}
</style>
border-color css
<style>
span { border-color: #EFBB47; }
span { border-color: rgb(239,187,71); }
td.TdClassName
{
border-color: #EFBB47;
}
.TagClassName
{
border-color: #EFBB47;
}
</style>