Shades of Cream Can #EDC750
Tints of Cream Can #EDC750
RGB
CMYK
RGB Variations
Color information
#EDC750 (or 0xEDC750) is known color: Cream Can. HEX triplet: ED, C7 and 50. RGB value is (237,199,80). Sum of RGB (Red+Green+Blue) = 237+199+80=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC750 is #1238AF. Grayscale: #C5C5C5. Windows color (decimal): -1194160 or 5294061. OLE color: 5294061.
HSL color Cylindrical-coordinate representation of color #EDC750: hue angle of 45.48º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDC750 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 80 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.48º | 0.81% | 0.62% | - |
| HSV(B) | 45.48º | 0.66% | 0.93% | - |
| XYZ | 56.8 | 59.43 | 16.07 | - |
| YUV | 196.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 80 | 0 | 0.16 | 0.66 | 0.07 | 45.48 | 0.81 | 0.62 |
| Hex | ED | C7 | 50 | 0 | 10 | 42 | 7 | 2D | 51 | 3E |
| Octal | 355 | 307 | 120 | 0 | 20 | 102 | 7 | 55 | 121 | 76 |
| Binary | 11101101 | 11000111 | 1010000 | 0 | 10000 | 1000010 | 111 | 101101 | 1010001 | 111110 |
Color Harmonies of #EDC750
Complementary color
Monochromatic Colors of #EDC750
Black with #EDC750
Text Example
Text Example
White with #EDC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC750; }
p { color: rgb(237,199,80); }
H1.HeaderClassName
{
color: #EDC750;
}
.AnyTagClassName
{
color: #EDC750;
}
</style>
background-color css
<style>
a { background-color: #EDC750; }
a { background-color: rgb(237,199,80); }
div.DivClassName
{
background-color: #EDC750;
}
.BgClassName
{
background-color: #EDC750;
}
</style>
border-color css
<style>
span { border-color: #EDC750; }
span { border-color: rgb(237,199,80); }
td.TdClassName
{
border-color: #EDC750;
}
.TagClassName
{
border-color: #EDC750;
}
</style>