Shades of Cream Can #EBC34C
Tints of Cream Can #EBC34C
RGB
CMYK
RGB Variations
Color information
#EBC34C (or 0xEBC34C) is known color: Cream Can. HEX triplet: EB, C3 and 4C. RGB value is (235,195,76). Sum of RGB (Red+Green+Blue) = 235+195+76=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC34C is #143CB3. Grayscale: #C1C1C1. Windows color (decimal): -1326260 or 5030891. OLE color: 5030891.
HSL color Cylindrical-coordinate representation of color #EBC34C: hue angle of 44.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBC34C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.08 |
| HSL | 44.91º | 0.8% | 0.61% | - |
| HSV(B) | 44.91º | 0.68% | 0.92% | - |
| XYZ | 55.08 | 57.21 | 14.98 | - |
| YUV | 193.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 76 | 0 | 0.17 | 0.68 | 0.08 | 44.91 | 0.8 | 0.61 |
| Hex | EB | C3 | 4C | 0 | 11 | 44 | 8 | 2D | 50 | 3D |
| Octal | 353 | 303 | 114 | 0 | 21 | 104 | 10 | 55 | 120 | 75 |
| Binary | 11101011 | 11000011 | 1001100 | 0 | 10001 | 1000100 | 1000 | 101101 | 1010000 | 111101 |
Color Harmonies of #EBC34C
Complementary color
Monochromatic Colors of #EBC34C
Black with #EBC34C
Text Example
Text Example
White with #EBC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC34C; }
p { color: rgb(235,195,76); }
H1.HeaderClassName
{
color: #EBC34C;
}
.AnyTagClassName
{
color: #EBC34C;
}
</style>
background-color css
<style>
a { background-color: #EBC34C; }
a { background-color: rgb(235,195,76); }
div.DivClassName
{
background-color: #EBC34C;
}
.BgClassName
{
background-color: #EBC34C;
}
</style>
border-color css
<style>
span { border-color: #EBC34C; }
span { border-color: rgb(235,195,76); }
td.TdClassName
{
border-color: #EBC34C;
}
.TagClassName
{
border-color: #EBC34C;
}
</style>