Shades of Cream Can #EDC54B
Tints of Cream Can #EDC54B
RGB
CMYK
RGB Variations
Color information
#EDC54B (or 0xEDC54B) is known color: Cream Can. HEX triplet: ED, C5 and 4B. RGB value is (237,197,75). Sum of RGB (Red+Green+Blue) = 237+197+75=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC54B is #123AB4. Grayscale: #C3C3C3. Windows color (decimal): -1194677 or 4965869. OLE color: 4965869.
HSL color Cylindrical-coordinate representation of color #EDC54B: hue angle of 45.19º 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 #EDC54B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 45.19º | 0.82% | 0.61% | - |
| HSV(B) | 45.19º | 0.68% | 0.93% | - |
| XYZ | 56.16 | 58.45 | 14.98 | - |
| YUV | 195.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 75 | 0 | 0.17 | 0.68 | 0.07 | 45.19 | 0.82 | 0.61 |
| Hex | ED | C5 | 4B | 0 | 11 | 44 | 7 | 2D | 52 | 3D |
| Octal | 355 | 305 | 113 | 0 | 21 | 104 | 7 | 55 | 122 | 75 |
| Binary | 11101101 | 11000101 | 1001011 | 0 | 10001 | 1000100 | 111 | 101101 | 1010010 | 111101 |
Color Harmonies of #EDC54B
Complementary color
Monochromatic Colors of #EDC54B
Black with #EDC54B
Text Example
Text Example
White with #EDC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC54B; }
p { color: rgb(237,197,75); }
H1.HeaderClassName
{
color: #EDC54B;
}
.AnyTagClassName
{
color: #EDC54B;
}
</style>
background-color css
<style>
a { background-color: #EDC54B; }
a { background-color: rgb(237,197,75); }
div.DivClassName
{
background-color: #EDC54B;
}
.BgClassName
{
background-color: #EDC54B;
}
</style>
border-color css
<style>
span { border-color: #EDC54B; }
span { border-color: rgb(237,197,75); }
td.TdClassName
{
border-color: #EDC54B;
}
.TagClassName
{
border-color: #EDC54B;
}
</style>