Shades of Cream Can #EFBC50
Tints of Cream Can #EFBC50
RGB
CMYK
RGB Variations
Color information
#EFBC50 (or 0xEFBC50) is known color: Cream Can. HEX triplet: EF, BC and 50. RGB value is (239,188,80). Sum of RGB (Red+Green+Blue) = 239+188+80=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC50 is #1043AF. Grayscale: #BFBFBF. Windows color (decimal): -1065904 or 5291247. OLE color: 5291247.
HSL color Cylindrical-coordinate representation of color #EFBC50: hue angle of 40.75º 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 #EFBC50 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 80 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.06 |
| HSL | 40.75º | 0.83% | 0.63% | - |
| HSV(B) | 40.75º | 0.67% | 0.94% | - |
| XYZ | 55.03 | 54.9 | 15.29 | - |
| YUV | 190.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 80 | 0 | 0.21 | 0.67 | 0.06 | 40.75 | 0.83 | 0.63 |
| Hex | EF | BC | 50 | 0 | 15 | 43 | 6 | 29 | 53 | 3F |
| Octal | 357 | 274 | 120 | 0 | 25 | 103 | 6 | 51 | 123 | 77 |
| Binary | 11101111 | 10111100 | 1010000 | 0 | 10101 | 1000011 | 110 | 101001 | 1010011 | 111111 |
Color Harmonies of #EFBC50
Complementary color
Monochromatic Colors of #EFBC50
Black with #EFBC50
Text Example
Text Example
White with #EFBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC50; }
p { color: rgb(239,188,80); }
H1.HeaderClassName
{
color: #EFBC50;
}
.AnyTagClassName
{
color: #EFBC50;
}
</style>
background-color css
<style>
a { background-color: #EFBC50; }
a { background-color: rgb(239,188,80); }
div.DivClassName
{
background-color: #EFBC50;
}
.BgClassName
{
background-color: #EFBC50;
}
</style>
border-color css
<style>
span { border-color: #EFBC50; }
span { border-color: rgb(239,188,80); }
td.TdClassName
{
border-color: #EFBC50;
}
.TagClassName
{
border-color: #EFBC50;
}
</style>