Shades of Cream Can #EDC34F
Tints of Cream Can #EDC34F
RGB
CMYK
RGB Variations
Color information
#EDC34F (or 0xEDC34F) is known color: Cream Can. HEX triplet: ED, C3 and 4F. RGB value is (237,195,79). Sum of RGB (Red+Green+Blue) = 237+195+79=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC34F is #123CB0. Grayscale: #C2C2C2. Windows color (decimal): -1195185 or 5227501. OLE color: 5227501.
HSL color Cylindrical-coordinate representation of color #EDC34F: hue angle of 44.05º degrees, saturation: 0.81, 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 #EDC34F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 79 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.07 |
| HSL | 44.05º | 0.81% | 0.62% | - |
| HSV(B) | 44.05º | 0.67% | 0.93% | - |
| XYZ | 55.85 | 57.6 | 15.57 | - |
| YUV | 194.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 79 | 0 | 0.18 | 0.67 | 0.07 | 44.05 | 0.81 | 0.62 |
| Hex | ED | C3 | 4F | 0 | 12 | 43 | 7 | 2C | 51 | 3E |
| Octal | 355 | 303 | 117 | 0 | 22 | 103 | 7 | 54 | 121 | 76 |
| Binary | 11101101 | 11000011 | 1001111 | 0 | 10010 | 1000011 | 111 | 101100 | 1010001 | 111110 |
Color Harmonies of #EDC34F
Complementary color
Monochromatic Colors of #EDC34F
Black with #EDC34F
Text Example
Text Example
White with #EDC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC34F; }
p { color: rgb(237,195,79); }
H1.HeaderClassName
{
color: #EDC34F;
}
.AnyTagClassName
{
color: #EDC34F;
}
</style>
background-color css
<style>
a { background-color: #EDC34F; }
a { background-color: rgb(237,195,79); }
div.DivClassName
{
background-color: #EDC34F;
}
.BgClassName
{
background-color: #EDC34F;
}
</style>
border-color css
<style>
span { border-color: #EDC34F; }
span { border-color: rgb(237,195,79); }
td.TdClassName
{
border-color: #EDC34F;
}
.TagClassName
{
border-color: #EDC34F;
}
</style>