Shades of Cream Can #EDC05E
Tints of Cream Can #EDC05E
RGB
CMYK
RGB Variations
Color information
#EDC05E (or 0xEDC05E) is known color: Cream Can. HEX triplet: ED, C0 and 5E. RGB value is (237,192,94). Sum of RGB (Red+Green+Blue) = 237+192+94=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC05E is #123FA1. Grayscale: #C2C2C2. Windows color (decimal): -1195938 or 6209773. OLE color: 6209773.
HSL color Cylindrical-coordinate representation of color #EDC05E: hue angle of 41.12º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC05E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 94 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.07 |
| HSL | 41.12º | 0.8% | 0.65% | - |
| HSV(B) | 41.12º | 0.6% | 0.93% | - |
| XYZ | 55.8 | 56.51 | 18.56 | - |
| YUV | 194.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 94 | 0 | 0.19 | 0.60 | 0.07 | 41.12 | 0.8 | 0.65 |
| Hex | ED | C0 | 5E | 0 | 13 | 3C | 7 | 29 | 50 | 41 |
| Octal | 355 | 300 | 136 | 0 | 23 | 74 | 7 | 51 | 120 | 101 |
| Binary | 11101101 | 11000000 | 1011110 | 0 | 10011 | 111100 | 111 | 101001 | 1010000 | 1000001 |
Color Harmonies of #EDC05E
Complementary color
Monochromatic Colors of #EDC05E
Black with #EDC05E
Text Example
Text Example
White with #EDC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC05E; }
p { color: rgb(237,192,94); }
H1.HeaderClassName
{
color: #EDC05E;
}
.AnyTagClassName
{
color: #EDC05E;
}
</style>
background-color css
<style>
a { background-color: #EDC05E; }
a { background-color: rgb(237,192,94); }
div.DivClassName
{
background-color: #EDC05E;
}
.BgClassName
{
background-color: #EDC05E;
}
</style>
border-color css
<style>
span { border-color: #EDC05E; }
span { border-color: rgb(237,192,94); }
td.TdClassName
{
border-color: #EDC05E;
}
.TagClassName
{
border-color: #EDC05E;
}
</style>