Shades of Cream Can #EDC15B
Tints of Cream Can #EDC15B
RGB
CMYK
RGB Variations
Color information
#EDC15B (or 0xEDC15B) is known color: Cream Can. HEX triplet: ED, C1 and 5B. RGB value is (237,193,91). Sum of RGB (Red+Green+Blue) = 237+193+91=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC15B is #123EA4. Grayscale: #C2C2C2. Windows color (decimal): -1195685 or 6013421. OLE color: 6013421.
HSL color Cylindrical-coordinate representation of color #EDC15B: hue angle of 41.92º 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 #EDC15B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 91 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.07 |
| HSL | 41.92º | 0.8% | 0.64% | - |
| HSV(B) | 41.92º | 0.62% | 0.93% | - |
| XYZ | 55.88 | 56.9 | 17.93 | - |
| YUV | 194.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 91 | 0 | 0.19 | 0.62 | 0.07 | 41.92 | 0.8 | 0.64 |
| Hex | ED | C1 | 5B | 0 | 13 | 3E | 7 | 2A | 50 | 40 |
| Octal | 355 | 301 | 133 | 0 | 23 | 76 | 7 | 52 | 120 | 100 |
| Binary | 11101101 | 11000001 | 1011011 | 0 | 10011 | 111110 | 111 | 101010 | 1010000 | 1000000 |
Color Harmonies of #EDC15B
Complementary color
Monochromatic Colors of #EDC15B
Black with #EDC15B
Text Example
Text Example
White with #EDC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC15B; }
p { color: rgb(237,193,91); }
H1.HeaderClassName
{
color: #EDC15B;
}
.AnyTagClassName
{
color: #EDC15B;
}
</style>
background-color css
<style>
a { background-color: #EDC15B; }
a { background-color: rgb(237,193,91); }
div.DivClassName
{
background-color: #EDC15B;
}
.BgClassName
{
background-color: #EDC15B;
}
</style>
border-color css
<style>
span { border-color: #EDC15B; }
span { border-color: rgb(237,193,91); }
td.TdClassName
{
border-color: #EDC15B;
}
.TagClassName
{
border-color: #EDC15B;
}
</style>