Shades of Cream Can #EDC04D
Tints of Cream Can #EDC04D
RGB
CMYK
RGB Variations
Color information
#EDC04D (or 0xEDC04D) is known color: Cream Can. HEX triplet: ED, C0 and 4D. RGB value is (237,192,77). Sum of RGB (Red+Green+Blue) = 237+192+77=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC04D is #123FB2. Grayscale: #C0C0C0. Windows color (decimal): -1195955 or 5095661. OLE color: 5095661.
HSL color Cylindrical-coordinate representation of color #EDC04D: hue angle of 43.12º 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 #EDC04D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 77 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 43.13º | 0.82% | 0.62% | - |
| HSV(B) | 43.13º | 0.68% | 0.93% | - |
| XYZ | 55.11 | 56.24 | 14.97 | - |
| YUV | 192.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 77 | 0 | 0.19 | 0.68 | 0.07 | 43.13 | 0.82 | 0.62 |
| Hex | ED | C0 | 4D | 0 | 13 | 44 | 7 | 2B | 52 | 3E |
| Octal | 355 | 300 | 115 | 0 | 23 | 104 | 7 | 53 | 122 | 76 |
| Binary | 11101101 | 11000000 | 1001101 | 0 | 10011 | 1000100 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EDC04D
Complementary color
Monochromatic Colors of #EDC04D
Black with #EDC04D
Text Example
Text Example
White with #EDC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC04D; }
p { color: rgb(237,192,77); }
H1.HeaderClassName
{
color: #EDC04D;
}
.AnyTagClassName
{
color: #EDC04D;
}
</style>
background-color css
<style>
a { background-color: #EDC04D; }
a { background-color: rgb(237,192,77); }
div.DivClassName
{
background-color: #EDC04D;
}
.BgClassName
{
background-color: #EDC04D;
}
</style>
border-color css
<style>
span { border-color: #EDC04D; }
span { border-color: rgb(237,192,77); }
td.TdClassName
{
border-color: #EDC04D;
}
.TagClassName
{
border-color: #EDC04D;
}
</style>