Shades of Cream Can #EDC854
Tints of Cream Can #EDC854
RGB
CMYK
RGB Variations
Color information
#EDC854 (or 0xEDC854) is known color: Cream Can. HEX triplet: ED, C8 and 54. RGB value is (237,200,84). Sum of RGB (Red+Green+Blue) = 237+200+84=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC854 is #1237AB. Grayscale: #C6C6C6. Windows color (decimal): -1193900 or 5556461. OLE color: 5556461.
HSL color Cylindrical-coordinate representation of color #EDC854: hue angle of 45.49º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC854 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 45.49º | 0.81% | 0.63% | - |
| HSV(B) | 45.49º | 0.65% | 0.93% | - |
| XYZ | 57.18 | 59.95 | 16.95 | - |
| YUV | 197.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 84 | 0 | 0.16 | 0.65 | 0.07 | 45.49 | 0.81 | 0.63 |
| Hex | ED | C8 | 54 | 0 | 10 | 41 | 7 | 2D | 51 | 3F |
| Octal | 355 | 310 | 124 | 0 | 20 | 101 | 7 | 55 | 121 | 77 |
| Binary | 11101101 | 11001000 | 1010100 | 0 | 10000 | 1000001 | 111 | 101101 | 1010001 | 111111 |
Color Harmonies of #EDC854
Complementary color
Monochromatic Colors of #EDC854
Black with #EDC854
Text Example
Text Example
White with #EDC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC854; }
p { color: rgb(237,200,84); }
H1.HeaderClassName
{
color: #EDC854;
}
.AnyTagClassName
{
color: #EDC854;
}
</style>
background-color css
<style>
a { background-color: #EDC854; }
a { background-color: rgb(237,200,84); }
div.DivClassName
{
background-color: #EDC854;
}
.BgClassName
{
background-color: #EDC854;
}
</style>
border-color css
<style>
span { border-color: #EDC854; }
span { border-color: rgb(237,200,84); }
td.TdClassName
{
border-color: #EDC854;
}
.TagClassName
{
border-color: #EDC854;
}
</style>