Shades of Cream Can #EDC356
Tints of Cream Can #EDC356
RGB
CMYK
RGB Variations
Color information
#EDC356 (or 0xEDC356) is known color: Cream Can. HEX triplet: ED, C3 and 56. RGB value is (237,195,86). Sum of RGB (Red+Green+Blue) = 237+195+86=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC356 is #123CA9. Grayscale: #C3C3C3. Windows color (decimal): -1195178 or 5686253. OLE color: 5686253.
HSL color Cylindrical-coordinate representation of color #EDC356: hue angle of 43.31º 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 #EDC356 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 43.31º | 0.81% | 0.63% | - |
| HSV(B) | 43.31º | 0.64% | 0.93% | - |
| XYZ | 56.12 | 57.71 | 16.98 | - |
| YUV | 195.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 86 | 0 | 0.18 | 0.64 | 0.07 | 43.31 | 0.81 | 0.63 |
| Hex | ED | C3 | 56 | 0 | 12 | 40 | 7 | 2B | 51 | 3F |
| Octal | 355 | 303 | 126 | 0 | 22 | 100 | 7 | 53 | 121 | 77 |
| Binary | 11101101 | 11000011 | 1010110 | 0 | 10010 | 1000000 | 111 | 101011 | 1010001 | 111111 |
Color Harmonies of #EDC356
Complementary color
Monochromatic Colors of #EDC356
Black with #EDC356
Text Example
Text Example
White with #EDC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC356; }
p { color: rgb(237,195,86); }
H1.HeaderClassName
{
color: #EDC356;
}
.AnyTagClassName
{
color: #EDC356;
}
</style>
background-color css
<style>
a { background-color: #EDC356; }
a { background-color: rgb(237,195,86); }
div.DivClassName
{
background-color: #EDC356;
}
.BgClassName
{
background-color: #EDC356;
}
</style>
border-color css
<style>
span { border-color: #EDC356; }
span { border-color: rgb(237,195,86); }
td.TdClassName
{
border-color: #EDC356;
}
.TagClassName
{
border-color: #EDC356;
}
</style>