Shades of Cream Can #EDC046
Tints of Cream Can #EDC046
RGB
CMYK
RGB Variations
Color information
#EDC046 (or 0xEDC046) is known color: Cream Can. HEX triplet: ED, C0 and 46. RGB value is (237,192,70). Sum of RGB (Red+Green+Blue) = 237+192+70=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC046 is #123FB9. Grayscale: #C0C0C0. Windows color (decimal): -1195962 or 4636909. OLE color: 4636909.
HSL color Cylindrical-coordinate representation of color #EDC046: hue angle of 43.83º 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 #EDC046 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 70 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.07 |
| HSL | 43.83º | 0.82% | 0.6% | - |
| HSV(B) | 43.83º | 0.7% | 0.93% | - |
| XYZ | 54.88 | 56.15 | 13.74 | - |
| YUV | 191.55 | 59.41 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 70 | 0 | 0.19 | 0.70 | 0.07 | 43.83 | 0.82 | 0.6 |
| Hex | ED | C0 | 46 | 0 | 13 | 46 | 7 | 2C | 52 | 3C |
| Octal | 355 | 300 | 106 | 0 | 23 | 106 | 7 | 54 | 122 | 74 |
| Binary | 11101101 | 11000000 | 1000110 | 0 | 10011 | 1000110 | 111 | 101100 | 1010010 | 111100 |
Color Harmonies of #EDC046
Complementary color
Monochromatic Colors of #EDC046
Black with #EDC046
Text Example
Text Example
White with #EDC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC046; }
p { color: rgb(237,192,70); }
H1.HeaderClassName
{
color: #EDC046;
}
.AnyTagClassName
{
color: #EDC046;
}
</style>
background-color css
<style>
a { background-color: #EDC046; }
a { background-color: rgb(237,192,70); }
div.DivClassName
{
background-color: #EDC046;
}
.BgClassName
{
background-color: #EDC046;
}
</style>
border-color css
<style>
span { border-color: #EDC046; }
span { border-color: rgb(237,192,70); }
td.TdClassName
{
border-color: #EDC046;
}
.TagClassName
{
border-color: #EDC046;
}
</style>