Shades of Cream Can #EFBF4D
Tints of Cream Can #EFBF4D
RGB
CMYK
RGB Variations
Color information
#EFBF4D (or 0xEFBF4D) is known color: Cream Can. HEX triplet: EF, BF and 4D. RGB value is (239,191,77). Sum of RGB (Red+Green+Blue) = 239+191+77=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF4D is #1040B2. Grayscale: #C0C0C0. Windows color (decimal): -1065139 or 5095407. OLE color: 5095407.
HSL color Cylindrical-coordinate representation of color #EFBF4D: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFBF4D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.06 |
| HSL | 42.22º | 0.84% | 0.62% | - |
| HSV(B) | 42.22º | 0.68% | 0.94% | - |
| XYZ | 55.57 | 56.15 | 14.93 | - |
| YUV | 192.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 77 | 0 | 0.20 | 0.68 | 0.06 | 42.22 | 0.84 | 0.62 |
| Hex | EF | BF | 4D | 0 | 14 | 44 | 6 | 2A | 54 | 3E |
| Octal | 357 | 277 | 115 | 0 | 24 | 104 | 6 | 52 | 124 | 76 |
| Binary | 11101111 | 10111111 | 1001101 | 0 | 10100 | 1000100 | 110 | 101010 | 1010100 | 111110 |
Color Harmonies of #EFBF4D
Complementary color
Monochromatic Colors of #EFBF4D
Black with #EFBF4D
Text Example
Text Example
White with #EFBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF4D; }
p { color: rgb(239,191,77); }
H1.HeaderClassName
{
color: #EFBF4D;
}
.AnyTagClassName
{
color: #EFBF4D;
}
</style>
background-color css
<style>
a { background-color: #EFBF4D; }
a { background-color: rgb(239,191,77); }
div.DivClassName
{
background-color: #EFBF4D;
}
.BgClassName
{
background-color: #EFBF4D;
}
</style>
border-color css
<style>
span { border-color: #EFBF4D; }
span { border-color: rgb(239,191,77); }
td.TdClassName
{
border-color: #EFBF4D;
}
.TagClassName
{
border-color: #EFBF4D;
}
</style>