Shades of Cream Can #EFC256
Tints of Cream Can #EFC256
RGB
CMYK
RGB Variations
Color information
#EFC256 (or 0xEFC256) is known color: Cream Can. HEX triplet: EF, C2 and 56. RGB value is (239,194,86). Sum of RGB (Red+Green+Blue) = 239+194+86=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC256 is #103DA9. Grayscale: #C3C3C3. Windows color (decimal): -1064362 or 5685999. OLE color: 5685999.
HSL color Cylindrical-coordinate representation of color #EFC256: hue angle of 42.35º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFC256 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.06 |
| HSL | 42.35º | 0.83% | 0.64% | - |
| HSV(B) | 42.35º | 0.64% | 0.94% | - |
| XYZ | 56.57 | 57.61 | 16.94 | - |
| YUV | 195.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 86 | 0 | 0.19 | 0.64 | 0.06 | 42.35 | 0.83 | 0.64 |
| Hex | EF | C2 | 56 | 0 | 13 | 40 | 6 | 2A | 53 | 40 |
| Octal | 357 | 302 | 126 | 0 | 23 | 100 | 6 | 52 | 123 | 100 |
| Binary | 11101111 | 11000010 | 1010110 | 0 | 10011 | 1000000 | 110 | 101010 | 1010011 | 1000000 |
Color Harmonies of #EFC256
Complementary color
Monochromatic Colors of #EFC256
Black with #EFC256
Text Example
Text Example
White with #EFC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC256; }
p { color: rgb(239,194,86); }
H1.HeaderClassName
{
color: #EFC256;
}
.AnyTagClassName
{
color: #EFC256;
}
</style>
background-color css
<style>
a { background-color: #EFC256; }
a { background-color: rgb(239,194,86); }
div.DivClassName
{
background-color: #EFC256;
}
.BgClassName
{
background-color: #EFC256;
}
</style>
border-color css
<style>
span { border-color: #EFC256; }
span { border-color: rgb(239,194,86); }
td.TdClassName
{
border-color: #EFC256;
}
.TagClassName
{
border-color: #EFC256;
}
</style>