Shades of Cream Can #EFC456
Tints of Cream Can #EFC456
RGB
CMYK
RGB Variations
Color information
#EFC456 (or 0xEFC456) is known color: Cream Can. HEX triplet: EF, C4 and 56. RGB value is (239,196,86). Sum of RGB (Red+Green+Blue) = 239+196+86=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC456 is #103BA9. Grayscale: #C4C4C4. Windows color (decimal): -1063850 or 5686511. OLE color: 5686511.
HSL color Cylindrical-coordinate representation of color #EFC456: hue angle of 43.14º 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 #EFC456 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 43.14º | 0.83% | 0.64% | - |
| HSV(B) | 43.14º | 0.64% | 0.94% | - |
| XYZ | 57.02 | 58.5 | 17.09 | - |
| YUV | 196.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 86 | 0 | 0.18 | 0.64 | 0.06 | 43.14 | 0.83 | 0.64 |
| Hex | EF | C4 | 56 | 0 | 12 | 40 | 6 | 2B | 53 | 40 |
| Octal | 357 | 304 | 126 | 0 | 22 | 100 | 6 | 53 | 123 | 100 |
| Binary | 11101111 | 11000100 | 1010110 | 0 | 10010 | 1000000 | 110 | 101011 | 1010011 | 1000000 |
Color Harmonies of #EFC456
Complementary color
Monochromatic Colors of #EFC456
Black with #EFC456
Text Example
Text Example
White with #EFC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC456; }
p { color: rgb(239,196,86); }
H1.HeaderClassName
{
color: #EFC456;
}
.AnyTagClassName
{
color: #EFC456;
}
</style>
background-color css
<style>
a { background-color: #EFC456; }
a { background-color: rgb(239,196,86); }
div.DivClassName
{
background-color: #EFC456;
}
.BgClassName
{
background-color: #EFC456;
}
</style>
border-color css
<style>
span { border-color: #EFC456; }
span { border-color: rgb(239,196,86); }
td.TdClassName
{
border-color: #EFC456;
}
.TagClassName
{
border-color: #EFC456;
}
</style>