Shades of Cream Can #EDC058
Tints of Cream Can #EDC058
RGB
CMYK
RGB Variations
Color information
#EDC058 (or 0xEDC058) is known color: Cream Can. HEX triplet: ED, C0 and 58. RGB value is (237,192,88). Sum of RGB (Red+Green+Blue) = 237+192+88=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC058 is #123FA7. Grayscale: #C2C2C2. Windows color (decimal): -1195944 or 5816557. OLE color: 5816557.
HSL color Cylindrical-coordinate representation of color #EDC058: hue angle of 41.88º 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 #EDC058 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 88 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.07 |
| HSL | 41.88º | 0.81% | 0.64% | - |
| HSV(B) | 41.88º | 0.63% | 0.93% | - |
| XYZ | 55.54 | 56.41 | 17.19 | - |
| YUV | 193.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 88 | 0 | 0.19 | 0.63 | 0.07 | 41.88 | 0.81 | 0.64 |
| Hex | ED | C0 | 58 | 0 | 13 | 3F | 7 | 2A | 51 | 40 |
| Octal | 355 | 300 | 130 | 0 | 23 | 77 | 7 | 52 | 121 | 100 |
| Binary | 11101101 | 11000000 | 1011000 | 0 | 10011 | 111111 | 111 | 101010 | 1010001 | 1000000 |
Color Harmonies of #EDC058
Complementary color
Monochromatic Colors of #EDC058
Black with #EDC058
Text Example
Text Example
White with #EDC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC058; }
p { color: rgb(237,192,88); }
H1.HeaderClassName
{
color: #EDC058;
}
.AnyTagClassName
{
color: #EDC058;
}
</style>
background-color css
<style>
a { background-color: #EDC058; }
a { background-color: rgb(237,192,88); }
div.DivClassName
{
background-color: #EDC058;
}
.BgClassName
{
background-color: #EDC058;
}
</style>
border-color css
<style>
span { border-color: #EDC058; }
span { border-color: rgb(237,192,88); }
td.TdClassName
{
border-color: #EDC058;
}
.TagClassName
{
border-color: #EDC058;
}
</style>