Shades of Cream Can #EDC34E
Tints of Cream Can #EDC34E
RGB
CMYK
RGB Variations
Color information
#EDC34E (or 0xEDC34E) is known color: Cream Can. HEX triplet: ED, C3 and 4E. RGB value is (237,195,78). Sum of RGB (Red+Green+Blue) = 237+195+78=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC34E is #123CB1. Grayscale: #C2C2C2. Windows color (decimal): -1195186 or 5161965. OLE color: 5161965.
HSL color Cylindrical-coordinate representation of color #EDC34E: hue angle of 44.15º 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 #EDC34E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 78 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.07 |
| HSL | 44.15º | 0.82% | 0.62% | - |
| HSV(B) | 44.15º | 0.67% | 0.93% | - |
| XYZ | 55.82 | 57.58 | 15.38 | - |
| YUV | 194.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 78 | 0 | 0.18 | 0.67 | 0.07 | 44.15 | 0.82 | 0.62 |
| Hex | ED | C3 | 4E | 0 | 12 | 43 | 7 | 2C | 52 | 3E |
| Octal | 355 | 303 | 116 | 0 | 22 | 103 | 7 | 54 | 122 | 76 |
| Binary | 11101101 | 11000011 | 1001110 | 0 | 10010 | 1000011 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EDC34E
Complementary color
Monochromatic Colors of #EDC34E
Black with #EDC34E
Text Example
Text Example
White with #EDC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC34E; }
p { color: rgb(237,195,78); }
H1.HeaderClassName
{
color: #EDC34E;
}
.AnyTagClassName
{
color: #EDC34E;
}
</style>
background-color css
<style>
a { background-color: #EDC34E; }
a { background-color: rgb(237,195,78); }
div.DivClassName
{
background-color: #EDC34E;
}
.BgClassName
{
background-color: #EDC34E;
}
</style>
border-color css
<style>
span { border-color: #EDC34E; }
span { border-color: rgb(237,195,78); }
td.TdClassName
{
border-color: #EDC34E;
}
.TagClassName
{
border-color: #EDC34E;
}
</style>