Shades of Cream Can #EDC557
Tints of Cream Can #EDC557
RGB
CMYK
RGB Variations
Color information
#EDC557 (or 0xEDC557) is known color: Cream Can. HEX triplet: ED, C5 and 57. RGB value is (237,197,87). Sum of RGB (Red+Green+Blue) = 237+197+87=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC557 is #123AA8. Grayscale: #C4C4C4. Windows color (decimal): -1194665 or 5752301. OLE color: 5752301.
HSL color Cylindrical-coordinate representation of color #EDC557: hue angle of 44º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDC557 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 87 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.07 |
| HSL | 44º | 0.81% | 0.64% | - |
| HSV(B) | 44º | 0.63% | 0.93% | - |
| XYZ | 56.61 | 58.63 | 17.35 | - |
| YUV | 196.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 87 | 0 | 0.17 | 0.63 | 0.07 | 44 | 0.81 | 0.64 |
| Hex | ED | C5 | 57 | 0 | 11 | 3F | 7 | 2C | 51 | 40 |
| Octal | 355 | 305 | 127 | 0 | 21 | 77 | 7 | 54 | 121 | 100 |
| Binary | 11101101 | 11000101 | 1010111 | 0 | 10001 | 111111 | 111 | 101100 | 1010001 | 1000000 |
Color Harmonies of #EDC557
Complementary color
Monochromatic Colors of #EDC557
Black with #EDC557
Text Example
Text Example
White with #EDC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC557; }
p { color: rgb(237,197,87); }
H1.HeaderClassName
{
color: #EDC557;
}
.AnyTagClassName
{
color: #EDC557;
}
</style>
background-color css
<style>
a { background-color: #EDC557; }
a { background-color: rgb(237,197,87); }
div.DivClassName
{
background-color: #EDC557;
}
.BgClassName
{
background-color: #EDC557;
}
</style>
border-color css
<style>
span { border-color: #EDC557; }
span { border-color: rgb(237,197,87); }
td.TdClassName
{
border-color: #EDC557;
}
.TagClassName
{
border-color: #EDC557;
}
</style>