Shades of Cream Can #EFBF54
Tints of Cream Can #EFBF54
RGB
CMYK
RGB Variations
Color information
#EFBF54 (or 0xEFBF54) is known color: Cream Can. HEX triplet: EF, BF and 54. RGB value is (239,191,84). Sum of RGB (Red+Green+Blue) = 239+191+84=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF54 is #1040AB. Grayscale: #C1C1C1. Windows color (decimal): -1065132 or 5554159. OLE color: 5554159.
HSL color Cylindrical-coordinate representation of color #EFBF54: hue angle of 41.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFBF54 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 84 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.06 |
| HSL | 41.42º | 0.83% | 0.63% | - |
| HSV(B) | 41.42º | 0.65% | 0.94% | - |
| XYZ | 55.83 | 56.25 | 16.3 | - |
| YUV | 193.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 84 | 0 | 0.20 | 0.65 | 0.06 | 41.42 | 0.83 | 0.63 |
| Hex | EF | BF | 54 | 0 | 14 | 41 | 6 | 29 | 53 | 3F |
| Octal | 357 | 277 | 124 | 0 | 24 | 101 | 6 | 51 | 123 | 77 |
| Binary | 11101111 | 10111111 | 1010100 | 0 | 10100 | 1000001 | 110 | 101001 | 1010011 | 111111 |
Color Harmonies of #EFBF54
Complementary color
Monochromatic Colors of #EFBF54
Black with #EFBF54
Text Example
Text Example
White with #EFBF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF54; }
p { color: rgb(239,191,84); }
H1.HeaderClassName
{
color: #EFBF54;
}
.AnyTagClassName
{
color: #EFBF54;
}
</style>
background-color css
<style>
a { background-color: #EFBF54; }
a { background-color: rgb(239,191,84); }
div.DivClassName
{
background-color: #EFBF54;
}
.BgClassName
{
background-color: #EFBF54;
}
</style>
border-color css
<style>
span { border-color: #EFBF54; }
span { border-color: rgb(239,191,84); }
td.TdClassName
{
border-color: #EFBF54;
}
.TagClassName
{
border-color: #EFBF54;
}
</style>