Shades of Cream Can #EDC251
Tints of Cream Can #EDC251
RGB
CMYK
RGB Variations
Color information
#EDC251 (or 0xEDC251) is known color: Cream Can. HEX triplet: ED, C2 and 51. RGB value is (237,194,81). Sum of RGB (Red+Green+Blue) = 237+194+81=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC251 is #123DAE. Grayscale: #C2C2C2. Windows color (decimal): -1195439 or 5358317. OLE color: 5358317.
HSL color Cylindrical-coordinate representation of color #EDC251: hue angle of 43.46º 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 #EDC251 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 81 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.46º | 0.81% | 0.62% | - |
| HSV(B) | 43.46º | 0.66% | 0.93% | - |
| XYZ | 55.7 | 57.18 | 15.89 | - |
| YUV | 193.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 81 | 0 | 0.18 | 0.66 | 0.07 | 43.46 | 0.81 | 0.62 |
| Hex | ED | C2 | 51 | 0 | 12 | 42 | 7 | 2B | 51 | 3E |
| Octal | 355 | 302 | 121 | 0 | 22 | 102 | 7 | 53 | 121 | 76 |
| Binary | 11101101 | 11000010 | 1010001 | 0 | 10010 | 1000010 | 111 | 101011 | 1010001 | 111110 |
Color Harmonies of #EDC251
Complementary color
Monochromatic Colors of #EDC251
Black with #EDC251
Text Example
Text Example
White with #EDC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC251; }
p { color: rgb(237,194,81); }
H1.HeaderClassName
{
color: #EDC251;
}
.AnyTagClassName
{
color: #EDC251;
}
</style>
background-color css
<style>
a { background-color: #EDC251; }
a { background-color: rgb(237,194,81); }
div.DivClassName
{
background-color: #EDC251;
}
.BgClassName
{
background-color: #EDC251;
}
</style>
border-color css
<style>
span { border-color: #EDC251; }
span { border-color: rgb(237,194,81); }
td.TdClassName
{
border-color: #EDC251;
}
.TagClassName
{
border-color: #EDC251;
}
</style>