Shades of Cream Can #EFC64F
Tints of Cream Can #EFC64F
RGB
CMYK
RGB Variations
Color information
#EFC64F (or 0xEFC64F) is known color: Cream Can. HEX triplet: EF, C6 and 4F. RGB value is (239,198,79). Sum of RGB (Red+Green+Blue) = 239+198+79=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC64F is #1039B0. Grayscale: #C5C5C5. Windows color (decimal): -1063345 or 5228271. OLE color: 5228271.
HSL color Cylindrical-coordinate representation of color #EFC64F: hue angle of 44.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 #EFC64F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.06 |
| HSL | 44.63º | 0.83% | 0.62% | - |
| HSV(B) | 44.63º | 0.67% | 0.94% | - |
| XYZ | 57.2 | 59.3 | 15.83 | - |
| YUV | 196.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 79 | 0 | 0.17 | 0.67 | 0.06 | 44.63 | 0.83 | 0.62 |
| Hex | EF | C6 | 4F | 0 | 11 | 43 | 6 | 2D | 53 | 3E |
| Octal | 357 | 306 | 117 | 0 | 21 | 103 | 6 | 55 | 123 | 76 |
| Binary | 11101111 | 11000110 | 1001111 | 0 | 10001 | 1000011 | 110 | 101101 | 1010011 | 111110 |
Color Harmonies of #EFC64F
Complementary color
Monochromatic Colors of #EFC64F
Black with #EFC64F
Text Example
Text Example
White with #EFC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC64F; }
p { color: rgb(239,198,79); }
H1.HeaderClassName
{
color: #EFC64F;
}
.AnyTagClassName
{
color: #EFC64F;
}
</style>
background-color css
<style>
a { background-color: #EFC64F; }
a { background-color: rgb(239,198,79); }
div.DivClassName
{
background-color: #EFC64F;
}
.BgClassName
{
background-color: #EFC64F;
}
</style>
border-color css
<style>
span { border-color: #EFC64F; }
span { border-color: rgb(239,198,79); }
td.TdClassName
{
border-color: #EFC64F;
}
.TagClassName
{
border-color: #EFC64F;
}
</style>