Shades of Cream Can #EDC043
Tints of Cream Can #EDC043
RGB
CMYK
RGB Variations
Color information
#EDC043 (or 0xEDC043) is known color: Cream Can. HEX triplet: ED, C0 and 43. RGB value is (237,192,67). Sum of RGB (Red+Green+Blue) = 237+192+67=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC043 is #123FBC. Grayscale: #BFBFBF. Windows color (decimal): -1195965 or 4440301. OLE color: 4440301.
HSL color Cylindrical-coordinate representation of color #EDC043: hue angle of 44.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDC043 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 67 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.07 |
| HSL | 44.12º | 0.83% | 0.6% | - |
| HSV(B) | 44.12º | 0.72% | 0.93% | - |
| XYZ | 54.79 | 56.11 | 13.25 | - |
| YUV | 191.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 67 | 0 | 0.19 | 0.72 | 0.07 | 44.12 | 0.83 | 0.6 |
| Hex | ED | C0 | 43 | 0 | 13 | 48 | 7 | 2C | 53 | 3C |
| Octal | 355 | 300 | 103 | 0 | 23 | 110 | 7 | 54 | 123 | 74 |
| Binary | 11101101 | 11000000 | 1000011 | 0 | 10011 | 1001000 | 111 | 101100 | 1010011 | 111100 |
Color Harmonies of #EDC043
Complementary color
Monochromatic Colors of #EDC043
Black with #EDC043
Text Example
Text Example
White with #EDC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC043; }
p { color: rgb(237,192,67); }
H1.HeaderClassName
{
color: #EDC043;
}
.AnyTagClassName
{
color: #EDC043;
}
</style>
background-color css
<style>
a { background-color: #EDC043; }
a { background-color: rgb(237,192,67); }
div.DivClassName
{
background-color: #EDC043;
}
.BgClassName
{
background-color: #EDC043;
}
</style>
border-color css
<style>
span { border-color: #EDC043; }
span { border-color: rgb(237,192,67); }
td.TdClassName
{
border-color: #EDC043;
}
.TagClassName
{
border-color: #EDC043;
}
</style>