Shades of Cream Can #EFC154
Tints of Cream Can #EFC154
RGB
CMYK
RGB Variations
Color information
#EFC154 (or 0xEFC154) is known color: Cream Can. HEX triplet: EF, C1 and 54. RGB value is (239,193,84). Sum of RGB (Red+Green+Blue) = 239+193+84=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC154 is #103EAB. Grayscale: #C2C2C2. Windows color (decimal): -1064620 or 5554671. OLE color: 5554671.
HSL color Cylindrical-coordinate representation of color #EFC154: hue angle of 42.19º 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 #EFC154 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 84 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.06 |
| HSL | 42.19º | 0.83% | 0.63% | - |
| HSV(B) | 42.19º | 0.65% | 0.94% | - |
| XYZ | 56.27 | 57.13 | 16.45 | - |
| YUV | 194.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 84 | 0 | 0.19 | 0.65 | 0.06 | 42.19 | 0.83 | 0.63 |
| Hex | EF | C1 | 54 | 0 | 13 | 41 | 6 | 2A | 53 | 3F |
| Octal | 357 | 301 | 124 | 0 | 23 | 101 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 11000001 | 1010100 | 0 | 10011 | 1000001 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFC154
Complementary color
Monochromatic Colors of #EFC154
Black with #EFC154
Text Example
Text Example
White with #EFC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC154; }
p { color: rgb(239,193,84); }
H1.HeaderClassName
{
color: #EFC154;
}
.AnyTagClassName
{
color: #EFC154;
}
</style>
background-color css
<style>
a { background-color: #EFC154; }
a { background-color: rgb(239,193,84); }
div.DivClassName
{
background-color: #EFC154;
}
.BgClassName
{
background-color: #EFC154;
}
</style>
border-color css
<style>
span { border-color: #EFC154; }
span { border-color: rgb(239,193,84); }
td.TdClassName
{
border-color: #EFC154;
}
.TagClassName
{
border-color: #EFC154;
}
</style>