Shades of Cream Can #EDBF50
Tints of Cream Can #EDBF50
RGB
CMYK
RGB Variations
Color information
#EDBF50 (or 0xEDBF50) is known color: Cream Can. HEX triplet: ED, BF and 50. RGB value is (237,191,80). Sum of RGB (Red+Green+Blue) = 237+191+80=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF50 is #1240AF. Grayscale: #C0C0C0. Windows color (decimal): -1196208 or 5292013. OLE color: 5292013.
HSL color Cylindrical-coordinate representation of color #EDBF50: hue angle of 42.42º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDBF50 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 80 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.42º | 0.81% | 0.62% | - |
| HSV(B) | 42.42º | 0.66% | 0.93% | - |
| XYZ | 55 | 55.85 | 15.47 | - |
| YUV | 192.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 80 | 0 | 0.19 | 0.66 | 0.07 | 42.42 | 0.81 | 0.62 |
| Hex | ED | BF | 50 | 0 | 13 | 42 | 7 | 2A | 51 | 3E |
| Octal | 355 | 277 | 120 | 0 | 23 | 102 | 7 | 52 | 121 | 76 |
| Binary | 11101101 | 10111111 | 1010000 | 0 | 10011 | 1000010 | 111 | 101010 | 1010001 | 111110 |
Color Harmonies of #EDBF50
Complementary color
Monochromatic Colors of #EDBF50
Black with #EDBF50
Text Example
Text Example
White with #EDBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF50; }
p { color: rgb(237,191,80); }
H1.HeaderClassName
{
color: #EDBF50;
}
.AnyTagClassName
{
color: #EDBF50;
}
</style>
background-color css
<style>
a { background-color: #EDBF50; }
a { background-color: rgb(237,191,80); }
div.DivClassName
{
background-color: #EDBF50;
}
.BgClassName
{
background-color: #EDBF50;
}
</style>
border-color css
<style>
span { border-color: #EDBF50; }
span { border-color: rgb(237,191,80); }
td.TdClassName
{
border-color: #EDBF50;
}
.TagClassName
{
border-color: #EDBF50;
}
</style>