Shades of Cream Can #EDC45D
Tints of Cream Can #EDC45D
RGB
CMYK
RGB Variations
Color information
#EDC45D (or 0xEDC45D) is known color: Cream Can. HEX triplet: ED, C4 and 5D. RGB value is (237,196,93). Sum of RGB (Red+Green+Blue) = 237+196+93=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC45D is #123BA2. Grayscale: #C4C4C4. Windows color (decimal): -1194915 or 6145261. OLE color: 6145261.
HSL color Cylindrical-coordinate representation of color #EDC45D: hue angle of 42.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDC45D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 93 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.07 |
| HSL | 42.92º | 0.8% | 0.65% | - |
| HSV(B) | 42.92º | 0.61% | 0.93% | - |
| XYZ | 56.64 | 58.27 | 18.62 | - |
| YUV | 196.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 93 | 0 | 0.17 | 0.61 | 0.07 | 42.92 | 0.8 | 0.65 |
| Hex | ED | C4 | 5D | 0 | 11 | 3D | 7 | 2B | 50 | 41 |
| Octal | 355 | 304 | 135 | 0 | 21 | 75 | 7 | 53 | 120 | 101 |
| Binary | 11101101 | 11000100 | 1011101 | 0 | 10001 | 111101 | 111 | 101011 | 1010000 | 1000001 |
Color Harmonies of #EDC45D
Complementary color
Monochromatic Colors of #EDC45D
Black with #EDC45D
Text Example
Text Example
White with #EDC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC45D; }
p { color: rgb(237,196,93); }
H1.HeaderClassName
{
color: #EDC45D;
}
.AnyTagClassName
{
color: #EDC45D;
}
</style>
background-color css
<style>
a { background-color: #EDC45D; }
a { background-color: rgb(237,196,93); }
div.DivClassName
{
background-color: #EDC45D;
}
.BgClassName
{
background-color: #EDC45D;
}
</style>
border-color css
<style>
span { border-color: #EDC45D; }
span { border-color: rgb(237,196,93); }
td.TdClassName
{
border-color: #EDC45D;
}
.TagClassName
{
border-color: #EDC45D;
}
</style>