Shades of Cream Can #EDC14A
Tints of Cream Can #EDC14A
RGB
CMYK
RGB Variations
Color information
#EDC14A (or 0xEDC14A) is known color: Cream Can. HEX triplet: ED, C1 and 4A. RGB value is (237,193,74). Sum of RGB (Red+Green+Blue) = 237+193+74=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC14A is #123EB5. Grayscale: #C1C1C1. Windows color (decimal): -1195702 or 4899309. OLE color: 4899309.
HSL color Cylindrical-coordinate representation of color #EDC14A: hue angle of 43.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDC14A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.07 |
| HSL | 43.8º | 0.82% | 0.61% | - |
| HSV(B) | 43.8º | 0.69% | 0.93% | - |
| XYZ | 55.23 | 56.64 | 14.5 | - |
| YUV | 192.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 74 | 0 | 0.19 | 0.69 | 0.07 | 43.8 | 0.82 | 0.61 |
| Hex | ED | C1 | 4A | 0 | 13 | 45 | 7 | 2C | 52 | 3D |
| Octal | 355 | 301 | 112 | 0 | 23 | 105 | 7 | 54 | 122 | 75 |
| Binary | 11101101 | 11000001 | 1001010 | 0 | 10011 | 1000101 | 111 | 101100 | 1010010 | 111101 |
Color Harmonies of #EDC14A
Complementary color
Monochromatic Colors of #EDC14A
Black with #EDC14A
Text Example
Text Example
White with #EDC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC14A; }
p { color: rgb(237,193,74); }
H1.HeaderClassName
{
color: #EDC14A;
}
.AnyTagClassName
{
color: #EDC14A;
}
</style>
background-color css
<style>
a { background-color: #EDC14A; }
a { background-color: rgb(237,193,74); }
div.DivClassName
{
background-color: #EDC14A;
}
.BgClassName
{
background-color: #EDC14A;
}
</style>
border-color css
<style>
span { border-color: #EDC14A; }
span { border-color: rgb(237,193,74); }
td.TdClassName
{
border-color: #EDC14A;
}
.TagClassName
{
border-color: #EDC14A;
}
</style>