Shades of Cream Can #EFC248
Tints of Cream Can #EFC248
RGB
CMYK
RGB Variations
Color information
#EFC248 (or 0xEFC248) is known color: Cream Can. HEX triplet: EF, C2 and 48. RGB value is (239,194,72). Sum of RGB (Red+Green+Blue) = 239+194+72=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC248 is #103DB7. Grayscale: #C2C2C2. Windows color (decimal): -1064376 or 4768495. OLE color: 4768495.
HSL color Cylindrical-coordinate representation of color #EFC248: hue angle of 43.83º 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 #EFC248 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 72 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.06 |
| HSL | 43.83º | 0.84% | 0.61% | - |
| HSV(B) | 43.83º | 0.7% | 0.94% | - |
| XYZ | 56.06 | 57.4 | 14.26 | - |
| YUV | 193.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 72 | 0 | 0.19 | 0.70 | 0.06 | 43.83 | 0.84 | 0.61 |
| Hex | EF | C2 | 48 | 0 | 13 | 46 | 6 | 2C | 54 | 3D |
| Octal | 357 | 302 | 110 | 0 | 23 | 106 | 6 | 54 | 124 | 75 |
| Binary | 11101111 | 11000010 | 1001000 | 0 | 10011 | 1000110 | 110 | 101100 | 1010100 | 111101 |
Color Harmonies of #EFC248
Complementary color
Monochromatic Colors of #EFC248
Black with #EFC248
Text Example
Text Example
White with #EFC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC248; }
p { color: rgb(239,194,72); }
H1.HeaderClassName
{
color: #EFC248;
}
.AnyTagClassName
{
color: #EFC248;
}
</style>
background-color css
<style>
a { background-color: #EFC248; }
a { background-color: rgb(239,194,72); }
div.DivClassName
{
background-color: #EFC248;
}
.BgClassName
{
background-color: #EFC248;
}
</style>
border-color css
<style>
span { border-color: #EFC248; }
span { border-color: rgb(239,194,72); }
td.TdClassName
{
border-color: #EFC248;
}
.TagClassName
{
border-color: #EFC248;
}
</style>