Shades of Cream Can #EFC041
Tints of Cream Can #EFC041
RGB
CMYK
RGB Variations
Color information
#EFC041 (or 0xEFC041) is known color: Cream Can. HEX triplet: EF, C0 and 41. RGB value is (239,192,65). Sum of RGB (Red+Green+Blue) = 239+192+65=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC041 is #103FBE. Grayscale: #C0C0C0. Windows color (decimal): -1064895 or 4309231. OLE color: 4309231.
HSL color Cylindrical-coordinate representation of color #EFC041: hue angle of 43.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFC041 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 65 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.06 |
| HSL | 43.79º | 0.84% | 0.6% | - |
| HSV(B) | 43.79º | 0.73% | 0.94% | - |
| XYZ | 55.4 | 56.43 | 12.97 | - |
| YUV | 191.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 65 | 0 | 0.20 | 0.73 | 0.06 | 43.79 | 0.84 | 0.6 |
| Hex | EF | C0 | 41 | 0 | 14 | 49 | 6 | 2C | 54 | 3C |
| Octal | 357 | 300 | 101 | 0 | 24 | 111 | 6 | 54 | 124 | 74 |
| Binary | 11101111 | 11000000 | 1000001 | 0 | 10100 | 1001001 | 110 | 101100 | 1010100 | 111100 |
Color Harmonies of #EFC041
Complementary color
Monochromatic Colors of #EFC041
Black with #EFC041
Text Example
Text Example
White with #EFC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC041; }
p { color: rgb(239,192,65); }
H1.HeaderClassName
{
color: #EFC041;
}
.AnyTagClassName
{
color: #EFC041;
}
</style>
background-color css
<style>
a { background-color: #EFC041; }
a { background-color: rgb(239,192,65); }
div.DivClassName
{
background-color: #EFC041;
}
.BgClassName
{
background-color: #EFC041;
}
</style>
border-color css
<style>
span { border-color: #EFC041; }
span { border-color: rgb(239,192,65); }
td.TdClassName
{
border-color: #EFC041;
}
.TagClassName
{
border-color: #EFC041;
}
</style>