Shades of Cream Can #EDC657
Tints of Cream Can #EDC657
RGB
CMYK
RGB Variations
Color information
#EDC657 (or 0xEDC657) is known color: Cream Can. HEX triplet: ED, C6 and 57. RGB value is (237,198,87). Sum of RGB (Red+Green+Blue) = 237+198+87=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC657 is #1239A8. Grayscale: #C5C5C5. Windows color (decimal): -1194409 or 5752557. OLE color: 5752557.
HSL color Cylindrical-coordinate representation of color #EDC657: hue angle of 44.4º 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 #EDC657 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 87 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 44.4º | 0.81% | 0.64% | - |
| HSV(B) | 44.4º | 0.63% | 0.93% | - |
| XYZ | 56.84 | 59.08 | 17.42 | - |
| YUV | 197.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 87 | 0 | 0.16 | 0.63 | 0.07 | 44.4 | 0.81 | 0.64 |
| Hex | ED | C6 | 57 | 0 | 10 | 3F | 7 | 2C | 51 | 40 |
| Octal | 355 | 306 | 127 | 0 | 20 | 77 | 7 | 54 | 121 | 100 |
| Binary | 11101101 | 11000110 | 1010111 | 0 | 10000 | 111111 | 111 | 101100 | 1010001 | 1000000 |
Color Harmonies of #EDC657
Complementary color
Monochromatic Colors of #EDC657
Black with #EDC657
Text Example
Text Example
White with #EDC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC657; }
p { color: rgb(237,198,87); }
H1.HeaderClassName
{
color: #EDC657;
}
.AnyTagClassName
{
color: #EDC657;
}
</style>
background-color css
<style>
a { background-color: #EDC657; }
a { background-color: rgb(237,198,87); }
div.DivClassName
{
background-color: #EDC657;
}
.BgClassName
{
background-color: #EDC657;
}
</style>
border-color css
<style>
span { border-color: #EDC657; }
span { border-color: rgb(237,198,87); }
td.TdClassName
{
border-color: #EDC657;
}
.TagClassName
{
border-color: #EDC657;
}
</style>