Shades of Cream Can #EDBD55
Tints of Cream Can #EDBD55
RGB
CMYK
RGB Variations
Color information
#EDBD55 (or 0xEDBD55) is known color: Cream Can. HEX triplet: ED, BD and 55. RGB value is (237,189,85). Sum of RGB (Red+Green+Blue) = 237+189+85=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD55 is #1242AA. Grayscale: #BFBFBF. Windows color (decimal): -1196715 or 5619181. OLE color: 5619181.
HSL color Cylindrical-coordinate representation of color #EDBD55: hue angle of 41.05º 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 #EDBD55 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 85 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.07 |
| HSL | 41.05º | 0.81% | 0.63% | - |
| HSV(B) | 41.05º | 0.64% | 0.93% | - |
| XYZ | 54.76 | 55.06 | 16.33 | - |
| YUV | 191.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 85 | 0 | 0.20 | 0.64 | 0.07 | 41.05 | 0.81 | 0.63 |
| Hex | ED | BD | 55 | 0 | 14 | 40 | 7 | 29 | 51 | 3F |
| Octal | 355 | 275 | 125 | 0 | 24 | 100 | 7 | 51 | 121 | 77 |
| Binary | 11101101 | 10111101 | 1010101 | 0 | 10100 | 1000000 | 111 | 101001 | 1010001 | 111111 |
Color Harmonies of #EDBD55
Complementary color
Monochromatic Colors of #EDBD55
Black with #EDBD55
Text Example
Text Example
White with #EDBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD55; }
p { color: rgb(237,189,85); }
H1.HeaderClassName
{
color: #EDBD55;
}
.AnyTagClassName
{
color: #EDBD55;
}
</style>
background-color css
<style>
a { background-color: #EDBD55; }
a { background-color: rgb(237,189,85); }
div.DivClassName
{
background-color: #EDBD55;
}
.BgClassName
{
background-color: #EDBD55;
}
</style>
border-color css
<style>
span { border-color: #EDBD55; }
span { border-color: rgb(237,189,85); }
td.TdClassName
{
border-color: #EDBD55;
}
.TagClassName
{
border-color: #EDBD55;
}
</style>