Shades of Cream Can #EFBB4E
Tints of Cream Can #EFBB4E
RGB
CMYK
RGB Variations
Color information
#EFBB4E (or 0xEFBB4E) is known color: Cream Can. HEX triplet: EF, BB and 4E. RGB value is (239,187,78). Sum of RGB (Red+Green+Blue) = 239+187+78=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB4E is #1044B1. Grayscale: #BEBEBE. Windows color (decimal): -1066162 or 5159919. OLE color: 5159919.
HSL color Cylindrical-coordinate representation of color #EFBB4E: hue angle of 40.62º 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 #EFBB4E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 78 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.06 |
| HSL | 40.62º | 0.83% | 0.62% | - |
| HSV(B) | 40.62º | 0.67% | 0.94% | - |
| XYZ | 54.74 | 54.44 | 14.83 | - |
| YUV | 190.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 78 | 0 | 0.22 | 0.67 | 0.06 | 40.62 | 0.83 | 0.62 |
| Hex | EF | BB | 4E | 0 | 16 | 43 | 6 | 29 | 53 | 3E |
| Octal | 357 | 273 | 116 | 0 | 26 | 103 | 6 | 51 | 123 | 76 |
| Binary | 11101111 | 10111011 | 1001110 | 0 | 10110 | 1000011 | 110 | 101001 | 1010011 | 111110 |
Color Harmonies of #EFBB4E
Complementary color
Monochromatic Colors of #EFBB4E
Black with #EFBB4E
Text Example
Text Example
White with #EFBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB4E; }
p { color: rgb(239,187,78); }
H1.HeaderClassName
{
color: #EFBB4E;
}
.AnyTagClassName
{
color: #EFBB4E;
}
</style>
background-color css
<style>
a { background-color: #EFBB4E; }
a { background-color: rgb(239,187,78); }
div.DivClassName
{
background-color: #EFBB4E;
}
.BgClassName
{
background-color: #EFBB4E;
}
</style>
border-color css
<style>
span { border-color: #EFBB4E; }
span { border-color: rgb(239,187,78); }
td.TdClassName
{
border-color: #EFBB4E;
}
.TagClassName
{
border-color: #EFBB4E;
}
</style>