Shades of Cream Can #EDBC50
Tints of Cream Can #EDBC50
RGB
CMYK
RGB Variations
Color information
#EDBC50 (or 0xEDBC50) is known color: Cream Can. HEX triplet: ED, BC and 50. RGB value is (237,188,80). Sum of RGB (Red+Green+Blue) = 237+188+80=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC50 is #1243AF. Grayscale: #BEBEBE. Windows color (decimal): -1196976 or 5291245. OLE color: 5291245.
HSL color Cylindrical-coordinate representation of color #EDBC50: hue angle of 41.27º 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 #EDBC50 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 80 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.07 |
| HSL | 41.27º | 0.81% | 0.62% | - |
| HSV(B) | 41.27º | 0.66% | 0.93% | - |
| XYZ | 54.36 | 54.55 | 15.25 | - |
| YUV | 190.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 80 | 0 | 0.21 | 0.66 | 0.07 | 41.27 | 0.81 | 0.62 |
| Hex | ED | BC | 50 | 0 | 15 | 42 | 7 | 29 | 51 | 3E |
| Octal | 355 | 274 | 120 | 0 | 25 | 102 | 7 | 51 | 121 | 76 |
| Binary | 11101101 | 10111100 | 1010000 | 0 | 10101 | 1000010 | 111 | 101001 | 1010001 | 111110 |
Color Harmonies of #EDBC50
Complementary color
Monochromatic Colors of #EDBC50
Black with #EDBC50
Text Example
Text Example
White with #EDBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC50; }
p { color: rgb(237,188,80); }
H1.HeaderClassName
{
color: #EDBC50;
}
.AnyTagClassName
{
color: #EDBC50;
}
</style>
background-color css
<style>
a { background-color: #EDBC50; }
a { background-color: rgb(237,188,80); }
div.DivClassName
{
background-color: #EDBC50;
}
.BgClassName
{
background-color: #EDBC50;
}
</style>
border-color css
<style>
span { border-color: #EDBC50; }
span { border-color: rgb(237,188,80); }
td.TdClassName
{
border-color: #EDBC50;
}
.TagClassName
{
border-color: #EDBC50;
}
</style>