Shades of Cream Can #EFBF4E
Tints of Cream Can #EFBF4E
RGB
CMYK
RGB Variations
Color information
#EFBF4E (or 0xEFBF4E) is known color: Cream Can. HEX triplet: EF, BF and 4E. RGB value is (239,191,78). Sum of RGB (Red+Green+Blue) = 239+191+78=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF4E is #1040B1. Grayscale: #C0C0C0. Windows color (decimal): -1065138 or 5160943. OLE color: 5160943.
HSL color Cylindrical-coordinate representation of color #EFBF4E: hue angle of 42.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFBF4E is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 78 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.06 |
| HSL | 42.11º | 0.83% | 0.62% | - |
| HSV(B) | 42.11º | 0.67% | 0.94% | - |
| XYZ | 55.6 | 56.16 | 15.12 | - |
| YUV | 192.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 78 | 0 | 0.20 | 0.67 | 0.06 | 42.11 | 0.83 | 0.62 |
| Hex | EF | BF | 4E | 0 | 14 | 43 | 6 | 2A | 53 | 3E |
| Octal | 357 | 277 | 116 | 0 | 24 | 103 | 6 | 52 | 123 | 76 |
| Binary | 11101111 | 10111111 | 1001110 | 0 | 10100 | 1000011 | 110 | 101010 | 1010011 | 111110 |
Color Harmonies of #EFBF4E
Complementary color
Monochromatic Colors of #EFBF4E
Black with #EFBF4E
Text Example
Text Example
White with #EFBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF4E; }
p { color: rgb(239,191,78); }
H1.HeaderClassName
{
color: #EFBF4E;
}
.AnyTagClassName
{
color: #EFBF4E;
}
</style>
background-color css
<style>
a { background-color: #EFBF4E; }
a { background-color: rgb(239,191,78); }
div.DivClassName
{
background-color: #EFBF4E;
}
.BgClassName
{
background-color: #EFBF4E;
}
</style>
border-color css
<style>
span { border-color: #EFBF4E; }
span { border-color: rgb(239,191,78); }
td.TdClassName
{
border-color: #EFBF4E;
}
.TagClassName
{
border-color: #EFBF4E;
}
</style>