Shades of Cream Can #EDC045
Tints of Cream Can #EDC045
RGB
CMYK
RGB Variations
Color information
#EDC045 (or 0xEDC045) is known color: Cream Can. HEX triplet: ED, C0 and 45. RGB value is (237,192,69). Sum of RGB (Red+Green+Blue) = 237+192+69=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC045 is #123FBA. Grayscale: #BFBFBF. Windows color (decimal): -1195963 or 4571373. OLE color: 4571373.
HSL color Cylindrical-coordinate representation of color #EDC045: hue angle of 43.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDC045 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 69 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.07 |
| HSL | 43.93º | 0.82% | 0.6% | - |
| HSV(B) | 43.93º | 0.71% | 0.93% | - |
| XYZ | 54.85 | 56.13 | 13.57 | - |
| YUV | 191.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 69 | 0 | 0.19 | 0.71 | 0.07 | 43.93 | 0.82 | 0.6 |
| Hex | ED | C0 | 45 | 0 | 13 | 47 | 7 | 2C | 52 | 3C |
| Octal | 355 | 300 | 105 | 0 | 23 | 107 | 7 | 54 | 122 | 74 |
| Binary | 11101101 | 11000000 | 1000101 | 0 | 10011 | 1000111 | 111 | 101100 | 1010010 | 111100 |
Color Harmonies of #EDC045
Complementary color
Monochromatic Colors of #EDC045
Black with #EDC045
Text Example
Text Example
White with #EDC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC045; }
p { color: rgb(237,192,69); }
H1.HeaderClassName
{
color: #EDC045;
}
.AnyTagClassName
{
color: #EDC045;
}
</style>
background-color css
<style>
a { background-color: #EDC045; }
a { background-color: rgb(237,192,69); }
div.DivClassName
{
background-color: #EDC045;
}
.BgClassName
{
background-color: #EDC045;
}
</style>
border-color css
<style>
span { border-color: #EDC045; }
span { border-color: rgb(237,192,69); }
td.TdClassName
{
border-color: #EDC045;
}
.TagClassName
{
border-color: #EDC045;
}
</style>