Shades of Cream Can #EDC85B
Tints of Cream Can #EDC85B
RGB
CMYK
RGB Variations
Color information
#EDC85B (or 0xEDC85B) is known color: Cream Can. HEX triplet: ED, C8 and 5B. RGB value is (237,200,91). Sum of RGB (Red+Green+Blue) = 237+200+91=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85B is #1237A4. Grayscale: #C7C7C7. Windows color (decimal): -1193893 or 6015213. OLE color: 6015213.
HSL color Cylindrical-coordinate representation of color #EDC85B: hue angle of 44.79º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC85B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 91 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.79º | 0.8% | 0.64% | - |
| HSV(B) | 44.79º | 0.62% | 0.93% | - |
| XYZ | 57.47 | 60.07 | 18.46 | - |
| YUV | 198.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 91 | 0 | 0.16 | 0.62 | 0.07 | 44.79 | 0.8 | 0.64 |
| Hex | ED | C8 | 5B | 0 | 10 | 3E | 7 | 2D | 50 | 40 |
| Octal | 355 | 310 | 133 | 0 | 20 | 76 | 7 | 55 | 120 | 100 |
| Binary | 11101101 | 11001000 | 1011011 | 0 | 10000 | 111110 | 111 | 101101 | 1010000 | 1000000 |
Color Harmonies of #EDC85B
Complementary color
Monochromatic Colors of #EDC85B
Black with #EDC85B
Text Example
Text Example
White with #EDC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC85B; }
p { color: rgb(237,200,91); }
H1.HeaderClassName
{
color: #EDC85B;
}
.AnyTagClassName
{
color: #EDC85B;
}
</style>
background-color css
<style>
a { background-color: #EDC85B; }
a { background-color: rgb(237,200,91); }
div.DivClassName
{
background-color: #EDC85B;
}
.BgClassName
{
background-color: #EDC85B;
}
</style>
border-color css
<style>
span { border-color: #EDC85B; }
span { border-color: rgb(237,200,91); }
td.TdClassName
{
border-color: #EDC85B;
}
.TagClassName
{
border-color: #EDC85B;
}
</style>