Shades of Cream Can #EDC759
Tints of Cream Can #EDC759
RGB
CMYK
RGB Variations
Color information
#EDC759 (or 0xEDC759) is known color: Cream Can. HEX triplet: ED, C7 and 59. RGB value is (237,199,89). Sum of RGB (Red+Green+Blue) = 237+199+89=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC759 is #1238A6. Grayscale: #C6C6C6. Windows color (decimal): -1194151 or 5883885. OLE color: 5883885.
HSL color Cylindrical-coordinate representation of color #EDC759: hue angle of 44.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDC759 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 89 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.07 |
| HSL | 44.59º | 0.8% | 0.64% | - |
| HSV(B) | 44.59º | 0.62% | 0.93% | - |
| XYZ | 57.15 | 59.57 | 17.94 | - |
| YUV | 197.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 89 | 0 | 0.16 | 0.62 | 0.07 | 44.59 | 0.8 | 0.64 |
| Hex | ED | C7 | 59 | 0 | 10 | 3E | 7 | 2D | 50 | 40 |
| Octal | 355 | 307 | 131 | 0 | 20 | 76 | 7 | 55 | 120 | 100 |
| Binary | 11101101 | 11000111 | 1011001 | 0 | 10000 | 111110 | 111 | 101101 | 1010000 | 1000000 |
Color Harmonies of #EDC759
Complementary color
Monochromatic Colors of #EDC759
Black with #EDC759
Text Example
Text Example
White with #EDC759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC759; }
p { color: rgb(237,199,89); }
H1.HeaderClassName
{
color: #EDC759;
}
.AnyTagClassName
{
color: #EDC759;
}
</style>
background-color css
<style>
a { background-color: #EDC759; }
a { background-color: rgb(237,199,89); }
div.DivClassName
{
background-color: #EDC759;
}
.BgClassName
{
background-color: #EDC759;
}
</style>
border-color css
<style>
span { border-color: #EDC759; }
span { border-color: rgb(237,199,89); }
td.TdClassName
{
border-color: #EDC759;
}
.TagClassName
{
border-color: #EDC759;
}
</style>