Shades of Cream Can #EDC64E
Tints of Cream Can #EDC64E
RGB
CMYK
RGB Variations
Color information
#EDC64E (or 0xEDC64E) is known color: Cream Can. HEX triplet: ED, C6 and 4E. RGB value is (237,198,78). Sum of RGB (Red+Green+Blue) = 237+198+78=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC64E is #1239B1. Grayscale: #C4C4C4. Windows color (decimal): -1194418 or 5162733. OLE color: 5162733.
HSL color Cylindrical-coordinate representation of color #EDC64E: hue angle of 45.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDC64E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 45.28º | 0.82% | 0.62% | - |
| HSV(B) | 45.28º | 0.67% | 0.93% | - |
| XYZ | 56.49 | 58.94 | 15.61 | - |
| YUV | 195.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 78 | 0 | 0.16 | 0.67 | 0.07 | 45.28 | 0.82 | 0.62 |
| Hex | ED | C6 | 4E | 0 | 10 | 43 | 7 | 2D | 52 | 3E |
| Octal | 355 | 306 | 116 | 0 | 20 | 103 | 7 | 55 | 122 | 76 |
| Binary | 11101101 | 11000110 | 1001110 | 0 | 10000 | 1000011 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EDC64E
Complementary color
Monochromatic Colors of #EDC64E
Black with #EDC64E
Text Example
Text Example
White with #EDC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC64E; }
p { color: rgb(237,198,78); }
H1.HeaderClassName
{
color: #EDC64E;
}
.AnyTagClassName
{
color: #EDC64E;
}
</style>
background-color css
<style>
a { background-color: #EDC64E; }
a { background-color: rgb(237,198,78); }
div.DivClassName
{
background-color: #EDC64E;
}
.BgClassName
{
background-color: #EDC64E;
}
</style>
border-color css
<style>
span { border-color: #EDC64E; }
span { border-color: rgb(237,198,78); }
td.TdClassName
{
border-color: #EDC64E;
}
.TagClassName
{
border-color: #EDC64E;
}
</style>