Shades of Cream Can #EDC248
Tints of Cream Can #EDC248
RGB
CMYK
RGB Variations
Color information
#EDC248 (or 0xEDC248) is known color: Cream Can. HEX triplet: ED, C2 and 48. RGB value is (237,194,72). Sum of RGB (Red+Green+Blue) = 237+194+72=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC248 is #123DB7. Grayscale: #C1C1C1. Windows color (decimal): -1195448 or 4768493. OLE color: 4768493.
HSL color Cylindrical-coordinate representation of color #EDC248: hue angle of 44.36º 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 #EDC248 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 72 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.07 |
| HSL | 44.36º | 0.82% | 0.61% | - |
| HSV(B) | 44.36º | 0.7% | 0.93% | - |
| XYZ | 55.39 | 57.06 | 14.22 | - |
| YUV | 192.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 72 | 0 | 0.18 | 0.70 | 0.07 | 44.36 | 0.82 | 0.61 |
| Hex | ED | C2 | 48 | 0 | 12 | 46 | 7 | 2C | 52 | 3D |
| Octal | 355 | 302 | 110 | 0 | 22 | 106 | 7 | 54 | 122 | 75 |
| Binary | 11101101 | 11000010 | 1001000 | 0 | 10010 | 1000110 | 111 | 101100 | 1010010 | 111101 |
Color Harmonies of #EDC248
Complementary color
Monochromatic Colors of #EDC248
Black with #EDC248
Text Example
Text Example
White with #EDC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC248; }
p { color: rgb(237,194,72); }
H1.HeaderClassName
{
color: #EDC248;
}
.AnyTagClassName
{
color: #EDC248;
}
</style>
background-color css
<style>
a { background-color: #EDC248; }
a { background-color: rgb(237,194,72); }
div.DivClassName
{
background-color: #EDC248;
}
.BgClassName
{
background-color: #EDC248;
}
</style>
border-color css
<style>
span { border-color: #EDC248; }
span { border-color: rgb(237,194,72); }
td.TdClassName
{
border-color: #EDC248;
}
.TagClassName
{
border-color: #EDC248;
}
</style>