Shades of Cream Can #EDC559
Tints of Cream Can #EDC559
RGB
CMYK
RGB Variations
Color information
#EDC559 (or 0xEDC559) is known color: Cream Can. HEX triplet: ED, C5 and 59. RGB value is (237,197,89). Sum of RGB (Red+Green+Blue) = 237+197+89=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC559 is #123AA6. Grayscale: #C5C5C5. Windows color (decimal): -1194663 or 5883373. OLE color: 5883373.
HSL color Cylindrical-coordinate representation of color #EDC559: hue angle of 43.78º 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 #EDC559 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 89 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.07 |
| HSL | 43.78º | 0.8% | 0.64% | - |
| HSV(B) | 43.78º | 0.62% | 0.93% | - |
| XYZ | 56.69 | 58.66 | 17.79 | - |
| YUV | 196.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 89 | 0 | 0.17 | 0.62 | 0.07 | 43.78 | 0.8 | 0.64 |
| Hex | ED | C5 | 59 | 0 | 11 | 3E | 7 | 2C | 50 | 40 |
| Octal | 355 | 305 | 131 | 0 | 21 | 76 | 7 | 54 | 120 | 100 |
| Binary | 11101101 | 11000101 | 1011001 | 0 | 10001 | 111110 | 111 | 101100 | 1010000 | 1000000 |
Color Harmonies of #EDC559
Complementary color
Monochromatic Colors of #EDC559
Black with #EDC559
Text Example
Text Example
White with #EDC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC559; }
p { color: rgb(237,197,89); }
H1.HeaderClassName
{
color: #EDC559;
}
.AnyTagClassName
{
color: #EDC559;
}
</style>
background-color css
<style>
a { background-color: #EDC559; }
a { background-color: rgb(237,197,89); }
div.DivClassName
{
background-color: #EDC559;
}
.BgClassName
{
background-color: #EDC559;
}
</style>
border-color css
<style>
span { border-color: #EDC559; }
span { border-color: rgb(237,197,89); }
td.TdClassName
{
border-color: #EDC559;
}
.TagClassName
{
border-color: #EDC559;
}
</style>