Shades of Cream Can #EDC04C
Tints of Cream Can #EDC04C
RGB
CMYK
RGB Variations
Color information
#EDC04C (or 0xEDC04C) is known color: Cream Can. HEX triplet: ED, C0 and 4C. RGB value is (237,192,76). Sum of RGB (Red+Green+Blue) = 237+192+76=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC04C is #123FB3. Grayscale: #C0C0C0. Windows color (decimal): -1195956 or 5030125. OLE color: 5030125.
HSL color Cylindrical-coordinate representation of color #EDC04C: hue angle of 43.23º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC04C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 76 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 43.23º | 0.82% | 0.61% | - |
| HSV(B) | 43.23º | 0.68% | 0.93% | - |
| XYZ | 55.08 | 56.23 | 14.79 | - |
| YUV | 192.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 76 | 0 | 0.19 | 0.68 | 0.07 | 43.23 | 0.82 | 0.61 |
| Hex | ED | C0 | 4C | 0 | 13 | 44 | 7 | 2B | 52 | 3D |
| Octal | 355 | 300 | 114 | 0 | 23 | 104 | 7 | 53 | 122 | 75 |
| Binary | 11101101 | 11000000 | 1001100 | 0 | 10011 | 1000100 | 111 | 101011 | 1010010 | 111101 |
Color Harmonies of #EDC04C
Complementary color
Monochromatic Colors of #EDC04C
Black with #EDC04C
Text Example
Text Example
White with #EDC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC04C; }
p { color: rgb(237,192,76); }
H1.HeaderClassName
{
color: #EDC04C;
}
.AnyTagClassName
{
color: #EDC04C;
}
</style>
background-color css
<style>
a { background-color: #EDC04C; }
a { background-color: rgb(237,192,76); }
div.DivClassName
{
background-color: #EDC04C;
}
.BgClassName
{
background-color: #EDC04C;
}
</style>
border-color css
<style>
span { border-color: #EDC04C; }
span { border-color: rgb(237,192,76); }
td.TdClassName
{
border-color: #EDC04C;
}
.TagClassName
{
border-color: #EDC04C;
}
</style>