Shades of Cream Can #EDC851
Tints of Cream Can #EDC851
RGB
CMYK
RGB Variations
Color information
#EDC851 (or 0xEDC851) is known color: Cream Can. HEX triplet: ED, C8 and 51. RGB value is (237,200,81). Sum of RGB (Red+Green+Blue) = 237+200+81=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC851 is #1237AE. Grayscale: #C6C6C6. Windows color (decimal): -1193903 or 5359853. OLE color: 5359853.
HSL color Cylindrical-coordinate representation of color #EDC851: hue angle of 45.77º 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 #EDC851 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 81 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.77º | 0.81% | 0.62% | - |
| HSV(B) | 45.77º | 0.66% | 0.93% | - |
| XYZ | 57.06 | 59.91 | 16.34 | - |
| YUV | 197.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 81 | 0 | 0.16 | 0.66 | 0.07 | 45.77 | 0.81 | 0.62 |
| Hex | ED | C8 | 51 | 0 | 10 | 42 | 7 | 2E | 51 | 3E |
| Octal | 355 | 310 | 121 | 0 | 20 | 102 | 7 | 56 | 121 | 76 |
| Binary | 11101101 | 11001000 | 1010001 | 0 | 10000 | 1000010 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #EDC851
Complementary color
Monochromatic Colors of #EDC851
Black with #EDC851
Text Example
Text Example
White with #EDC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC851; }
p { color: rgb(237,200,81); }
H1.HeaderClassName
{
color: #EDC851;
}
.AnyTagClassName
{
color: #EDC851;
}
</style>
background-color css
<style>
a { background-color: #EDC851; }
a { background-color: rgb(237,200,81); }
div.DivClassName
{
background-color: #EDC851;
}
.BgClassName
{
background-color: #EDC851;
}
</style>
border-color css
<style>
span { border-color: #EDC851; }
span { border-color: rgb(237,200,81); }
td.TdClassName
{
border-color: #EDC851;
}
.TagClassName
{
border-color: #EDC851;
}
</style>