Shades of Cream Can #EDC85D
Tints of Cream Can #EDC85D
RGB
CMYK
RGB Variations
Color information
#EDC85D (or 0xEDC85D) is known color: Cream Can. HEX triplet: ED, C8 and 5D. RGB value is (237,200,93). Sum of RGB (Red+Green+Blue) = 237+200+93=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85D is #1237A2. Grayscale: #C7C7C7. Windows color (decimal): -1193891 or 6146285. OLE color: 6146285.
HSL color Cylindrical-coordinate representation of color #EDC85D: hue angle of 44.58º 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 #EDC85D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 93 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.58º | 0.8% | 0.65% | - |
| HSV(B) | 44.58º | 0.61% | 0.93% | - |
| XYZ | 57.56 | 60.1 | 18.92 | - |
| YUV | 198.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 93 | 0 | 0.16 | 0.61 | 0.07 | 44.58 | 0.8 | 0.65 |
| Hex | ED | C8 | 5D | 0 | 10 | 3D | 7 | 2D | 50 | 41 |
| Octal | 355 | 310 | 135 | 0 | 20 | 75 | 7 | 55 | 120 | 101 |
| Binary | 11101101 | 11001000 | 1011101 | 0 | 10000 | 111101 | 111 | 101101 | 1010000 | 1000001 |
Color Harmonies of #EDC85D
Complementary color
Monochromatic Colors of #EDC85D
Black with #EDC85D
Text Example
Text Example
White with #EDC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC85D; }
p { color: rgb(237,200,93); }
H1.HeaderClassName
{
color: #EDC85D;
}
.AnyTagClassName
{
color: #EDC85D;
}
</style>
background-color css
<style>
a { background-color: #EDC85D; }
a { background-color: rgb(237,200,93); }
div.DivClassName
{
background-color: #EDC85D;
}
.BgClassName
{
background-color: #EDC85D;
}
</style>
border-color css
<style>
span { border-color: #EDC85D; }
span { border-color: rgb(237,200,93); }
td.TdClassName
{
border-color: #EDC85D;
}
.TagClassName
{
border-color: #EDC85D;
}
</style>