Shades of Cream Can #EDC55D
Tints of Cream Can #EDC55D
RGB
CMYK
RGB Variations
Color information
#EDC55D (or 0xEDC55D) is known color: Cream Can. HEX triplet: ED, C5 and 5D. RGB value is (237,197,93). Sum of RGB (Red+Green+Blue) = 237+197+93=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC55D is #123AA2. Grayscale: #C5C5C5. Windows color (decimal): -1194659 or 6145517. OLE color: 6145517.
HSL color Cylindrical-coordinate representation of color #EDC55D: hue angle of 43.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDC55D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 93 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.07 |
| HSL | 43.33º | 0.8% | 0.65% | - |
| HSV(B) | 43.33º | 0.61% | 0.93% | - |
| XYZ | 56.87 | 58.73 | 18.69 | - |
| YUV | 197.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 93 | 0 | 0.17 | 0.61 | 0.07 | 43.33 | 0.8 | 0.65 |
| Hex | ED | C5 | 5D | 0 | 11 | 3D | 7 | 2B | 50 | 41 |
| Octal | 355 | 305 | 135 | 0 | 21 | 75 | 7 | 53 | 120 | 101 |
| Binary | 11101101 | 11000101 | 1011101 | 0 | 10001 | 111101 | 111 | 101011 | 1010000 | 1000001 |
Color Harmonies of #EDC55D
Complementary color
Monochromatic Colors of #EDC55D
Black with #EDC55D
Text Example
Text Example
White with #EDC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC55D; }
p { color: rgb(237,197,93); }
H1.HeaderClassName
{
color: #EDC55D;
}
.AnyTagClassName
{
color: #EDC55D;
}
</style>
background-color css
<style>
a { background-color: #EDC55D; }
a { background-color: rgb(237,197,93); }
div.DivClassName
{
background-color: #EDC55D;
}
.BgClassName
{
background-color: #EDC55D;
}
</style>
border-color css
<style>
span { border-color: #EDC55D; }
span { border-color: rgb(237,197,93); }
td.TdClassName
{
border-color: #EDC55D;
}
.TagClassName
{
border-color: #EDC55D;
}
</style>