Shades of Cream Can #EDC259
Tints of Cream Can #EDC259
RGB
CMYK
RGB Variations
Color information
#EDC259 (or 0xEDC259) is known color: Cream Can. HEX triplet: ED, C2 and 59. RGB value is (237,194,89). Sum of RGB (Red+Green+Blue) = 237+194+89=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC259 is #123DA6. Grayscale: #C3C3C3. Windows color (decimal): -1195431 or 5882605. OLE color: 5882605.
HSL color Cylindrical-coordinate representation of color #EDC259: hue angle of 42.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC259 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 89 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.07 |
| HSL | 42.57º | 0.8% | 0.64% | - |
| HSV(B) | 42.57º | 0.62% | 0.93% | - |
| XYZ | 56.02 | 57.31 | 17.56 | - |
| YUV | 194.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 89 | 0 | 0.18 | 0.62 | 0.07 | 42.57 | 0.8 | 0.64 |
| Hex | ED | C2 | 59 | 0 | 12 | 3E | 7 | 2B | 50 | 40 |
| Octal | 355 | 302 | 131 | 0 | 22 | 76 | 7 | 53 | 120 | 100 |
| Binary | 11101101 | 11000010 | 1011001 | 0 | 10010 | 111110 | 111 | 101011 | 1010000 | 1000000 |
Color Harmonies of #EDC259
Complementary color
Monochromatic Colors of #EDC259
Black with #EDC259
Text Example
Text Example
White with #EDC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC259; }
p { color: rgb(237,194,89); }
H1.HeaderClassName
{
color: #EDC259;
}
.AnyTagClassName
{
color: #EDC259;
}
</style>
background-color css
<style>
a { background-color: #EDC259; }
a { background-color: rgb(237,194,89); }
div.DivClassName
{
background-color: #EDC259;
}
.BgClassName
{
background-color: #EDC259;
}
</style>
border-color css
<style>
span { border-color: #EDC259; }
span { border-color: rgb(237,194,89); }
td.TdClassName
{
border-color: #EDC259;
}
.TagClassName
{
border-color: #EDC259;
}
</style>