Shades of Cream Can #EFC65E
Tints of Cream Can #EFC65E
RGB
CMYK
RGB Variations
Color information
#EFC65E (or 0xEFC65E) is known color: Cream Can. HEX triplet: EF, C6 and 5E. RGB value is (239,198,94). Sum of RGB (Red+Green+Blue) = 239+198+94=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC65E is #1039A1. Grayscale: #C6C6C6. Windows color (decimal): -1063330 or 6211311. OLE color: 6211311.
HSL color Cylindrical-coordinate representation of color #EFC65E: hue angle of 43.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC65E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 94 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.06 |
| HSL | 43.03º | 0.82% | 0.65% | - |
| HSV(B) | 43.03º | 0.61% | 0.94% | - |
| XYZ | 57.81 | 59.55 | 19.04 | - |
| YUV | 198.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 94 | 0 | 0.17 | 0.61 | 0.06 | 43.03 | 0.82 | 0.65 |
| Hex | EF | C6 | 5E | 0 | 11 | 3D | 6 | 2B | 52 | 41 |
| Octal | 357 | 306 | 136 | 0 | 21 | 75 | 6 | 53 | 122 | 101 |
| Binary | 11101111 | 11000110 | 1011110 | 0 | 10001 | 111101 | 110 | 101011 | 1010010 | 1000001 |
Color Harmonies of #EFC65E
Complementary color
Monochromatic Colors of #EFC65E
Black with #EFC65E
Text Example
Text Example
White with #EFC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC65E; }
p { color: rgb(239,198,94); }
H1.HeaderClassName
{
color: #EFC65E;
}
.AnyTagClassName
{
color: #EFC65E;
}
</style>
background-color css
<style>
a { background-color: #EFC65E; }
a { background-color: rgb(239,198,94); }
div.DivClassName
{
background-color: #EFC65E;
}
.BgClassName
{
background-color: #EFC65E;
}
</style>
border-color css
<style>
span { border-color: #EFC65E; }
span { border-color: rgb(239,198,94); }
td.TdClassName
{
border-color: #EFC65E;
}
.TagClassName
{
border-color: #EFC65E;
}
</style>