Shades of Cream Can #EFC044
Tints of Cream Can #EFC044
RGB
CMYK
RGB Variations
Color information
#EFC044 (or 0xEFC044) is known color: Cream Can. HEX triplet: EF, C0 and 44. RGB value is (239,192,68). Sum of RGB (Red+Green+Blue) = 239+192+68=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC044 is #103FBB. Grayscale: #C0C0C0. Windows color (decimal): -1064892 or 4505839. OLE color: 4505839.
HSL color Cylindrical-coordinate representation of color #EFC044: hue angle of 43.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFC044 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 68 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.06 |
| HSL | 43.51º | 0.84% | 0.6% | - |
| HSV(B) | 43.51º | 0.72% | 0.94% | - |
| XYZ | 55.49 | 56.47 | 13.44 | - |
| YUV | 191.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 68 | 0 | 0.20 | 0.72 | 0.06 | 43.51 | 0.84 | 0.6 |
| Hex | EF | C0 | 44 | 0 | 14 | 48 | 6 | 2C | 54 | 3C |
| Octal | 357 | 300 | 104 | 0 | 24 | 110 | 6 | 54 | 124 | 74 |
| Binary | 11101111 | 11000000 | 1000100 | 0 | 10100 | 1001000 | 110 | 101100 | 1010100 | 111100 |
Color Harmonies of #EFC044
Complementary color
Monochromatic Colors of #EFC044
Black with #EFC044
Text Example
Text Example
White with #EFC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC044; }
p { color: rgb(239,192,68); }
H1.HeaderClassName
{
color: #EFC044;
}
.AnyTagClassName
{
color: #EFC044;
}
</style>
background-color css
<style>
a { background-color: #EFC044; }
a { background-color: rgb(239,192,68); }
div.DivClassName
{
background-color: #EFC044;
}
.BgClassName
{
background-color: #EFC044;
}
</style>
border-color css
<style>
span { border-color: #EFC044; }
span { border-color: rgb(239,192,68); }
td.TdClassName
{
border-color: #EFC044;
}
.TagClassName
{
border-color: #EFC044;
}
</style>