Shades of Cream Can #EFC048
Tints of Cream Can #EFC048
RGB
CMYK
RGB Variations
Color information
#EFC048 (or 0xEFC048) is known color: Cream Can. HEX triplet: EF, C0 and 48. RGB value is (239,192,72). Sum of RGB (Red+Green+Blue) = 239+192+72=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC048 is #103FB7. Grayscale: #C0C0C0. Windows color (decimal): -1064888 or 4767983. OLE color: 4767983.
HSL color Cylindrical-coordinate representation of color #EFC048: hue angle of 43.11º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC048 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 72 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.06 |
| HSL | 43.11º | 0.84% | 0.61% | - |
| HSV(B) | 43.11º | 0.7% | 0.94% | - |
| XYZ | 55.62 | 56.52 | 14.11 | - |
| YUV | 192.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 72 | 0 | 0.20 | 0.70 | 0.06 | 43.11 | 0.84 | 0.61 |
| Hex | EF | C0 | 48 | 0 | 14 | 46 | 6 | 2B | 54 | 3D |
| Octal | 357 | 300 | 110 | 0 | 24 | 106 | 6 | 53 | 124 | 75 |
| Binary | 11101111 | 11000000 | 1001000 | 0 | 10100 | 1000110 | 110 | 101011 | 1010100 | 111101 |
Color Harmonies of #EFC048
Complementary color
Monochromatic Colors of #EFC048
Black with #EFC048
Text Example
Text Example
White with #EFC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC048; }
p { color: rgb(239,192,72); }
H1.HeaderClassName
{
color: #EFC048;
}
.AnyTagClassName
{
color: #EFC048;
}
</style>
background-color css
<style>
a { background-color: #EFC048; }
a { background-color: rgb(239,192,72); }
div.DivClassName
{
background-color: #EFC048;
}
.BgClassName
{
background-color: #EFC048;
}
</style>
border-color css
<style>
span { border-color: #EFC048; }
span { border-color: rgb(239,192,72); }
td.TdClassName
{
border-color: #EFC048;
}
.TagClassName
{
border-color: #EFC048;
}
</style>