Shades of Cream Can #EFBF45
Tints of Cream Can #EFBF45
RGB
CMYK
RGB Variations
Color information
#EFBF45 (or 0xEFBF45) is known color: Cream Can. HEX triplet: EF, BF and 45. RGB value is (239,191,69). Sum of RGB (Red+Green+Blue) = 239+191+69=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF45 is #1040BA. Grayscale: #BFBFBF. Windows color (decimal): -1065147 or 4571119. OLE color: 4571119.
HSL color Cylindrical-coordinate representation of color #EFBF45: hue angle of 43.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFBF45 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 69 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.06 |
| HSL | 43.06º | 0.84% | 0.6% | - |
| HSV(B) | 43.06º | 0.71% | 0.94% | - |
| XYZ | 55.3 | 56.04 | 13.53 | - |
| YUV | 191.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 69 | 0 | 0.20 | 0.71 | 0.06 | 43.06 | 0.84 | 0.6 |
| Hex | EF | BF | 45 | 0 | 14 | 47 | 6 | 2B | 54 | 3C |
| Octal | 357 | 277 | 105 | 0 | 24 | 107 | 6 | 53 | 124 | 74 |
| Binary | 11101111 | 10111111 | 1000101 | 0 | 10100 | 1000111 | 110 | 101011 | 1010100 | 111100 |
Color Harmonies of #EFBF45
Complementary color
Monochromatic Colors of #EFBF45
Black with #EFBF45
Text Example
Text Example
White with #EFBF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF45; }
p { color: rgb(239,191,69); }
H1.HeaderClassName
{
color: #EFBF45;
}
.AnyTagClassName
{
color: #EFBF45;
}
</style>
background-color css
<style>
a { background-color: #EFBF45; }
a { background-color: rgb(239,191,69); }
div.DivClassName
{
background-color: #EFBF45;
}
.BgClassName
{
background-color: #EFBF45;
}
</style>
border-color css
<style>
span { border-color: #EFBF45; }
span { border-color: rgb(239,191,69); }
td.TdClassName
{
border-color: #EFBF45;
}
.TagClassName
{
border-color: #EFBF45;
}
</style>