Shades of Cream Can #EFC44E
Tints of Cream Can #EFC44E
RGB
CMYK
RGB Variations
Color information
#EFC44E (or 0xEFC44E) is known color: Cream Can. HEX triplet: EF, C4 and 4E. RGB value is (239,196,78). Sum of RGB (Red+Green+Blue) = 239+196+78=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC44E is #103BB1. Grayscale: #C3C3C3. Windows color (decimal): -1063858 or 5162223. OLE color: 5162223.
HSL color Cylindrical-coordinate representation of color #EFC44E: hue angle of 43.98º 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 #EFC44E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 78 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.06 |
| HSL | 43.98º | 0.83% | 0.62% | - |
| HSV(B) | 43.98º | 0.67% | 0.94% | - |
| XYZ | 56.71 | 58.38 | 15.49 | - |
| YUV | 195.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 78 | 0 | 0.18 | 0.67 | 0.06 | 43.98 | 0.83 | 0.62 |
| Hex | EF | C4 | 4E | 0 | 12 | 43 | 6 | 2C | 53 | 3E |
| Octal | 357 | 304 | 116 | 0 | 22 | 103 | 6 | 54 | 123 | 76 |
| Binary | 11101111 | 11000100 | 1001110 | 0 | 10010 | 1000011 | 110 | 101100 | 1010011 | 111110 |
Color Harmonies of #EFC44E
Complementary color
Monochromatic Colors of #EFC44E
Black with #EFC44E
Text Example
Text Example
White with #EFC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC44E; }
p { color: rgb(239,196,78); }
H1.HeaderClassName
{
color: #EFC44E;
}
.AnyTagClassName
{
color: #EFC44E;
}
</style>
background-color css
<style>
a { background-color: #EFC44E; }
a { background-color: rgb(239,196,78); }
div.DivClassName
{
background-color: #EFC44E;
}
.BgClassName
{
background-color: #EFC44E;
}
</style>
border-color css
<style>
span { border-color: #EFC44E; }
span { border-color: rgb(239,196,78); }
td.TdClassName
{
border-color: #EFC44E;
}
.TagClassName
{
border-color: #EFC44E;
}
</style>