Shades of Cream Can #EDC360
Tints of Cream Can #EDC360
RGB
CMYK
RGB Variations
Color information
#EDC360 (or 0xEDC360) is known color: Cream Can. HEX triplet: ED, C3 and 60. RGB value is (237,195,96). Sum of RGB (Red+Green+Blue) = 237+195+96=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC360 is #123C9F. Grayscale: #C4C4C4. Windows color (decimal): -1195168 or 6341613. OLE color: 6341613.
HSL color Cylindrical-coordinate representation of color #EDC360: hue angle of 42.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC360 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 96 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.07 |
| HSL | 42.13º | 0.8% | 0.65% | - |
| HSV(B) | 42.13º | 0.59% | 0.93% | - |
| XYZ | 56.55 | 57.88 | 19.26 | - |
| YUV | 196.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 96 | 0 | 0.18 | 0.59 | 0.07 | 42.13 | 0.8 | 0.65 |
| Hex | ED | C3 | 60 | 0 | 12 | 3B | 7 | 2A | 50 | 41 |
| Octal | 355 | 303 | 140 | 0 | 22 | 73 | 7 | 52 | 120 | 101 |
| Binary | 11101101 | 11000011 | 1100000 | 0 | 10010 | 111011 | 111 | 101010 | 1010000 | 1000001 |
Color Harmonies of #EDC360
Complementary color
Monochromatic Colors of #EDC360
Black with #EDC360
Text Example
Text Example
White with #EDC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC360; }
p { color: rgb(237,195,96); }
H1.HeaderClassName
{
color: #EDC360;
}
.AnyTagClassName
{
color: #EDC360;
}
</style>
background-color css
<style>
a { background-color: #EDC360; }
a { background-color: rgb(237,195,96); }
div.DivClassName
{
background-color: #EDC360;
}
.BgClassName
{
background-color: #EDC360;
}
</style>
border-color css
<style>
span { border-color: #EDC360; }
span { border-color: rgb(237,195,96); }
td.TdClassName
{
border-color: #EDC360;
}
.TagClassName
{
border-color: #EDC360;
}
</style>