Shades of Cream Can #EFBC4E
Tints of Cream Can #EFBC4E
RGB
CMYK
RGB Variations
Color information
#EFBC4E (or 0xEFBC4E) is known color: Cream Can. HEX triplet: EF, BC and 4E. RGB value is (239,188,78). Sum of RGB (Red+Green+Blue) = 239+188+78=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC4E is #1043B1. Grayscale: #BFBFBF. Windows color (decimal): -1065906 or 5160175. OLE color: 5160175.
HSL color Cylindrical-coordinate representation of color #EFBC4E: hue angle of 40.99º 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 #EFBC4E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 78 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.06 |
| HSL | 40.99º | 0.83% | 0.62% | - |
| HSV(B) | 40.99º | 0.67% | 0.94% | - |
| XYZ | 54.95 | 54.87 | 14.9 | - |
| YUV | 190.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 78 | 0 | 0.21 | 0.67 | 0.06 | 40.99 | 0.83 | 0.62 |
| Hex | EF | BC | 4E | 0 | 15 | 43 | 6 | 29 | 53 | 3E |
| Octal | 357 | 274 | 116 | 0 | 25 | 103 | 6 | 51 | 123 | 76 |
| Binary | 11101111 | 10111100 | 1001110 | 0 | 10101 | 1000011 | 110 | 101001 | 1010011 | 111110 |
Color Harmonies of #EFBC4E
Complementary color
Monochromatic Colors of #EFBC4E
Black with #EFBC4E
Text Example
Text Example
White with #EFBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC4E; }
p { color: rgb(239,188,78); }
H1.HeaderClassName
{
color: #EFBC4E;
}
.AnyTagClassName
{
color: #EFBC4E;
}
</style>
background-color css
<style>
a { background-color: #EFBC4E; }
a { background-color: rgb(239,188,78); }
div.DivClassName
{
background-color: #EFBC4E;
}
.BgClassName
{
background-color: #EFBC4E;
}
</style>
border-color css
<style>
span { border-color: #EFBC4E; }
span { border-color: rgb(239,188,78); }
td.TdClassName
{
border-color: #EFBC4E;
}
.TagClassName
{
border-color: #EFBC4E;
}
</style>