Shades of Cream Can #EDC151
Tints of Cream Can #EDC151
RGB
CMYK
RGB Variations
Color information
#EDC151 (or 0xEDC151) is known color: Cream Can. HEX triplet: ED, C1 and 51. RGB value is (237,193,81). Sum of RGB (Red+Green+Blue) = 237+193+81=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC151 is #123EAE. Grayscale: #C1C1C1. Windows color (decimal): -1195695 or 5358061. OLE color: 5358061.
HSL color Cylindrical-coordinate representation of color #EDC151: hue angle of 43.08º 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 #EDC151 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 81 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 43.08º | 0.81% | 0.62% | - |
| HSV(B) | 43.08º | 0.66% | 0.93% | - |
| XYZ | 55.48 | 56.74 | 15.81 | - |
| YUV | 193.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 81 | 0 | 0.19 | 0.66 | 0.07 | 43.08 | 0.81 | 0.62 |
| Hex | ED | C1 | 51 | 0 | 13 | 42 | 7 | 2B | 51 | 3E |
| Octal | 355 | 301 | 121 | 0 | 23 | 102 | 7 | 53 | 121 | 76 |
| Binary | 11101101 | 11000001 | 1010001 | 0 | 10011 | 1000010 | 111 | 101011 | 1010001 | 111110 |
Color Harmonies of #EDC151
Complementary color
Monochromatic Colors of #EDC151
Black with #EDC151
Text Example
Text Example
White with #EDC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC151; }
p { color: rgb(237,193,81); }
H1.HeaderClassName
{
color: #EDC151;
}
.AnyTagClassName
{
color: #EDC151;
}
</style>
background-color css
<style>
a { background-color: #EDC151; }
a { background-color: rgb(237,193,81); }
div.DivClassName
{
background-color: #EDC151;
}
.BgClassName
{
background-color: #EDC151;
}
</style>
border-color css
<style>
span { border-color: #EDC151; }
span { border-color: rgb(237,193,81); }
td.TdClassName
{
border-color: #EDC151;
}
.TagClassName
{
border-color: #EDC151;
}
</style>