Shades of Cream Can #EDC14D
Tints of Cream Can #EDC14D
RGB
CMYK
RGB Variations
Color information
#EDC14D (or 0xEDC14D) is known color: Cream Can. HEX triplet: ED, C1 and 4D. RGB value is (237,193,77). Sum of RGB (Red+Green+Blue) = 237+193+77=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC14D is #123EB2. Grayscale: #C1C1C1. Windows color (decimal): -1195699 or 5095917. OLE color: 5095917.
HSL color Cylindrical-coordinate representation of color #EDC14D: hue angle of 43.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC14D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 77 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 43.5º | 0.82% | 0.62% | - |
| HSV(B) | 43.5º | 0.68% | 0.93% | - |
| XYZ | 55.33 | 56.68 | 15.05 | - |
| YUV | 192.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 77 | 0 | 0.19 | 0.68 | 0.07 | 43.5 | 0.82 | 0.62 |
| Hex | ED | C1 | 4D | 0 | 13 | 44 | 7 | 2C | 52 | 3E |
| Octal | 355 | 301 | 115 | 0 | 23 | 104 | 7 | 54 | 122 | 76 |
| Binary | 11101101 | 11000001 | 1001101 | 0 | 10011 | 1000100 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EDC14D
Complementary color
Monochromatic Colors of #EDC14D
Black with #EDC14D
Text Example
Text Example
White with #EDC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC14D; }
p { color: rgb(237,193,77); }
H1.HeaderClassName
{
color: #EDC14D;
}
.AnyTagClassName
{
color: #EDC14D;
}
</style>
background-color css
<style>
a { background-color: #EDC14D; }
a { background-color: rgb(237,193,77); }
div.DivClassName
{
background-color: #EDC14D;
}
.BgClassName
{
background-color: #EDC14D;
}
</style>
border-color css
<style>
span { border-color: #EDC14D; }
span { border-color: rgb(237,193,77); }
td.TdClassName
{
border-color: #EDC14D;
}
.TagClassName
{
border-color: #EDC14D;
}
</style>