Shades of Cream Can #EDC754
Tints of Cream Can #EDC754
RGB
CMYK
RGB Variations
Color information
#EDC754 (or 0xEDC754) is known color: Cream Can. HEX triplet: ED, C7 and 54. RGB value is (237,199,84). Sum of RGB (Red+Green+Blue) = 237+199+84=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC754 is #1238AB. Grayscale: #C5C5C5. Windows color (decimal): -1194156 or 5556205. OLE color: 5556205.
HSL color Cylindrical-coordinate representation of color #EDC754: hue angle of 45.1º 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 #EDC754 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 45.1º | 0.81% | 0.63% | - |
| HSV(B) | 45.1º | 0.65% | 0.93% | - |
| XYZ | 56.95 | 59.49 | 16.87 | - |
| YUV | 197.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 84 | 0 | 0.16 | 0.65 | 0.07 | 45.1 | 0.81 | 0.63 |
| Hex | ED | C7 | 54 | 0 | 10 | 41 | 7 | 2D | 51 | 3F |
| Octal | 355 | 307 | 124 | 0 | 20 | 101 | 7 | 55 | 121 | 77 |
| Binary | 11101101 | 11000111 | 1010100 | 0 | 10000 | 1000001 | 111 | 101101 | 1010001 | 111111 |
Color Harmonies of #EDC754
Complementary color
Monochromatic Colors of #EDC754
Black with #EDC754
Text Example
Text Example
White with #EDC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC754; }
p { color: rgb(237,199,84); }
H1.HeaderClassName
{
color: #EDC754;
}
.AnyTagClassName
{
color: #EDC754;
}
</style>
background-color css
<style>
a { background-color: #EDC754; }
a { background-color: rgb(237,199,84); }
div.DivClassName
{
background-color: #EDC754;
}
.BgClassName
{
background-color: #EDC754;
}
</style>
border-color css
<style>
span { border-color: #EDC754; }
span { border-color: rgb(237,199,84); }
td.TdClassName
{
border-color: #EDC754;
}
.TagClassName
{
border-color: #EDC754;
}
</style>