Shades of Cream Can #EDC54D
Tints of Cream Can #EDC54D
RGB
CMYK
RGB Variations
Color information
#EDC54D (or 0xEDC54D) is known color: Cream Can. HEX triplet: ED, C5 and 4D. RGB value is (237,197,77). Sum of RGB (Red+Green+Blue) = 237+197+77=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC54D is #123AB2. Grayscale: #C3C3C3. Windows color (decimal): -1194675 or 5096941. OLE color: 5096941.
HSL color Cylindrical-coordinate representation of color #EDC54D: hue angle of 45º 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 #EDC54D is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 77 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 45º | 0.82% | 0.62% | - |
| HSV(B) | 45º | 0.68% | 0.93% | - |
| XYZ | 56.23 | 58.47 | 15.34 | - |
| YUV | 195.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 77 | 0 | 0.17 | 0.68 | 0.07 | 45 | 0.82 | 0.62 |
| Hex | ED | C5 | 4D | 0 | 11 | 44 | 7 | 2D | 52 | 3E |
| Octal | 355 | 305 | 115 | 0 | 21 | 104 | 7 | 55 | 122 | 76 |
| Binary | 11101101 | 11000101 | 1001101 | 0 | 10001 | 1000100 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EDC54D
Complementary color
Monochromatic Colors of #EDC54D
Black with #EDC54D
Text Example
Text Example
White with #EDC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC54D; }
p { color: rgb(237,197,77); }
H1.HeaderClassName
{
color: #EDC54D;
}
.AnyTagClassName
{
color: #EDC54D;
}
</style>
background-color css
<style>
a { background-color: #EDC54D; }
a { background-color: rgb(237,197,77); }
div.DivClassName
{
background-color: #EDC54D;
}
.BgClassName
{
background-color: #EDC54D;
}
</style>
border-color css
<style>
span { border-color: #EDC54D; }
span { border-color: rgb(237,197,77); }
td.TdClassName
{
border-color: #EDC54D;
}
.TagClassName
{
border-color: #EDC54D;
}
</style>