Shades of Cream Can #EDBF55
Tints of Cream Can #EDBF55
RGB
CMYK
RGB Variations
Color information
#EDBF55 (or 0xEDBF55) is known color: Cream Can. HEX triplet: ED, BF and 55. RGB value is (237,191,85). Sum of RGB (Red+Green+Blue) = 237+191+85=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF55 is #1240AA. Grayscale: #C1C1C1. Windows color (decimal): -1196203 or 5619693. OLE color: 5619693.
HSL color Cylindrical-coordinate representation of color #EDBF55: hue angle of 41.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDBF55 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 85 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 41.84º | 0.81% | 0.63% | - |
| HSV(B) | 41.84º | 0.64% | 0.93% | - |
| XYZ | 55.2 | 55.92 | 16.48 | - |
| YUV | 192.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 85 | 0 | 0.19 | 0.64 | 0.07 | 41.84 | 0.81 | 0.63 |
| Hex | ED | BF | 55 | 0 | 13 | 40 | 7 | 2A | 51 | 3F |
| Octal | 355 | 277 | 125 | 0 | 23 | 100 | 7 | 52 | 121 | 77 |
| Binary | 11101101 | 10111111 | 1010101 | 0 | 10011 | 1000000 | 111 | 101010 | 1010001 | 111111 |
Color Harmonies of #EDBF55
Complementary color
Monochromatic Colors of #EDBF55
Black with #EDBF55
Text Example
Text Example
White with #EDBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF55; }
p { color: rgb(237,191,85); }
H1.HeaderClassName
{
color: #EDBF55;
}
.AnyTagClassName
{
color: #EDBF55;
}
</style>
background-color css
<style>
a { background-color: #EDBF55; }
a { background-color: rgb(237,191,85); }
div.DivClassName
{
background-color: #EDBF55;
}
.BgClassName
{
background-color: #EDBF55;
}
</style>
border-color css
<style>
span { border-color: #EDBF55; }
span { border-color: rgb(237,191,85); }
td.TdClassName
{
border-color: #EDBF55;
}
.TagClassName
{
border-color: #EDBF55;
}
</style>