Shades of Cream Can #EDBC40
Tints of Cream Can #EDBC40
RGB
CMYK
RGB Variations
Color information
#EDBC40 (or 0xEDBC40) is known color: Cream Can. HEX triplet: ED, BC and 40. RGB value is (237,188,64). Sum of RGB (Red+Green+Blue) = 237+188+64=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC40 is #1243BF. Grayscale: #BDBDBD. Windows color (decimal): -1196992 or 4242669. OLE color: 4242669.
HSL color Cylindrical-coordinate representation of color #EDBC40: hue angle of 43.01º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDBC40 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 64 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.07 |
| HSL | 43.01º | 0.83% | 0.59% | - |
| HSV(B) | 43.01º | 0.73% | 0.93% | - |
| XYZ | 53.83 | 54.34 | 12.5 | - |
| YUV | 188.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 64 | 0 | 0.21 | 0.73 | 0.07 | 43.01 | 0.83 | 0.59 |
| Hex | ED | BC | 40 | 0 | 15 | 49 | 7 | 2B | 53 | 3B |
| Octal | 355 | 274 | 100 | 0 | 25 | 111 | 7 | 53 | 123 | 73 |
| Binary | 11101101 | 10111100 | 1000000 | 0 | 10101 | 1001001 | 111 | 101011 | 1010011 | 111011 |
Color Harmonies of #EDBC40
Complementary color
Monochromatic Colors of #EDBC40
Black with #EDBC40
Text Example
Text Example
White with #EDBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC40; }
p { color: rgb(237,188,64); }
H1.HeaderClassName
{
color: #EDBC40;
}
.AnyTagClassName
{
color: #EDBC40;
}
</style>
background-color css
<style>
a { background-color: #EDBC40; }
a { background-color: rgb(237,188,64); }
div.DivClassName
{
background-color: #EDBC40;
}
.BgClassName
{
background-color: #EDBC40;
}
</style>
border-color css
<style>
span { border-color: #EDBC40; }
span { border-color: rgb(237,188,64); }
td.TdClassName
{
border-color: #EDBC40;
}
.TagClassName
{
border-color: #EDBC40;
}
</style>