Shades of Cream Can #EDC44A
Tints of Cream Can #EDC44A
RGB
CMYK
RGB Variations
Color information
#EDC44A (or 0xEDC44A) is known color: Cream Can. HEX triplet: ED, C4 and 4A. RGB value is (237,196,74). Sum of RGB (Red+Green+Blue) = 237+196+74=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC44A is #123BB5. Grayscale: #C2C2C2. Windows color (decimal): -1194934 or 4900077. OLE color: 4900077.
HSL color Cylindrical-coordinate representation of color #EDC44A: hue angle of 44.91º 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 #EDC44A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 74 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.07 |
| HSL | 44.91º | 0.82% | 0.61% | - |
| HSV(B) | 44.91º | 0.69% | 0.93% | - |
| XYZ | 55.9 | 57.98 | 14.72 | - |
| YUV | 194.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 74 | 0 | 0.17 | 0.69 | 0.07 | 44.91 | 0.82 | 0.61 |
| Hex | ED | C4 | 4A | 0 | 11 | 45 | 7 | 2D | 52 | 3D |
| Octal | 355 | 304 | 112 | 0 | 21 | 105 | 7 | 55 | 122 | 75 |
| Binary | 11101101 | 11000100 | 1001010 | 0 | 10001 | 1000101 | 111 | 101101 | 1010010 | 111101 |
Color Harmonies of #EDC44A
Complementary color
Monochromatic Colors of #EDC44A
Black with #EDC44A
Text Example
Text Example
White with #EDC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC44A; }
p { color: rgb(237,196,74); }
H1.HeaderClassName
{
color: #EDC44A;
}
.AnyTagClassName
{
color: #EDC44A;
}
</style>
background-color css
<style>
a { background-color: #EDC44A; }
a { background-color: rgb(237,196,74); }
div.DivClassName
{
background-color: #EDC44A;
}
.BgClassName
{
background-color: #EDC44A;
}
</style>
border-color css
<style>
span { border-color: #EDC44A; }
span { border-color: rgb(237,196,74); }
td.TdClassName
{
border-color: #EDC44A;
}
.TagClassName
{
border-color: #EDC44A;
}
</style>