Shades of Cream Can #EDC34C
Tints of Cream Can #EDC34C
RGB
CMYK
RGB Variations
Color information
#EDC34C (or 0xEDC34C) is known color: Cream Can. HEX triplet: ED, C3 and 4C. RGB value is (237,195,76). Sum of RGB (Red+Green+Blue) = 237+195+76=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC34C is #123CB3. Grayscale: #C2C2C2. Windows color (decimal): -1195188 or 5030893. OLE color: 5030893.
HSL color Cylindrical-coordinate representation of color #EDC34C: hue angle of 44.35º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC34C is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 76 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 44.35º | 0.82% | 0.61% | - |
| HSV(B) | 44.35º | 0.68% | 0.93% | - |
| XYZ | 55.74 | 57.56 | 15.01 | - |
| YUV | 193.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 76 | 0 | 0.18 | 0.68 | 0.07 | 44.35 | 0.82 | 0.61 |
| Hex | ED | C3 | 4C | 0 | 12 | 44 | 7 | 2C | 52 | 3D |
| Octal | 355 | 303 | 114 | 0 | 22 | 104 | 7 | 54 | 122 | 75 |
| Binary | 11101101 | 11000011 | 1001100 | 0 | 10010 | 1000100 | 111 | 101100 | 1010010 | 111101 |
Color Harmonies of #EDC34C
Complementary color
Monochromatic Colors of #EDC34C
Black with #EDC34C
Text Example
Text Example
White with #EDC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC34C; }
p { color: rgb(237,195,76); }
H1.HeaderClassName
{
color: #EDC34C;
}
.AnyTagClassName
{
color: #EDC34C;
}
</style>
background-color css
<style>
a { background-color: #EDC34C; }
a { background-color: rgb(237,195,76); }
div.DivClassName
{
background-color: #EDC34C;
}
.BgClassName
{
background-color: #EDC34C;
}
</style>
border-color css
<style>
span { border-color: #EDC34C; }
span { border-color: rgb(237,195,76); }
td.TdClassName
{
border-color: #EDC34C;
}
.TagClassName
{
border-color: #EDC34C;
}
</style>