Shades of Cream Can #EDC05C
Tints of Cream Can #EDC05C
RGB
CMYK
RGB Variations
Color information
#EDC05C (or 0xEDC05C) is known color: Cream Can. HEX triplet: ED, C0 and 5C. RGB value is (237,192,92). Sum of RGB (Red+Green+Blue) = 237+192+92=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC05C is #123FA3. Grayscale: #C2C2C2. Windows color (decimal): -1195940 or 6078701. OLE color: 6078701.
HSL color Cylindrical-coordinate representation of color #EDC05C: hue angle of 41.38º 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 #EDC05C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 92 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.07 |
| HSL | 41.38º | 0.8% | 0.65% | - |
| HSV(B) | 41.38º | 0.61% | 0.93% | - |
| XYZ | 55.71 | 56.48 | 18.09 | - |
| YUV | 194.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 92 | 0 | 0.19 | 0.61 | 0.07 | 41.38 | 0.8 | 0.65 |
| Hex | ED | C0 | 5C | 0 | 13 | 3D | 7 | 29 | 50 | 41 |
| Octal | 355 | 300 | 134 | 0 | 23 | 75 | 7 | 51 | 120 | 101 |
| Binary | 11101101 | 11000000 | 1011100 | 0 | 10011 | 111101 | 111 | 101001 | 1010000 | 1000001 |
Color Harmonies of #EDC05C
Complementary color
Monochromatic Colors of #EDC05C
Black with #EDC05C
Text Example
Text Example
White with #EDC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC05C; }
p { color: rgb(237,192,92); }
H1.HeaderClassName
{
color: #EDC05C;
}
.AnyTagClassName
{
color: #EDC05C;
}
</style>
background-color css
<style>
a { background-color: #EDC05C; }
a { background-color: rgb(237,192,92); }
div.DivClassName
{
background-color: #EDC05C;
}
.BgClassName
{
background-color: #EDC05C;
}
</style>
border-color css
<style>
span { border-color: #EDC05C; }
span { border-color: rgb(237,192,92); }
td.TdClassName
{
border-color: #EDC05C;
}
.TagClassName
{
border-color: #EDC05C;
}
</style>