Shades of Cream Can #EFC756
Tints of Cream Can #EFC756
RGB
CMYK
RGB Variations
Color information
#EFC756 (or 0xEFC756) is known color: Cream Can. HEX triplet: EF, C7 and 56. RGB value is (239,199,86). Sum of RGB (Red+Green+Blue) = 239+199+86=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC756 is #1038A9. Grayscale: #C6C6C6. Windows color (decimal): -1063082 or 5687279. OLE color: 5687279.
HSL color Cylindrical-coordinate representation of color #EFC756: hue angle of 44.31º 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 #EFC756 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.06 |
| HSL | 44.31º | 0.83% | 0.64% | - |
| HSV(B) | 44.31º | 0.64% | 0.94% | - |
| XYZ | 57.7 | 59.87 | 17.32 | - |
| YUV | 198.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 86 | 0 | 0.17 | 0.64 | 0.06 | 44.31 | 0.83 | 0.64 |
| Hex | EF | C7 | 56 | 0 | 11 | 40 | 6 | 2C | 53 | 40 |
| Octal | 357 | 307 | 126 | 0 | 21 | 100 | 6 | 54 | 123 | 100 |
| Binary | 11101111 | 11000111 | 1010110 | 0 | 10001 | 1000000 | 110 | 101100 | 1010011 | 1000000 |
Color Harmonies of #EFC756
Complementary color
Monochromatic Colors of #EFC756
Black with #EFC756
Text Example
Text Example
White with #EFC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC756; }
p { color: rgb(239,199,86); }
H1.HeaderClassName
{
color: #EFC756;
}
.AnyTagClassName
{
color: #EFC756;
}
</style>
background-color css
<style>
a { background-color: #EFC756; }
a { background-color: rgb(239,199,86); }
div.DivClassName
{
background-color: #EFC756;
}
.BgClassName
{
background-color: #EFC756;
}
</style>
border-color css
<style>
span { border-color: #EFC756; }
span { border-color: rgb(239,199,86); }
td.TdClassName
{
border-color: #EFC756;
}
.TagClassName
{
border-color: #EFC756;
}
</style>