Shades of Cream Can #EDC250
Tints of Cream Can #EDC250
RGB
CMYK
RGB Variations
Color information
#EDC250 (or 0xEDC250) is known color: Cream Can. HEX triplet: ED, C2 and 50. RGB value is (237,194,80). Sum of RGB (Red+Green+Blue) = 237+194+80=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC250 is #123DAF. Grayscale: #C2C2C2. Windows color (decimal): -1195440 or 5292781. OLE color: 5292781.
HSL color Cylindrical-coordinate representation of color #EDC250: hue angle of 43.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDC250 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 80 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.57º | 0.81% | 0.62% | - |
| HSV(B) | 43.57º | 0.66% | 0.93% | - |
| XYZ | 55.66 | 57.17 | 15.69 | - |
| YUV | 193.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 80 | 0 | 0.18 | 0.66 | 0.07 | 43.57 | 0.81 | 0.62 |
| Hex | ED | C2 | 50 | 0 | 12 | 42 | 7 | 2C | 51 | 3E |
| Octal | 355 | 302 | 120 | 0 | 22 | 102 | 7 | 54 | 121 | 76 |
| Binary | 11101101 | 11000010 | 1010000 | 0 | 10010 | 1000010 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #EDC250
Complementary color
Monochromatic Colors of #EDC250
Black with #EDC250
Text Example
Text Example
White with #EDC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC250; }
p { color: rgb(237,194,80); }
H1.HeaderClassName
{
color: #EDC250;
}
.AnyTagClassName
{
color: #EDC250;
}
</style>
background-color css
<style>
a { background-color: #EDC250; }
a { background-color: rgb(237,194,80); }
div.DivClassName
{
background-color: #EDC250;
}
.BgClassName
{
background-color: #EDC250;
}
</style>
border-color css
<style>
span { border-color: #EDC250; }
span { border-color: rgb(237,194,80); }
td.TdClassName
{
border-color: #EDC250;
}
.TagClassName
{
border-color: #EDC250;
}
</style>