Shades of Cream Can #EDC352
Tints of Cream Can #EDC352
RGB
CMYK
RGB Variations
Color information
#EDC352 (or 0xEDC352) is known color: Cream Can. HEX triplet: ED, C3 and 52. RGB value is (237,195,82). Sum of RGB (Red+Green+Blue) = 237+195+82=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC352 is #123CAD. Grayscale: #C3C3C3. Windows color (decimal): -1195182 or 5424109. OLE color: 5424109.
HSL color Cylindrical-coordinate representation of color #EDC352: hue angle of 43.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC352 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 82 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.07 |
| HSL | 43.74º | 0.81% | 0.63% | - |
| HSV(B) | 43.74º | 0.65% | 0.93% | - |
| XYZ | 55.96 | 57.64 | 16.16 | - |
| YUV | 194.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 82 | 0 | 0.18 | 0.65 | 0.07 | 43.74 | 0.81 | 0.63 |
| Hex | ED | C3 | 52 | 0 | 12 | 41 | 7 | 2C | 51 | 3F |
| Octal | 355 | 303 | 122 | 0 | 22 | 101 | 7 | 54 | 121 | 77 |
| Binary | 11101101 | 11000011 | 1010010 | 0 | 10010 | 1000001 | 111 | 101100 | 1010001 | 111111 |
Color Harmonies of #EDC352
Complementary color
Monochromatic Colors of #EDC352
Black with #EDC352
Text Example
Text Example
White with #EDC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC352; }
p { color: rgb(237,195,82); }
H1.HeaderClassName
{
color: #EDC352;
}
.AnyTagClassName
{
color: #EDC352;
}
</style>
background-color css
<style>
a { background-color: #EDC352; }
a { background-color: rgb(237,195,82); }
div.DivClassName
{
background-color: #EDC352;
}
.BgClassName
{
background-color: #EDC352;
}
</style>
border-color css
<style>
span { border-color: #EDC352; }
span { border-color: rgb(237,195,82); }
td.TdClassName
{
border-color: #EDC352;
}
.TagClassName
{
border-color: #EDC352;
}
</style>