Shades of Cream Can #EFC054
Tints of Cream Can #EFC054
RGB
CMYK
RGB Variations
Color information
#EFC054 (or 0xEFC054) is known color: Cream Can. HEX triplet: EF, C0 and 54. RGB value is (239,192,84). Sum of RGB (Red+Green+Blue) = 239+192+84=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC054 is #103FAB. Grayscale: #C2C2C2. Windows color (decimal): -1064876 or 5554415. OLE color: 5554415.
HSL color Cylindrical-coordinate representation of color #EFC054: hue angle of 41.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFC054 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 84 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.06 |
| HSL | 41.81º | 0.83% | 0.63% | - |
| HSV(B) | 41.81º | 0.65% | 0.94% | - |
| XYZ | 56.05 | 56.69 | 16.38 | - |
| YUV | 193.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 84 | 0 | 0.20 | 0.65 | 0.06 | 41.81 | 0.83 | 0.63 |
| Hex | EF | C0 | 54 | 0 | 14 | 41 | 6 | 2A | 53 | 3F |
| Octal | 357 | 300 | 124 | 0 | 24 | 101 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 11000000 | 1010100 | 0 | 10100 | 1000001 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFC054
Complementary color
Monochromatic Colors of #EFC054
Black with #EFC054
Text Example
Text Example
White with #EFC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC054; }
p { color: rgb(239,192,84); }
H1.HeaderClassName
{
color: #EFC054;
}
.AnyTagClassName
{
color: #EFC054;
}
</style>
background-color css
<style>
a { background-color: #EFC054; }
a { background-color: rgb(239,192,84); }
div.DivClassName
{
background-color: #EFC054;
}
.BgClassName
{
background-color: #EFC054;
}
</style>
border-color css
<style>
span { border-color: #EFC054; }
span { border-color: rgb(239,192,84); }
td.TdClassName
{
border-color: #EFC054;
}
.TagClassName
{
border-color: #EFC054;
}
</style>