Shades of Cream Can #EFBC49
Tints of Cream Can #EFBC49
RGB
CMYK
RGB Variations
Color information
#EFBC49 (or 0xEFBC49) is known color: Cream Can. HEX triplet: EF, BC and 49. RGB value is (239,188,73). Sum of RGB (Red+Green+Blue) = 239+188+73=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC49 is #1043B6. Grayscale: #BEBEBE. Windows color (decimal): -1065911 or 4832495. OLE color: 4832495.
HSL color Cylindrical-coordinate representation of color #EFBC49: hue angle of 41.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFBC49 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 73 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.06 |
| HSL | 41.57º | 0.84% | 0.61% | - |
| HSV(B) | 41.57º | 0.69% | 0.94% | - |
| XYZ | 54.78 | 54.8 | 13.99 | - |
| YUV | 190.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 73 | 0 | 0.21 | 0.69 | 0.06 | 41.57 | 0.84 | 0.61 |
| Hex | EF | BC | 49 | 0 | 15 | 45 | 6 | 2A | 54 | 3D |
| Octal | 357 | 274 | 111 | 0 | 25 | 105 | 6 | 52 | 124 | 75 |
| Binary | 11101111 | 10111100 | 1001001 | 0 | 10101 | 1000101 | 110 | 101010 | 1010100 | 111101 |
Color Harmonies of #EFBC49
Complementary color
Monochromatic Colors of #EFBC49
Black with #EFBC49
Text Example
Text Example
White with #EFBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC49; }
p { color: rgb(239,188,73); }
H1.HeaderClassName
{
color: #EFBC49;
}
.AnyTagClassName
{
color: #EFBC49;
}
</style>
background-color css
<style>
a { background-color: #EFBC49; }
a { background-color: rgb(239,188,73); }
div.DivClassName
{
background-color: #EFBC49;
}
.BgClassName
{
background-color: #EFBC49;
}
</style>
border-color css
<style>
span { border-color: #EFBC49; }
span { border-color: rgb(239,188,73); }
td.TdClassName
{
border-color: #EFBC49;
}
.TagClassName
{
border-color: #EFBC49;
}
</style>