Shades of Cream Can #EFBE50
Tints of Cream Can #EFBE50
RGB
CMYK
RGB Variations
Color information
#EFBE50 (or 0xEFBE50) is known color: Cream Can. HEX triplet: EF, BE and 50. RGB value is (239,190,80). Sum of RGB (Red+Green+Blue) = 239+190+80=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE50 is #1041AF. Grayscale: #C0C0C0. Windows color (decimal): -1065392 or 5291759. OLE color: 5291759.
HSL color Cylindrical-coordinate representation of color #EFBE50: hue angle of 41.51º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFBE50 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 80 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.06 |
| HSL | 41.51º | 0.83% | 0.63% | - |
| HSV(B) | 41.51º | 0.67% | 0.94% | - |
| XYZ | 55.46 | 55.76 | 15.43 | - |
| YUV | 192.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 80 | 0 | 0.21 | 0.67 | 0.06 | 41.51 | 0.83 | 0.63 |
| Hex | EF | BE | 50 | 0 | 15 | 43 | 6 | 2A | 53 | 3F |
| Octal | 357 | 276 | 120 | 0 | 25 | 103 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 10111110 | 1010000 | 0 | 10101 | 1000011 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFBE50
Complementary color
Monochromatic Colors of #EFBE50
Black with #EFBE50
Text Example
Text Example
White with #EFBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE50; }
p { color: rgb(239,190,80); }
H1.HeaderClassName
{
color: #EFBE50;
}
.AnyTagClassName
{
color: #EFBE50;
}
</style>
background-color css
<style>
a { background-color: #EFBE50; }
a { background-color: rgb(239,190,80); }
div.DivClassName
{
background-color: #EFBE50;
}
.BgClassName
{
background-color: #EFBE50;
}
</style>
border-color css
<style>
span { border-color: #EFBE50; }
span { border-color: rgb(239,190,80); }
td.TdClassName
{
border-color: #EFBE50;
}
.TagClassName
{
border-color: #EFBE50;
}
</style>