Shades of Cream Can #EDC460
Tints of Cream Can #EDC460
RGB
CMYK
RGB Variations
Color information
#EDC460 (or 0xEDC460) is known color: Cream Can. HEX triplet: ED, C4 and 60. RGB value is (237,196,96). Sum of RGB (Red+Green+Blue) = 237+196+96=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC460 is #123B9F. Grayscale: #C5C5C5. Windows color (decimal): -1194912 or 6341869. OLE color: 6341869.
HSL color Cylindrical-coordinate representation of color #EDC460: hue angle of 42.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC460 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 96 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.07 |
| HSL | 42.55º | 0.8% | 0.65% | - |
| HSV(B) | 42.55º | 0.59% | 0.93% | - |
| XYZ | 56.78 | 58.33 | 19.33 | - |
| YUV | 196.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 96 | 0 | 0.17 | 0.59 | 0.07 | 42.55 | 0.8 | 0.65 |
| Hex | ED | C4 | 60 | 0 | 11 | 3B | 7 | 2B | 50 | 41 |
| Octal | 355 | 304 | 140 | 0 | 21 | 73 | 7 | 53 | 120 | 101 |
| Binary | 11101101 | 11000100 | 1100000 | 0 | 10001 | 111011 | 111 | 101011 | 1010000 | 1000001 |
Color Harmonies of #EDC460
Complementary color
Monochromatic Colors of #EDC460
Black with #EDC460
Text Example
Text Example
White with #EDC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC460; }
p { color: rgb(237,196,96); }
H1.HeaderClassName
{
color: #EDC460;
}
.AnyTagClassName
{
color: #EDC460;
}
</style>
background-color css
<style>
a { background-color: #EDC460; }
a { background-color: rgb(237,196,96); }
div.DivClassName
{
background-color: #EDC460;
}
.BgClassName
{
background-color: #EDC460;
}
</style>
border-color css
<style>
span { border-color: #EDC460; }
span { border-color: rgb(237,196,96); }
td.TdClassName
{
border-color: #EDC460;
}
.TagClassName
{
border-color: #EDC460;
}
</style>