Shades of Cream Can #EDC146
Tints of Cream Can #EDC146
RGB
CMYK
RGB Variations
Color information
#EDC146 (or 0xEDC146) is known color: Cream Can. HEX triplet: ED, C1 and 46. RGB value is (237,193,70). Sum of RGB (Red+Green+Blue) = 237+193+70=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC146 is #123EB9. Grayscale: #C0C0C0. Windows color (decimal): -1195706 or 4637165. OLE color: 4637165.
HSL color Cylindrical-coordinate representation of color #EDC146: hue angle of 44.19º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC146 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 70 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.07 |
| HSL | 44.19º | 0.82% | 0.6% | - |
| HSV(B) | 44.19º | 0.7% | 0.93% | - |
| XYZ | 55.1 | 56.59 | 13.81 | - |
| YUV | 192.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 70 | 0 | 0.19 | 0.70 | 0.07 | 44.19 | 0.82 | 0.6 |
| Hex | ED | C1 | 46 | 0 | 13 | 46 | 7 | 2C | 52 | 3C |
| Octal | 355 | 301 | 106 | 0 | 23 | 106 | 7 | 54 | 122 | 74 |
| Binary | 11101101 | 11000001 | 1000110 | 0 | 10011 | 1000110 | 111 | 101100 | 1010010 | 111100 |
Color Harmonies of #EDC146
Complementary color
Monochromatic Colors of #EDC146
Black with #EDC146
Text Example
Text Example
White with #EDC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC146; }
p { color: rgb(237,193,70); }
H1.HeaderClassName
{
color: #EDC146;
}
.AnyTagClassName
{
color: #EDC146;
}
</style>
background-color css
<style>
a { background-color: #EDC146; }
a { background-color: rgb(237,193,70); }
div.DivClassName
{
background-color: #EDC146;
}
.BgClassName
{
background-color: #EDC146;
}
</style>
border-color css
<style>
span { border-color: #EDC146; }
span { border-color: rgb(237,193,70); }
td.TdClassName
{
border-color: #EDC146;
}
.TagClassName
{
border-color: #EDC146;
}
</style>