Shades of Cream Can #EDC260
Tints of Cream Can #EDC260
RGB
CMYK
RGB Variations
Color information
#EDC260 (or 0xEDC260) is known color: Cream Can. HEX triplet: ED, C2 and 60. RGB value is (237,194,96). Sum of RGB (Red+Green+Blue) = 237+194+96=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC260 is #123D9F. Grayscale: #C4C4C4. Windows color (decimal): -1195424 or 6341357. OLE color: 6341357.
HSL color Cylindrical-coordinate representation of color #EDC260: hue angle of 41.7º 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 #EDC260 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 96 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.07 |
| HSL | 41.7º | 0.8% | 0.65% | - |
| HSV(B) | 41.7º | 0.59% | 0.93% | - |
| XYZ | 56.33 | 57.43 | 19.18 | - |
| YUV | 195.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 96 | 0 | 0.18 | 0.59 | 0.07 | 41.7 | 0.8 | 0.65 |
| Hex | ED | C2 | 60 | 0 | 12 | 3B | 7 | 2A | 50 | 41 |
| Octal | 355 | 302 | 140 | 0 | 22 | 73 | 7 | 52 | 120 | 101 |
| Binary | 11101101 | 11000010 | 1100000 | 0 | 10010 | 111011 | 111 | 101010 | 1010000 | 1000001 |
Color Harmonies of #EDC260
Complementary color
Monochromatic Colors of #EDC260
Black with #EDC260
Text Example
Text Example
White with #EDC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC260; }
p { color: rgb(237,194,96); }
H1.HeaderClassName
{
color: #EDC260;
}
.AnyTagClassName
{
color: #EDC260;
}
</style>
background-color css
<style>
a { background-color: #EDC260; }
a { background-color: rgb(237,194,96); }
div.DivClassName
{
background-color: #EDC260;
}
.BgClassName
{
background-color: #EDC260;
}
</style>
border-color css
<style>
span { border-color: #EDC260; }
span { border-color: rgb(237,194,96); }
td.TdClassName
{
border-color: #EDC260;
}
.TagClassName
{
border-color: #EDC260;
}
</style>