Shades of Cream Can #EDBF40
Tints of Cream Can #EDBF40
RGB
CMYK
RGB Variations
Color information
#EDBF40 (or 0xEDBF40) is known color: Cream Can. HEX triplet: ED, BF and 40. RGB value is (237,191,64). Sum of RGB (Red+Green+Blue) = 237+191+64=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF40 is #1240BF. Grayscale: #BEBEBE. Windows color (decimal): -1196224 or 4243437. OLE color: 4243437.
HSL color Cylindrical-coordinate representation of color #EDBF40: hue angle of 44.05º 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 #EDBF40 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 64 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.05º | 0.83% | 0.59% | - |
| HSV(B) | 44.05º | 0.73% | 0.93% | - |
| XYZ | 54.48 | 55.64 | 12.72 | - |
| YUV | 190.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 64 | 0 | 0.19 | 0.73 | 0.07 | 44.05 | 0.83 | 0.59 |
| Hex | ED | BF | 40 | 0 | 13 | 49 | 7 | 2C | 53 | 3B |
| Octal | 355 | 277 | 100 | 0 | 23 | 111 | 7 | 54 | 123 | 73 |
| Binary | 11101101 | 10111111 | 1000000 | 0 | 10011 | 1001001 | 111 | 101100 | 1010011 | 111011 |
Color Harmonies of #EDBF40
Complementary color
Monochromatic Colors of #EDBF40
Black with #EDBF40
Text Example
Text Example
White with #EDBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF40; }
p { color: rgb(237,191,64); }
H1.HeaderClassName
{
color: #EDBF40;
}
.AnyTagClassName
{
color: #EDBF40;
}
</style>
background-color css
<style>
a { background-color: #EDBF40; }
a { background-color: rgb(237,191,64); }
div.DivClassName
{
background-color: #EDBF40;
}
.BgClassName
{
background-color: #EDBF40;
}
</style>
border-color css
<style>
span { border-color: #EDBF40; }
span { border-color: rgb(237,191,64); }
td.TdClassName
{
border-color: #EDBF40;
}
.TagClassName
{
border-color: #EDBF40;
}
</style>