Shades of Cream Can #EDC656
Tints of Cream Can #EDC656
RGB
CMYK
RGB Variations
Color information
#EDC656 (or 0xEDC656) is known color: Cream Can. HEX triplet: ED, C6 and 56. RGB value is (237,198,86). Sum of RGB (Red+Green+Blue) = 237+198+86=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC656 is #1239A9. Grayscale: #C5C5C5. Windows color (decimal): -1194410 or 5687021. OLE color: 5687021.
HSL color Cylindrical-coordinate representation of color #EDC656: hue angle of 44.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDC656 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 86 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.07 |
| HSL | 44.5º | 0.81% | 0.63% | - |
| HSV(B) | 44.5º | 0.64% | 0.93% | - |
| XYZ | 56.8 | 59.06 | 17.21 | - |
| YUV | 196.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 86 | 0 | 0.16 | 0.64 | 0.07 | 44.5 | 0.81 | 0.63 |
| Hex | ED | C6 | 56 | 0 | 10 | 40 | 7 | 2D | 51 | 3F |
| Octal | 355 | 306 | 126 | 0 | 20 | 100 | 7 | 55 | 121 | 77 |
| Binary | 11101101 | 11000110 | 1010110 | 0 | 10000 | 1000000 | 111 | 101101 | 1010001 | 111111 |
Color Harmonies of #EDC656
Complementary color
Monochromatic Colors of #EDC656
Black with #EDC656
Text Example
Text Example
White with #EDC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC656; }
p { color: rgb(237,198,86); }
H1.HeaderClassName
{
color: #EDC656;
}
.AnyTagClassName
{
color: #EDC656;
}
</style>
background-color css
<style>
a { background-color: #EDC656; }
a { background-color: rgb(237,198,86); }
div.DivClassName
{
background-color: #EDC656;
}
.BgClassName
{
background-color: #EDC656;
}
</style>
border-color css
<style>
span { border-color: #EDC656; }
span { border-color: rgb(237,198,86); }
td.TdClassName
{
border-color: #EDC656;
}
.TagClassName
{
border-color: #EDC656;
}
</style>