Shades of Cream Can #EDC154
Tints of Cream Can #EDC154
RGB
CMYK
RGB Variations
Color information
#EDC154 (or 0xEDC154) is known color: Cream Can. HEX triplet: ED, C1 and 54. RGB value is (237,193,84). Sum of RGB (Red+Green+Blue) = 237+193+84=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC154 is #123EAB. Grayscale: #C2C2C2. Windows color (decimal): -1195692 or 5554669. OLE color: 5554669.
HSL color Cylindrical-coordinate representation of color #EDC154: hue angle of 42.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC154 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 84 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.07 |
| HSL | 42.75º | 0.81% | 0.63% | - |
| HSV(B) | 42.75º | 0.65% | 0.93% | - |
| XYZ | 55.6 | 56.78 | 16.42 | - |
| YUV | 193.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 84 | 0 | 0.19 | 0.65 | 0.07 | 42.75 | 0.81 | 0.63 |
| Hex | ED | C1 | 54 | 0 | 13 | 41 | 7 | 2B | 51 | 3F |
| Octal | 355 | 301 | 124 | 0 | 23 | 101 | 7 | 53 | 121 | 77 |
| Binary | 11101101 | 11000001 | 1010100 | 0 | 10011 | 1000001 | 111 | 101011 | 1010001 | 111111 |
Color Harmonies of #EDC154
Complementary color
Monochromatic Colors of #EDC154
Black with #EDC154
Text Example
Text Example
White with #EDC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC154; }
p { color: rgb(237,193,84); }
H1.HeaderClassName
{
color: #EDC154;
}
.AnyTagClassName
{
color: #EDC154;
}
</style>
background-color css
<style>
a { background-color: #EDC154; }
a { background-color: rgb(237,193,84); }
div.DivClassName
{
background-color: #EDC154;
}
.BgClassName
{
background-color: #EDC154;
}
</style>
border-color css
<style>
span { border-color: #EDC154; }
span { border-color: rgb(237,193,84); }
td.TdClassName
{
border-color: #EDC154;
}
.TagClassName
{
border-color: #EDC154;
}
</style>