Shades of Cream Can #EDC24D
Tints of Cream Can #EDC24D
RGB
CMYK
RGB Variations
Color information
#EDC24D (or 0xEDC24D) is known color: Cream Can. HEX triplet: ED, C2 and 4D. RGB value is (237,194,77). Sum of RGB (Red+Green+Blue) = 237+194+77=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC24D is #123DB2. Grayscale: #C2C2C2. Windows color (decimal): -1195443 or 5096173. OLE color: 5096173.
HSL color Cylindrical-coordinate representation of color #EDC24D: hue angle of 43.88º 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 #EDC24D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 77 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 43.88º | 0.82% | 0.62% | - |
| HSV(B) | 43.88º | 0.68% | 0.93% | - |
| XYZ | 55.56 | 57.12 | 15.12 | - |
| YUV | 193.52 | 62.25 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 77 | 0 | 0.18 | 0.68 | 0.07 | 43.88 | 0.82 | 0.62 |
| Hex | ED | C2 | 4D | 0 | 12 | 44 | 7 | 2C | 52 | 3E |
| Octal | 355 | 302 | 115 | 0 | 22 | 104 | 7 | 54 | 122 | 76 |
| Binary | 11101101 | 11000010 | 1001101 | 0 | 10010 | 1000100 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EDC24D
Complementary color
Monochromatic Colors of #EDC24D
Black with #EDC24D
Text Example
Text Example
White with #EDC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC24D; }
p { color: rgb(237,194,77); }
H1.HeaderClassName
{
color: #EDC24D;
}
.AnyTagClassName
{
color: #EDC24D;
}
</style>
background-color css
<style>
a { background-color: #EDC24D; }
a { background-color: rgb(237,194,77); }
div.DivClassName
{
background-color: #EDC24D;
}
.BgClassName
{
background-color: #EDC24D;
}
</style>
border-color css
<style>
span { border-color: #EDC24D; }
span { border-color: rgb(237,194,77); }
td.TdClassName
{
border-color: #EDC24D;
}
.TagClassName
{
border-color: #EDC24D;
}
</style>