Shades of Cream Can #EFBC44
Tints of Cream Can #EFBC44
RGB
CMYK
RGB Variations
Color information
#EFBC44 (or 0xEFBC44) is known color: Cream Can. HEX triplet: EF, BC and 44. RGB value is (239,188,68). Sum of RGB (Red+Green+Blue) = 239+188+68=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC44 is #1043BB. Grayscale: #BEBEBE. Windows color (decimal): -1065916 or 4504815. OLE color: 4504815.
HSL color Cylindrical-coordinate representation of color #EFBC44: hue angle of 42.11º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFBC44 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 68 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.06 |
| HSL | 42.11º | 0.84% | 0.6% | - |
| HSV(B) | 42.11º | 0.72% | 0.94% | - |
| XYZ | 54.62 | 54.73 | 13.15 | - |
| YUV | 189.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 68 | 0 | 0.21 | 0.72 | 0.06 | 42.11 | 0.84 | 0.6 |
| Hex | EF | BC | 44 | 0 | 15 | 48 | 6 | 2A | 54 | 3C |
| Octal | 357 | 274 | 104 | 0 | 25 | 110 | 6 | 52 | 124 | 74 |
| Binary | 11101111 | 10111100 | 1000100 | 0 | 10101 | 1001000 | 110 | 101010 | 1010100 | 111100 |
Color Harmonies of #EFBC44
Complementary color
Monochromatic Colors of #EFBC44
Black with #EFBC44
Text Example
Text Example
White with #EFBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC44; }
p { color: rgb(239,188,68); }
H1.HeaderClassName
{
color: #EFBC44;
}
.AnyTagClassName
{
color: #EFBC44;
}
</style>
background-color css
<style>
a { background-color: #EFBC44; }
a { background-color: rgb(239,188,68); }
div.DivClassName
{
background-color: #EFBC44;
}
.BgClassName
{
background-color: #EFBC44;
}
</style>
border-color css
<style>
span { border-color: #EFBC44; }
span { border-color: rgb(239,188,68); }
td.TdClassName
{
border-color: #EFBC44;
}
.TagClassName
{
border-color: #EFBC44;
}
</style>