Shades of Cream Can #EDC659
Tints of Cream Can #EDC659
RGB
CMYK
RGB Variations
Color information
#EDC659 (or 0xEDC659) is known color: Cream Can. HEX triplet: ED, C6 and 59. RGB value is (237,198,89). Sum of RGB (Red+Green+Blue) = 237+198+89=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC659 is #1239A6. Grayscale: #C5C5C5. Windows color (decimal): -1194407 or 5883629. OLE color: 5883629.
HSL color Cylindrical-coordinate representation of color #EDC659: hue angle of 44.19º 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 #EDC659 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 89 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.19º | 0.8% | 0.64% | - |
| HSV(B) | 44.19º | 0.62% | 0.93% | - |
| XYZ | 56.92 | 59.11 | 17.86 | - |
| YUV | 197.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 89 | 0 | 0.16 | 0.62 | 0.07 | 44.19 | 0.8 | 0.64 |
| Hex | ED | C6 | 59 | 0 | 10 | 3E | 7 | 2C | 50 | 40 |
| Octal | 355 | 306 | 131 | 0 | 20 | 76 | 7 | 54 | 120 | 100 |
| Binary | 11101101 | 11000110 | 1011001 | 0 | 10000 | 111110 | 111 | 101100 | 1010000 | 1000000 |
Color Harmonies of #EDC659
Complementary color
Monochromatic Colors of #EDC659
Black with #EDC659
Text Example
Text Example
White with #EDC659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC659; }
p { color: rgb(237,198,89); }
H1.HeaderClassName
{
color: #EDC659;
}
.AnyTagClassName
{
color: #EDC659;
}
</style>
background-color css
<style>
a { background-color: #EDC659; }
a { background-color: rgb(237,198,89); }
div.DivClassName
{
background-color: #EDC659;
}
.BgClassName
{
background-color: #EDC659;
}
</style>
border-color css
<style>
span { border-color: #EDC659; }
span { border-color: rgb(237,198,89); }
td.TdClassName
{
border-color: #EDC659;
}
.TagClassName
{
border-color: #EDC659;
}
</style>