Shades of Cream Can #EDC34A
Tints of Cream Can #EDC34A
RGB
CMYK
RGB Variations
Color information
#EDC34A (or 0xEDC34A) is known color: Cream Can. HEX triplet: ED, C3 and 4A. RGB value is (237,195,74). Sum of RGB (Red+Green+Blue) = 237+195+74=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC34A is #123CB5. Grayscale: #C2C2C2. Windows color (decimal): -1195190 or 4899821. OLE color: 4899821.
HSL color Cylindrical-coordinate representation of color #EDC34A: hue angle of 44.54º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDC34A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.07 |
| HSL | 44.54º | 0.82% | 0.61% | - |
| HSV(B) | 44.54º | 0.69% | 0.93% | - |
| XYZ | 55.68 | 57.53 | 14.65 | - |
| YUV | 193.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 74 | 0 | 0.18 | 0.69 | 0.07 | 44.54 | 0.82 | 0.61 |
| Hex | ED | C3 | 4A | 0 | 12 | 45 | 7 | 2D | 52 | 3D |
| Octal | 355 | 303 | 112 | 0 | 22 | 105 | 7 | 55 | 122 | 75 |
| Binary | 11101101 | 11000011 | 1001010 | 0 | 10010 | 1000101 | 111 | 101101 | 1010010 | 111101 |
Color Harmonies of #EDC34A
Complementary color
Monochromatic Colors of #EDC34A
Black with #EDC34A
Text Example
Text Example
White with #EDC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC34A; }
p { color: rgb(237,195,74); }
H1.HeaderClassName
{
color: #EDC34A;
}
.AnyTagClassName
{
color: #EDC34A;
}
</style>
background-color css
<style>
a { background-color: #EDC34A; }
a { background-color: rgb(237,195,74); }
div.DivClassName
{
background-color: #EDC34A;
}
.BgClassName
{
background-color: #EDC34A;
}
</style>
border-color css
<style>
span { border-color: #EDC34A; }
span { border-color: rgb(237,195,74); }
td.TdClassName
{
border-color: #EDC34A;
}
.TagClassName
{
border-color: #EDC34A;
}
</style>