Shades of Cream Can #EFBE54
Tints of Cream Can #EFBE54
RGB
CMYK
RGB Variations
Color information
#EFBE54 (or 0xEFBE54) is known color: Cream Can. HEX triplet: EF, BE and 54. RGB value is (239,190,84). Sum of RGB (Red+Green+Blue) = 239+190+84=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE54 is #1041AB. Grayscale: #C1C1C1. Windows color (decimal): -1065388 or 5553903. OLE color: 5553903.
HSL color Cylindrical-coordinate representation of color #EFBE54: hue angle of 41.03º 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 #EFBE54 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 84 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.06 |
| HSL | 41.03º | 0.83% | 0.63% | - |
| HSV(B) | 41.03º | 0.65% | 0.94% | - |
| XYZ | 55.61 | 55.82 | 16.23 | - |
| YUV | 192.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 84 | 0 | 0.21 | 0.65 | 0.06 | 41.03 | 0.83 | 0.63 |
| Hex | EF | BE | 54 | 0 | 15 | 41 | 6 | 29 | 53 | 3F |
| Octal | 357 | 276 | 124 | 0 | 25 | 101 | 6 | 51 | 123 | 77 |
| Binary | 11101111 | 10111110 | 1010100 | 0 | 10101 | 1000001 | 110 | 101001 | 1010011 | 111111 |
Color Harmonies of #EFBE54
Complementary color
Monochromatic Colors of #EFBE54
Black with #EFBE54
Text Example
Text Example
White with #EFBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE54; }
p { color: rgb(239,190,84); }
H1.HeaderClassName
{
color: #EFBE54;
}
.AnyTagClassName
{
color: #EFBE54;
}
</style>
background-color css
<style>
a { background-color: #EFBE54; }
a { background-color: rgb(239,190,84); }
div.DivClassName
{
background-color: #EFBE54;
}
.BgClassName
{
background-color: #EFBE54;
}
</style>
border-color css
<style>
span { border-color: #EFBE54; }
span { border-color: rgb(239,190,84); }
td.TdClassName
{
border-color: #EFBE54;
}
.TagClassName
{
border-color: #EFBE54;
}
</style>