Shades of Cream Can #EDC255
Tints of Cream Can #EDC255
RGB
CMYK
RGB Variations
Color information
#EDC255 (or 0xEDC255) is known color: Cream Can. HEX triplet: ED, C2 and 55. RGB value is (237,194,85). Sum of RGB (Red+Green+Blue) = 237+194+85=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC255 is #123DAA. Grayscale: #C2C2C2. Windows color (decimal): -1195435 or 5620461. OLE color: 5620461.
HSL color Cylindrical-coordinate representation of color #EDC255: hue angle of 43.03º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDC255 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 85 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 43.03º | 0.81% | 0.63% | - |
| HSV(B) | 43.03º | 0.64% | 0.93% | - |
| XYZ | 55.86 | 57.24 | 16.7 | - |
| YUV | 194.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 85 | 0 | 0.18 | 0.64 | 0.07 | 43.03 | 0.81 | 0.63 |
| Hex | ED | C2 | 55 | 0 | 12 | 40 | 7 | 2B | 51 | 3F |
| Octal | 355 | 302 | 125 | 0 | 22 | 100 | 7 | 53 | 121 | 77 |
| Binary | 11101101 | 11000010 | 1010101 | 0 | 10010 | 1000000 | 111 | 101011 | 1010001 | 111111 |
Color Harmonies of #EDC255
Complementary color
Monochromatic Colors of #EDC255
Black with #EDC255
Text Example
Text Example
White with #EDC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC255; }
p { color: rgb(237,194,85); }
H1.HeaderClassName
{
color: #EDC255;
}
.AnyTagClassName
{
color: #EDC255;
}
</style>
background-color css
<style>
a { background-color: #EDC255; }
a { background-color: rgb(237,194,85); }
div.DivClassName
{
background-color: #EDC255;
}
.BgClassName
{
background-color: #EDC255;
}
</style>
border-color css
<style>
span { border-color: #EDC255; }
span { border-color: rgb(237,194,85); }
td.TdClassName
{
border-color: #EDC255;
}
.TagClassName
{
border-color: #EDC255;
}
</style>