Shades of Cream Can #EDC553
Tints of Cream Can #EDC553
RGB
CMYK
RGB Variations
Color information
#EDC553 (or 0xEDC553) is known color: Cream Can. HEX triplet: ED, C5 and 53. RGB value is (237,197,83). Sum of RGB (Red+Green+Blue) = 237+197+83=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC553 is #123AAC. Grayscale: #C4C4C4. Windows color (decimal): -1194669 or 5490157. OLE color: 5490157.
HSL color Cylindrical-coordinate representation of color #EDC553: hue angle of 44.42º 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 #EDC553 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 83 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.07 |
| HSL | 44.42º | 0.81% | 0.63% | - |
| HSV(B) | 44.42º | 0.65% | 0.93% | - |
| XYZ | 56.45 | 58.56 | 16.51 | - |
| YUV | 195.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 83 | 0 | 0.17 | 0.65 | 0.07 | 44.42 | 0.81 | 0.63 |
| Hex | ED | C5 | 53 | 0 | 11 | 41 | 7 | 2C | 51 | 3F |
| Octal | 355 | 305 | 123 | 0 | 21 | 101 | 7 | 54 | 121 | 77 |
| Binary | 11101101 | 11000101 | 1010011 | 0 | 10001 | 1000001 | 111 | 101100 | 1010001 | 111111 |
Color Harmonies of #EDC553
Complementary color
Monochromatic Colors of #EDC553
Black with #EDC553
Text Example
Text Example
White with #EDC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC553; }
p { color: rgb(237,197,83); }
H1.HeaderClassName
{
color: #EDC553;
}
.AnyTagClassName
{
color: #EDC553;
}
</style>
background-color css
<style>
a { background-color: #EDC553; }
a { background-color: rgb(237,197,83); }
div.DivClassName
{
background-color: #EDC553;
}
.BgClassName
{
background-color: #EDC553;
}
</style>
border-color css
<style>
span { border-color: #EDC553; }
span { border-color: rgb(237,197,83); }
td.TdClassName
{
border-color: #EDC553;
}
.TagClassName
{
border-color: #EDC553;
}
</style>