Shades of Cream Can #EDC252
Tints of Cream Can #EDC252
RGB
CMYK
RGB Variations
Color information
#EDC252 (or 0xEDC252) is known color: Cream Can. HEX triplet: ED, C2 and 52. RGB value is (237,194,82). Sum of RGB (Red+Green+Blue) = 237+194+82=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC252 is #123DAD. Grayscale: #C2C2C2. Windows color (decimal): -1195438 or 5423853. OLE color: 5423853.
HSL color Cylindrical-coordinate representation of color #EDC252: hue angle of 43.35º 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 #EDC252 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 82 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.07 |
| HSL | 43.35º | 0.81% | 0.63% | - |
| HSV(B) | 43.35º | 0.65% | 0.93% | - |
| XYZ | 55.74 | 57.2 | 16.09 | - |
| YUV | 194.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 82 | 0 | 0.18 | 0.65 | 0.07 | 43.35 | 0.81 | 0.63 |
| Hex | ED | C2 | 52 | 0 | 12 | 41 | 7 | 2B | 51 | 3F |
| Octal | 355 | 302 | 122 | 0 | 22 | 101 | 7 | 53 | 121 | 77 |
| Binary | 11101101 | 11000010 | 1010010 | 0 | 10010 | 1000001 | 111 | 101011 | 1010001 | 111111 |
Color Harmonies of #EDC252
Complementary color
Monochromatic Colors of #EDC252
Black with #EDC252
Text Example
Text Example
White with #EDC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC252; }
p { color: rgb(237,194,82); }
H1.HeaderClassName
{
color: #EDC252;
}
.AnyTagClassName
{
color: #EDC252;
}
</style>
background-color css
<style>
a { background-color: #EDC252; }
a { background-color: rgb(237,194,82); }
div.DivClassName
{
background-color: #EDC252;
}
.BgClassName
{
background-color: #EDC252;
}
</style>
border-color css
<style>
span { border-color: #EDC252; }
span { border-color: rgb(237,194,82); }
td.TdClassName
{
border-color: #EDC252;
}
.TagClassName
{
border-color: #EDC252;
}
</style>