Shades of Cream Can #EDC05F
Tints of Cream Can #EDC05F
RGB
CMYK
RGB Variations
Color information
#EDC05F (or 0xEDC05F) is known color: Cream Can. HEX triplet: ED, C0 and 5F. RGB value is (237,192,95). Sum of RGB (Red+Green+Blue) = 237+192+95=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC05F is #123FA0. Grayscale: #C2C2C2. Windows color (decimal): -1195937 or 6275309. OLE color: 6275309.
HSL color Cylindrical-coordinate representation of color #EDC05F: hue angle of 40.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC05F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 95 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.07 |
| HSL | 40.99º | 0.8% | 0.65% | - |
| HSV(B) | 40.99º | 0.6% | 0.93% | - |
| XYZ | 55.84 | 56.53 | 18.79 | - |
| YUV | 194.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 95 | 0 | 0.19 | 0.60 | 0.07 | 40.99 | 0.8 | 0.65 |
| Hex | ED | C0 | 5F | 0 | 13 | 3C | 7 | 29 | 50 | 41 |
| Octal | 355 | 300 | 137 | 0 | 23 | 74 | 7 | 51 | 120 | 101 |
| Binary | 11101101 | 11000000 | 1011111 | 0 | 10011 | 111100 | 111 | 101001 | 1010000 | 1000001 |
Color Harmonies of #EDC05F
Complementary color
Monochromatic Colors of #EDC05F
Black with #EDC05F
Text Example
Text Example
White with #EDC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC05F; }
p { color: rgb(237,192,95); }
H1.HeaderClassName
{
color: #EDC05F;
}
.AnyTagClassName
{
color: #EDC05F;
}
</style>
background-color css
<style>
a { background-color: #EDC05F; }
a { background-color: rgb(237,192,95); }
div.DivClassName
{
background-color: #EDC05F;
}
.BgClassName
{
background-color: #EDC05F;
}
</style>
border-color css
<style>
span { border-color: #EDC05F; }
span { border-color: rgb(237,192,95); }
td.TdClassName
{
border-color: #EDC05F;
}
.TagClassName
{
border-color: #EDC05F;
}
</style>