Shades of Cream Can #EFBC41
Tints of Cream Can #EFBC41
RGB
CMYK
RGB Variations
Color information
#EFBC41 (or 0xEFBC41) is known color: Cream Can. HEX triplet: EF, BC and 41. RGB value is (239,188,65). Sum of RGB (Red+Green+Blue) = 239+188+65=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC41 is #1043BE. Grayscale: #BDBDBD. Windows color (decimal): -1065919 or 4308207. OLE color: 4308207.
HSL color Cylindrical-coordinate representation of color #EFBC41: hue angle of 42.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFBC41 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 65 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.06 |
| HSL | 42.41º | 0.84% | 0.6% | - |
| HSV(B) | 42.41º | 0.73% | 0.94% | - |
| XYZ | 54.53 | 54.7 | 12.68 | - |
| YUV | 189.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 65 | 0 | 0.21 | 0.73 | 0.06 | 42.41 | 0.84 | 0.6 |
| Hex | EF | BC | 41 | 0 | 15 | 49 | 6 | 2A | 54 | 3C |
| Octal | 357 | 274 | 101 | 0 | 25 | 111 | 6 | 52 | 124 | 74 |
| Binary | 11101111 | 10111100 | 1000001 | 0 | 10101 | 1001001 | 110 | 101010 | 1010100 | 111100 |
Color Harmonies of #EFBC41
Complementary color
Monochromatic Colors of #EFBC41
Black with #EFBC41
Text Example
Text Example
White with #EFBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC41; }
p { color: rgb(239,188,65); }
H1.HeaderClassName
{
color: #EFBC41;
}
.AnyTagClassName
{
color: #EFBC41;
}
</style>
background-color css
<style>
a { background-color: #EFBC41; }
a { background-color: rgb(239,188,65); }
div.DivClassName
{
background-color: #EFBC41;
}
.BgClassName
{
background-color: #EFBC41;
}
</style>
border-color css
<style>
span { border-color: #EFBC41; }
span { border-color: rgb(239,188,65); }
td.TdClassName
{
border-color: #EFBC41;
}
.TagClassName
{
border-color: #EFBC41;
}
</style>