Shades of Cream Can #EDC048
Tints of Cream Can #EDC048
RGB
CMYK
RGB Variations
Color information
#EDC048 (or 0xEDC048) is known color: Cream Can. HEX triplet: ED, C0 and 48. RGB value is (237,192,72). Sum of RGB (Red+Green+Blue) = 237+192+72=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC048 is #123FB7. Grayscale: #C0C0C0. Windows color (decimal): -1195960 or 4767981. OLE color: 4767981.
HSL color Cylindrical-coordinate representation of color #EDC048: hue angle of 43.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDC048 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 72 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.07 |
| HSL | 43.64º | 0.82% | 0.61% | - |
| HSV(B) | 43.64º | 0.7% | 0.93% | - |
| XYZ | 54.94 | 56.17 | 14.08 | - |
| YUV | 191.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 72 | 0 | 0.19 | 0.70 | 0.07 | 43.64 | 0.82 | 0.61 |
| Hex | ED | C0 | 48 | 0 | 13 | 46 | 7 | 2C | 52 | 3D |
| Octal | 355 | 300 | 110 | 0 | 23 | 106 | 7 | 54 | 122 | 75 |
| Binary | 11101101 | 11000000 | 1001000 | 0 | 10011 | 1000110 | 111 | 101100 | 1010010 | 111101 |
Color Harmonies of #EDC048
Complementary color
Monochromatic Colors of #EDC048
Black with #EDC048
Text Example
Text Example
White with #EDC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC048; }
p { color: rgb(237,192,72); }
H1.HeaderClassName
{
color: #EDC048;
}
.AnyTagClassName
{
color: #EDC048;
}
</style>
background-color css
<style>
a { background-color: #EDC048; }
a { background-color: rgb(237,192,72); }
div.DivClassName
{
background-color: #EDC048;
}
.BgClassName
{
background-color: #EDC048;
}
</style>
border-color css
<style>
span { border-color: #EDC048; }
span { border-color: rgb(237,192,72); }
td.TdClassName
{
border-color: #EDC048;
}
.TagClassName
{
border-color: #EDC048;
}
</style>