Shades of Cream Can #EDC75D
Tints of Cream Can #EDC75D
RGB
CMYK
RGB Variations
Color information
#EDC75D (or 0xEDC75D) is known color: Cream Can. HEX triplet: ED, C7 and 5D. RGB value is (237,199,93). Sum of RGB (Red+Green+Blue) = 237+199+93=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC75D is #1238A2. Grayscale: #C6C6C6. Windows color (decimal): -1194147 or 6146029. OLE color: 6146029.
HSL color Cylindrical-coordinate representation of color #EDC75D: hue angle of 44.17º 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 #EDC75D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 93 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.17º | 0.8% | 0.65% | - |
| HSV(B) | 44.17º | 0.61% | 0.93% | - |
| XYZ | 57.32 | 59.64 | 18.85 | - |
| YUV | 198.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 93 | 0 | 0.16 | 0.61 | 0.07 | 44.17 | 0.8 | 0.65 |
| Hex | ED | C7 | 5D | 0 | 10 | 3D | 7 | 2C | 50 | 41 |
| Octal | 355 | 307 | 135 | 0 | 20 | 75 | 7 | 54 | 120 | 101 |
| Binary | 11101101 | 11000111 | 1011101 | 0 | 10000 | 111101 | 111 | 101100 | 1010000 | 1000001 |
Color Harmonies of #EDC75D
Complementary color
Monochromatic Colors of #EDC75D
Black with #EDC75D
Text Example
Text Example
White with #EDC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC75D; }
p { color: rgb(237,199,93); }
H1.HeaderClassName
{
color: #EDC75D;
}
.AnyTagClassName
{
color: #EDC75D;
}
</style>
background-color css
<style>
a { background-color: #EDC75D; }
a { background-color: rgb(237,199,93); }
div.DivClassName
{
background-color: #EDC75D;
}
.BgClassName
{
background-color: #EDC75D;
}
</style>
border-color css
<style>
span { border-color: #EDC75D; }
span { border-color: rgb(237,199,93); }
td.TdClassName
{
border-color: #EDC75D;
}
.TagClassName
{
border-color: #EDC75D;
}
</style>