Shades of Cream Can #EDC247
Tints of Cream Can #EDC247
RGB
CMYK
RGB Variations
Color information
#EDC247 (or 0xEDC247) is known color: Cream Can. HEX triplet: ED, C2 and 47. RGB value is (237,194,71). Sum of RGB (Red+Green+Blue) = 237+194+71=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC247 is #123DB8. Grayscale: #C1C1C1. Windows color (decimal): -1195449 or 4702957. OLE color: 4702957.
HSL color Cylindrical-coordinate representation of color #EDC247: hue angle of 44.46º 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 #EDC247 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 71 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.07 |
| HSL | 44.46º | 0.82% | 0.6% | - |
| HSV(B) | 44.46º | 0.7% | 0.93% | - |
| XYZ | 55.35 | 57.04 | 14.05 | - |
| YUV | 192.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 71 | 0 | 0.18 | 0.70 | 0.07 | 44.46 | 0.82 | 0.6 |
| Hex | ED | C2 | 47 | 0 | 12 | 46 | 7 | 2C | 52 | 3C |
| Octal | 355 | 302 | 107 | 0 | 22 | 106 | 7 | 54 | 122 | 74 |
| Binary | 11101101 | 11000010 | 1000111 | 0 | 10010 | 1000110 | 111 | 101100 | 1010010 | 111100 |
Color Harmonies of #EDC247
Complementary color
Monochromatic Colors of #EDC247
Black with #EDC247
Text Example
Text Example
White with #EDC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC247; }
p { color: rgb(237,194,71); }
H1.HeaderClassName
{
color: #EDC247;
}
.AnyTagClassName
{
color: #EDC247;
}
</style>
background-color css
<style>
a { background-color: #EDC247; }
a { background-color: rgb(237,194,71); }
div.DivClassName
{
background-color: #EDC247;
}
.BgClassName
{
background-color: #EDC247;
}
</style>
border-color css
<style>
span { border-color: #EDC247; }
span { border-color: rgb(237,194,71); }
td.TdClassName
{
border-color: #EDC247;
}
.TagClassName
{
border-color: #EDC247;
}
</style>