Shades of Cream Can #EDC158
Tints of Cream Can #EDC158
RGB
CMYK
RGB Variations
Color information
#EDC158 (or 0xEDC158) is known color: Cream Can. HEX triplet: ED, C1 and 58. RGB value is (237,193,88). Sum of RGB (Red+Green+Blue) = 237+193+88=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC158 is #123EA7. Grayscale: #C2C2C2. Windows color (decimal): -1195688 or 5816813. OLE color: 5816813.
HSL color Cylindrical-coordinate representation of color #EDC158: hue angle of 42.28º 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 #EDC158 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 88 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.07 |
| HSL | 42.28º | 0.81% | 0.64% | - |
| HSV(B) | 42.28º | 0.63% | 0.93% | - |
| XYZ | 55.76 | 56.85 | 17.27 | - |
| YUV | 194.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 88 | 0 | 0.19 | 0.63 | 0.07 | 42.28 | 0.81 | 0.64 |
| Hex | ED | C1 | 58 | 0 | 13 | 3F | 7 | 2A | 51 | 40 |
| Octal | 355 | 301 | 130 | 0 | 23 | 77 | 7 | 52 | 121 | 100 |
| Binary | 11101101 | 11000001 | 1011000 | 0 | 10011 | 111111 | 111 | 101010 | 1010001 | 1000000 |
Color Harmonies of #EDC158
Complementary color
Monochromatic Colors of #EDC158
Black with #EDC158
Text Example
Text Example
White with #EDC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC158; }
p { color: rgb(237,193,88); }
H1.HeaderClassName
{
color: #EDC158;
}
.AnyTagClassName
{
color: #EDC158;
}
</style>
background-color css
<style>
a { background-color: #EDC158; }
a { background-color: rgb(237,193,88); }
div.DivClassName
{
background-color: #EDC158;
}
.BgClassName
{
background-color: #EDC158;
}
</style>
border-color css
<style>
span { border-color: #EDC158; }
span { border-color: rgb(237,193,88); }
td.TdClassName
{
border-color: #EDC158;
}
.TagClassName
{
border-color: #EDC158;
}
</style>