Shades of Cream Can #EDC44F
Tints of Cream Can #EDC44F
RGB
CMYK
RGB Variations
Color information
#EDC44F (or 0xEDC44F) is known color: Cream Can. HEX triplet: ED, C4 and 4F. RGB value is (237,196,79). Sum of RGB (Red+Green+Blue) = 237+196+79=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC44F is #123BB0. Grayscale: #C3C3C3. Windows color (decimal): -1194929 or 5227757. OLE color: 5227757.
HSL color Cylindrical-coordinate representation of color #EDC44F: hue angle of 44.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDC44F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.43º | 0.81% | 0.62% | - |
| HSV(B) | 44.43º | 0.67% | 0.93% | - |
| XYZ | 56.08 | 58.05 | 15.65 | - |
| YUV | 194.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 79 | 0 | 0.17 | 0.67 | 0.07 | 44.43 | 0.81 | 0.62 |
| Hex | ED | C4 | 4F | 0 | 11 | 43 | 7 | 2C | 51 | 3E |
| Octal | 355 | 304 | 117 | 0 | 21 | 103 | 7 | 54 | 121 | 76 |
| Binary | 11101101 | 11000100 | 1001111 | 0 | 10001 | 1000011 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #EDC44F
Complementary color
Monochromatic Colors of #EDC44F
Black with #EDC44F
Text Example
Text Example
White with #EDC44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC44F; }
p { color: rgb(237,196,79); }
H1.HeaderClassName
{
color: #EDC44F;
}
.AnyTagClassName
{
color: #EDC44F;
}
</style>
background-color css
<style>
a { background-color: #EDC44F; }
a { background-color: rgb(237,196,79); }
div.DivClassName
{
background-color: #EDC44F;
}
.BgClassName
{
background-color: #EDC44F;
}
</style>
border-color css
<style>
span { border-color: #EDC44F; }
span { border-color: rgb(237,196,79); }
td.TdClassName
{
border-color: #EDC44F;
}
.TagClassName
{
border-color: #EDC44F;
}
</style>