Shades of Cream Can #EDC057
Tints of Cream Can #EDC057
RGB
CMYK
RGB Variations
Color information
#EDC057 (or 0xEDC057) is known color: Cream Can. HEX triplet: ED, C0 and 57. RGB value is (237,192,87). Sum of RGB (Red+Green+Blue) = 237+192+87=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC057 is #123FA8. Grayscale: #C1C1C1. Windows color (decimal): -1195945 or 5751021. OLE color: 5751021.
HSL color Cylindrical-coordinate representation of color #EDC057: hue angle of 42º 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 #EDC057 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 87 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.07 |
| HSL | 42º | 0.81% | 0.64% | - |
| HSV(B) | 42º | 0.63% | 0.93% | - |
| XYZ | 55.49 | 56.39 | 16.98 | - |
| YUV | 193.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 87 | 0 | 0.19 | 0.63 | 0.07 | 42 | 0.81 | 0.64 |
| Hex | ED | C0 | 57 | 0 | 13 | 3F | 7 | 2A | 51 | 40 |
| Octal | 355 | 300 | 127 | 0 | 23 | 77 | 7 | 52 | 121 | 100 |
| Binary | 11101101 | 11000000 | 1010111 | 0 | 10011 | 111111 | 111 | 101010 | 1010001 | 1000000 |
Color Harmonies of #EDC057
Complementary color
Monochromatic Colors of #EDC057
Black with #EDC057
Text Example
Text Example
White with #EDC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC057; }
p { color: rgb(237,192,87); }
H1.HeaderClassName
{
color: #EDC057;
}
.AnyTagClassName
{
color: #EDC057;
}
</style>
background-color css
<style>
a { background-color: #EDC057; }
a { background-color: rgb(237,192,87); }
div.DivClassName
{
background-color: #EDC057;
}
.BgClassName
{
background-color: #EDC057;
}
</style>
border-color css
<style>
span { border-color: #EDC057; }
span { border-color: rgb(237,192,87); }
td.TdClassName
{
border-color: #EDC057;
}
.TagClassName
{
border-color: #EDC057;
}
</style>