Shades of Cream Can #EDC55B
Tints of Cream Can #EDC55B
RGB
CMYK
RGB Variations
Color information
#EDC55B (or 0xEDC55B) is known color: Cream Can. HEX triplet: ED, C5 and 5B. RGB value is (237,197,91). Sum of RGB (Red+Green+Blue) = 237+197+91=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC55B is #123AA4. Grayscale: #C5C5C5. Windows color (decimal): -1194661 or 6014445. OLE color: 6014445.
HSL color Cylindrical-coordinate representation of color #EDC55B: hue angle of 43.56º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC55B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 91 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.07 |
| HSL | 43.56º | 0.8% | 0.64% | - |
| HSV(B) | 43.56º | 0.62% | 0.93% | - |
| XYZ | 56.78 | 58.69 | 18.23 | - |
| YUV | 196.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 91 | 0 | 0.17 | 0.62 | 0.07 | 43.56 | 0.8 | 0.64 |
| Hex | ED | C5 | 5B | 0 | 11 | 3E | 7 | 2C | 50 | 40 |
| Octal | 355 | 305 | 133 | 0 | 21 | 76 | 7 | 54 | 120 | 100 |
| Binary | 11101101 | 11000101 | 1011011 | 0 | 10001 | 111110 | 111 | 101100 | 1010000 | 1000000 |
Color Harmonies of #EDC55B
Complementary color
Monochromatic Colors of #EDC55B
Black with #EDC55B
Text Example
Text Example
White with #EDC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC55B; }
p { color: rgb(237,197,91); }
H1.HeaderClassName
{
color: #EDC55B;
}
.AnyTagClassName
{
color: #EDC55B;
}
</style>
background-color css
<style>
a { background-color: #EDC55B; }
a { background-color: rgb(237,197,91); }
div.DivClassName
{
background-color: #EDC55B;
}
.BgClassName
{
background-color: #EDC55B;
}
</style>
border-color css
<style>
span { border-color: #EDC55B; }
span { border-color: rgb(237,197,91); }
td.TdClassName
{
border-color: #EDC55B;
}
.TagClassName
{
border-color: #EDC55B;
}
</style>