Shades of Cream Can #EFC14E
Tints of Cream Can #EFC14E
RGB
CMYK
RGB Variations
Color information
#EFC14E (or 0xEFC14E) is known color: Cream Can. HEX triplet: EF, C1 and 4E. RGB value is (239,193,78). Sum of RGB (Red+Green+Blue) = 239+193+78=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC14E is #103EB1. Grayscale: #C2C2C2. Windows color (decimal): -1064626 or 5161455. OLE color: 5161455.
HSL color Cylindrical-coordinate representation of color #EFC14E: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC14E is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 78 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.06 |
| HSL | 42.86º | 0.83% | 0.62% | - |
| HSV(B) | 42.86º | 0.67% | 0.94% | - |
| XYZ | 56.04 | 57.04 | 15.26 | - |
| YUV | 193.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 78 | 0 | 0.19 | 0.67 | 0.06 | 42.86 | 0.83 | 0.62 |
| Hex | EF | C1 | 4E | 0 | 13 | 43 | 6 | 2B | 53 | 3E |
| Octal | 357 | 301 | 116 | 0 | 23 | 103 | 6 | 53 | 123 | 76 |
| Binary | 11101111 | 11000001 | 1001110 | 0 | 10011 | 1000011 | 110 | 101011 | 1010011 | 111110 |
Color Harmonies of #EFC14E
Complementary color
Monochromatic Colors of #EFC14E
Black with #EFC14E
Text Example
Text Example
White with #EFC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC14E; }
p { color: rgb(239,193,78); }
H1.HeaderClassName
{
color: #EFC14E;
}
.AnyTagClassName
{
color: #EFC14E;
}
</style>
background-color css
<style>
a { background-color: #EFC14E; }
a { background-color: rgb(239,193,78); }
div.DivClassName
{
background-color: #EFC14E;
}
.BgClassName
{
background-color: #EFC14E;
}
</style>
border-color css
<style>
span { border-color: #EFC14E; }
span { border-color: rgb(239,193,78); }
td.TdClassName
{
border-color: #EFC14E;
}
.TagClassName
{
border-color: #EFC14E;
}
</style>