Shades of Cream Can #EDC65C
Tints of Cream Can #EDC65C
RGB
CMYK
RGB Variations
Color information
#EDC65C (or 0xEDC65C) is known color: Cream Can. HEX triplet: ED, C6 and 5C. RGB value is (237,198,92). Sum of RGB (Red+Green+Blue) = 237+198+92=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC65C is #1239A3. Grayscale: #C6C6C6. Windows color (decimal): -1194404 or 6080237. OLE color: 6080237.
HSL color Cylindrical-coordinate representation of color #EDC65C: hue angle of 43.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDC65C is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 92 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 43.86º | 0.8% | 0.65% | - |
| HSV(B) | 43.86º | 0.61% | 0.93% | - |
| XYZ | 57.05 | 59.17 | 18.54 | - |
| YUV | 197.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 92 | 0 | 0.16 | 0.61 | 0.07 | 43.86 | 0.8 | 0.65 |
| Hex | ED | C6 | 5C | 0 | 10 | 3D | 7 | 2C | 50 | 41 |
| Octal | 355 | 306 | 134 | 0 | 20 | 75 | 7 | 54 | 120 | 101 |
| Binary | 11101101 | 11000110 | 1011100 | 0 | 10000 | 111101 | 111 | 101100 | 1010000 | 1000001 |
Color Harmonies of #EDC65C
Complementary color
Monochromatic Colors of #EDC65C
Black with #EDC65C
Text Example
Text Example
White with #EDC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC65C; }
p { color: rgb(237,198,92); }
H1.HeaderClassName
{
color: #EDC65C;
}
.AnyTagClassName
{
color: #EDC65C;
}
</style>
background-color css
<style>
a { background-color: #EDC65C; }
a { background-color: rgb(237,198,92); }
div.DivClassName
{
background-color: #EDC65C;
}
.BgClassName
{
background-color: #EDC65C;
}
</style>
border-color css
<style>
span { border-color: #EDC65C; }
span { border-color: rgb(237,198,92); }
td.TdClassName
{
border-color: #EDC65C;
}
.TagClassName
{
border-color: #EDC65C;
}
</style>