Shades of Cream Can #EDC653
Tints of Cream Can #EDC653
RGB
CMYK
RGB Variations
Color information
#EDC653 (or 0xEDC653) is known color: Cream Can. HEX triplet: ED, C6 and 53. RGB value is (237,198,83). Sum of RGB (Red+Green+Blue) = 237+198+83=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC653 is #1239AC. Grayscale: #C5C5C5. Windows color (decimal): -1194413 or 5490413. OLE color: 5490413.
HSL color Cylindrical-coordinate representation of color #EDC653: hue angle of 44.81º 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 #EDC653 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 83 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 44.81º | 0.81% | 0.63% | - |
| HSV(B) | 44.81º | 0.65% | 0.93% | - |
| XYZ | 56.68 | 59.02 | 16.59 | - |
| YUV | 196.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 83 | 0 | 0.16 | 0.65 | 0.07 | 44.81 | 0.81 | 0.63 |
| Hex | ED | C6 | 53 | 0 | 10 | 41 | 7 | 2D | 51 | 3F |
| Octal | 355 | 306 | 123 | 0 | 20 | 101 | 7 | 55 | 121 | 77 |
| Binary | 11101101 | 11000110 | 1010011 | 0 | 10000 | 1000001 | 111 | 101101 | 1010001 | 111111 |
Color Harmonies of #EDC653
Complementary color
Monochromatic Colors of #EDC653
Black with #EDC653
Text Example
Text Example
White with #EDC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC653; }
p { color: rgb(237,198,83); }
H1.HeaderClassName
{
color: #EDC653;
}
.AnyTagClassName
{
color: #EDC653;
}
</style>
background-color css
<style>
a { background-color: #EDC653; }
a { background-color: rgb(237,198,83); }
div.DivClassName
{
background-color: #EDC653;
}
.BgClassName
{
background-color: #EDC653;
}
</style>
border-color css
<style>
span { border-color: #EDC653; }
span { border-color: rgb(237,198,83); }
td.TdClassName
{
border-color: #EDC653;
}
.TagClassName
{
border-color: #EDC653;
}
</style>