Shades of Cream Can #EDC059
Tints of Cream Can #EDC059
RGB
CMYK
RGB Variations
Color information
#EDC059 (or 0xEDC059) is known color: Cream Can. HEX triplet: ED, C0 and 59. RGB value is (237,192,89). Sum of RGB (Red+Green+Blue) = 237+192+89=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC059 is #123FA6. Grayscale: #C2C2C2. Windows color (decimal): -1195943 or 5882093. OLE color: 5882093.
HSL color Cylindrical-coordinate representation of color #EDC059: hue angle of 41.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC059 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 89 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.07 |
| HSL | 41.76º | 0.8% | 0.64% | - |
| HSV(B) | 41.76º | 0.62% | 0.93% | - |
| XYZ | 55.58 | 56.43 | 17.41 | - |
| YUV | 193.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 89 | 0 | 0.19 | 0.62 | 0.07 | 41.76 | 0.8 | 0.64 |
| Hex | ED | C0 | 59 | 0 | 13 | 3E | 7 | 2A | 50 | 40 |
| Octal | 355 | 300 | 131 | 0 | 23 | 76 | 7 | 52 | 120 | 100 |
| Binary | 11101101 | 11000000 | 1011001 | 0 | 10011 | 111110 | 111 | 101010 | 1010000 | 1000000 |
Color Harmonies of #EDC059
Complementary color
Monochromatic Colors of #EDC059
Black with #EDC059
Text Example
Text Example
White with #EDC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC059; }
p { color: rgb(237,192,89); }
H1.HeaderClassName
{
color: #EDC059;
}
.AnyTagClassName
{
color: #EDC059;
}
</style>
background-color css
<style>
a { background-color: #EDC059; }
a { background-color: rgb(237,192,89); }
div.DivClassName
{
background-color: #EDC059;
}
.BgClassName
{
background-color: #EDC059;
}
</style>
border-color css
<style>
span { border-color: #EDC059; }
span { border-color: rgb(237,192,89); }
td.TdClassName
{
border-color: #EDC059;
}
.TagClassName
{
border-color: #EDC059;
}
</style>