Shades of Cream Can #EDC44E
Tints of Cream Can #EDC44E
RGB
CMYK
RGB Variations
Color information
#EDC44E (or 0xEDC44E) is known color: Cream Can. HEX triplet: ED, C4 and 4E. RGB value is (237,196,78). Sum of RGB (Red+Green+Blue) = 237+196+78=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC44E is #123BB1. Grayscale: #C3C3C3. Windows color (decimal): -1194930 or 5162221. OLE color: 5162221.
HSL color Cylindrical-coordinate representation of color #EDC44E: hue angle of 44.53º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDC44E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 78 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.53º | 0.82% | 0.62% | - |
| HSV(B) | 44.53º | 0.67% | 0.93% | - |
| XYZ | 56.04 | 58.03 | 15.46 | - |
| YUV | 194.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 78 | 0 | 0.17 | 0.67 | 0.07 | 44.53 | 0.82 | 0.62 |
| Hex | ED | C4 | 4E | 0 | 11 | 43 | 7 | 2D | 52 | 3E |
| Octal | 355 | 304 | 116 | 0 | 21 | 103 | 7 | 55 | 122 | 76 |
| Binary | 11101101 | 11000100 | 1001110 | 0 | 10001 | 1000011 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EDC44E
Complementary color
Monochromatic Colors of #EDC44E
Black with #EDC44E
Text Example
Text Example
White with #EDC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC44E; }
p { color: rgb(237,196,78); }
H1.HeaderClassName
{
color: #EDC44E;
}
.AnyTagClassName
{
color: #EDC44E;
}
</style>
background-color css
<style>
a { background-color: #EDC44E; }
a { background-color: rgb(237,196,78); }
div.DivClassName
{
background-color: #EDC44E;
}
.BgClassName
{
background-color: #EDC44E;
}
</style>
border-color css
<style>
span { border-color: #EDC44E; }
span { border-color: rgb(237,196,78); }
td.TdClassName
{
border-color: #EDC44E;
}
.TagClassName
{
border-color: #EDC44E;
}
</style>