Shades of Cream Can #EFC356
Tints of Cream Can #EFC356
RGB
CMYK
RGB Variations
Color information
#EFC356 (or 0xEFC356) is known color: Cream Can. HEX triplet: EF, C3 and 56. RGB value is (239,195,86). Sum of RGB (Red+Green+Blue) = 239+195+86=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC356 is #103CA9. Grayscale: #C4C4C4. Windows color (decimal): -1064106 or 5686255. OLE color: 5686255.
HSL color Cylindrical-coordinate representation of color #EFC356: hue angle of 42.75º 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 #EFC356 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 42.75º | 0.83% | 0.64% | - |
| HSV(B) | 42.75º | 0.64% | 0.94% | - |
| XYZ | 56.79 | 58.05 | 17.02 | - |
| YUV | 195.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 86 | 0 | 0.18 | 0.64 | 0.06 | 42.75 | 0.83 | 0.64 |
| Hex | EF | C3 | 56 | 0 | 12 | 40 | 6 | 2B | 53 | 40 |
| Octal | 357 | 303 | 126 | 0 | 22 | 100 | 6 | 53 | 123 | 100 |
| Binary | 11101111 | 11000011 | 1010110 | 0 | 10010 | 1000000 | 110 | 101011 | 1010011 | 1000000 |
Color Harmonies of #EFC356
Complementary color
Monochromatic Colors of #EFC356
Black with #EFC356
Text Example
Text Example
White with #EFC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC356; }
p { color: rgb(239,195,86); }
H1.HeaderClassName
{
color: #EFC356;
}
.AnyTagClassName
{
color: #EFC356;
}
</style>
background-color css
<style>
a { background-color: #EFC356; }
a { background-color: rgb(239,195,86); }
div.DivClassName
{
background-color: #EFC356;
}
.BgClassName
{
background-color: #EFC356;
}
</style>
border-color css
<style>
span { border-color: #EFC356; }
span { border-color: rgb(239,195,86); }
td.TdClassName
{
border-color: #EFC356;
}
.TagClassName
{
border-color: #EFC356;
}
</style>