Shades of Cream Can #EDC34D
Tints of Cream Can #EDC34D
RGB
CMYK
RGB Variations
Color information
#EDC34D (or 0xEDC34D) is known color: Cream Can. HEX triplet: ED, C3 and 4D. RGB value is (237,195,77). Sum of RGB (Red+Green+Blue) = 237+195+77=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC34D is #123CB2. Grayscale: #C2C2C2. Windows color (decimal): -1195187 or 5096429. OLE color: 5096429.
HSL color Cylindrical-coordinate representation of color #EDC34D: hue angle of 44.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC34D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 77 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 44.25º | 0.82% | 0.62% | - |
| HSV(B) | 44.25º | 0.68% | 0.93% | - |
| XYZ | 55.78 | 57.57 | 15.19 | - |
| YUV | 194.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 77 | 0 | 0.18 | 0.68 | 0.07 | 44.25 | 0.82 | 0.62 |
| Hex | ED | C3 | 4D | 0 | 12 | 44 | 7 | 2C | 52 | 3E |
| Octal | 355 | 303 | 115 | 0 | 22 | 104 | 7 | 54 | 122 | 76 |
| Binary | 11101101 | 11000011 | 1001101 | 0 | 10010 | 1000100 | 111 | 101100 | 1010010 | 111110 |
Color Harmonies of #EDC34D
Complementary color
Monochromatic Colors of #EDC34D
Black with #EDC34D
Text Example
Text Example
White with #EDC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC34D; }
p { color: rgb(237,195,77); }
H1.HeaderClassName
{
color: #EDC34D;
}
.AnyTagClassName
{
color: #EDC34D;
}
</style>
background-color css
<style>
a { background-color: #EDC34D; }
a { background-color: rgb(237,195,77); }
div.DivClassName
{
background-color: #EDC34D;
}
.BgClassName
{
background-color: #EDC34D;
}
</style>
border-color css
<style>
span { border-color: #EDC34D; }
span { border-color: rgb(237,195,77); }
td.TdClassName
{
border-color: #EDC34D;
}
.TagClassName
{
border-color: #EDC34D;
}
</style>