Shades of Cream Can #EDC658
Tints of Cream Can #EDC658
RGB
CMYK
RGB Variations
Color information
#EDC658 (or 0xEDC658) is known color: Cream Can. HEX triplet: ED, C6 and 58. RGB value is (237,198,88). Sum of RGB (Red+Green+Blue) = 237+198+88=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC658 is #1239A7. Grayscale: #C5C5C5. Windows color (decimal): -1194408 or 5818093. OLE color: 5818093.
HSL color Cylindrical-coordinate representation of color #EDC658: hue angle of 44.3º 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 #EDC658 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 88 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.07 |
| HSL | 44.3º | 0.81% | 0.64% | - |
| HSV(B) | 44.3º | 0.63% | 0.93% | - |
| XYZ | 56.88 | 59.1 | 17.64 | - |
| YUV | 197.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 88 | 0 | 0.16 | 0.63 | 0.07 | 44.3 | 0.81 | 0.64 |
| Hex | ED | C6 | 58 | 0 | 10 | 3F | 7 | 2C | 51 | 40 |
| Octal | 355 | 306 | 130 | 0 | 20 | 77 | 7 | 54 | 121 | 100 |
| Binary | 11101101 | 11000110 | 1011000 | 0 | 10000 | 111111 | 111 | 101100 | 1010001 | 1000000 |
Color Harmonies of #EDC658
Complementary color
Monochromatic Colors of #EDC658
Black with #EDC658
Text Example
Text Example
White with #EDC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC658; }
p { color: rgb(237,198,88); }
H1.HeaderClassName
{
color: #EDC658;
}
.AnyTagClassName
{
color: #EDC658;
}
</style>
background-color css
<style>
a { background-color: #EDC658; }
a { background-color: rgb(237,198,88); }
div.DivClassName
{
background-color: #EDC658;
}
.BgClassName
{
background-color: #EDC658;
}
</style>
border-color css
<style>
span { border-color: #EDC658; }
span { border-color: rgb(237,198,88); }
td.TdClassName
{
border-color: #EDC658;
}
.TagClassName
{
border-color: #EDC658;
}
</style>