Shades of Cream Can #EFBB41
Tints of Cream Can #EFBB41
RGB
CMYK
RGB Variations
Color information
#EFBB41 (or 0xEFBB41) is known color: Cream Can. HEX triplet: EF, BB and 41. RGB value is (239,187,65). Sum of RGB (Red+Green+Blue) = 239+187+65=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB41 is #1044BE. Grayscale: #BDBDBD. Windows color (decimal): -1066175 or 4307951. OLE color: 4307951.
HSL color Cylindrical-coordinate representation of color #EFBB41: hue angle of 42.07º 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 #EFBB41 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 65 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.06 |
| HSL | 42.07º | 0.84% | 0.6% | - |
| HSV(B) | 42.07º | 0.73% | 0.94% | - |
| XYZ | 54.32 | 54.27 | 12.61 | - |
| YUV | 188.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 65 | 0 | 0.22 | 0.73 | 0.06 | 42.07 | 0.84 | 0.6 |
| Hex | EF | BB | 41 | 0 | 16 | 49 | 6 | 2A | 54 | 3C |
| Octal | 357 | 273 | 101 | 0 | 26 | 111 | 6 | 52 | 124 | 74 |
| Binary | 11101111 | 10111011 | 1000001 | 0 | 10110 | 1001001 | 110 | 101010 | 1010100 | 111100 |
Color Harmonies of #EFBB41
Complementary color
Monochromatic Colors of #EFBB41
Black with #EFBB41
Text Example
Text Example
White with #EFBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB41; }
p { color: rgb(239,187,65); }
H1.HeaderClassName
{
color: #EFBB41;
}
.AnyTagClassName
{
color: #EFBB41;
}
</style>
background-color css
<style>
a { background-color: #EFBB41; }
a { background-color: rgb(239,187,65); }
div.DivClassName
{
background-color: #EFBB41;
}
.BgClassName
{
background-color: #EFBB41;
}
</style>
border-color css
<style>
span { border-color: #EFBB41; }
span { border-color: rgb(239,187,65); }
td.TdClassName
{
border-color: #EFBB41;
}
.TagClassName
{
border-color: #EFBB41;
}
</style>