Shades of Cream Can #EBC14E
Tints of Cream Can #EBC14E
RGB
CMYK
RGB Variations
Color information
#EBC14E (or 0xEBC14E) is known color: Cream Can. HEX triplet: EB, C1 and 4E. RGB value is (235,193,78). Sum of RGB (Red+Green+Blue) = 235+193+78=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC14E is #143EB1. Grayscale: #C0C0C0. Windows color (decimal): -1326770 or 5161451. OLE color: 5161451.
HSL color Cylindrical-coordinate representation of color #EBC14E: hue angle of 43.95º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBC14E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 78 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.08 |
| HSL | 43.95º | 0.8% | 0.61% | - |
| HSV(B) | 43.95º | 0.67% | 0.92% | - |
| XYZ | 54.71 | 56.35 | 15.2 | - |
| YUV | 192.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 78 | 0 | 0.18 | 0.67 | 0.08 | 43.95 | 0.8 | 0.61 |
| Hex | EB | C1 | 4E | 0 | 12 | 43 | 8 | 2C | 50 | 3D |
| Octal | 353 | 301 | 116 | 0 | 22 | 103 | 10 | 54 | 120 | 75 |
| Binary | 11101011 | 11000001 | 1001110 | 0 | 10010 | 1000011 | 1000 | 101100 | 1010000 | 111101 |
Color Harmonies of #EBC14E
Complementary color
Monochromatic Colors of #EBC14E
Black with #EBC14E
Text Example
Text Example
White with #EBC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC14E; }
p { color: rgb(235,193,78); }
H1.HeaderClassName
{
color: #EBC14E;
}
.AnyTagClassName
{
color: #EBC14E;
}
</style>
background-color css
<style>
a { background-color: #EBC14E; }
a { background-color: rgb(235,193,78); }
div.DivClassName
{
background-color: #EBC14E;
}
.BgClassName
{
background-color: #EBC14E;
}
</style>
border-color css
<style>
span { border-color: #EBC14E; }
span { border-color: rgb(235,193,78); }
td.TdClassName
{
border-color: #EBC14E;
}
.TagClassName
{
border-color: #EBC14E;
}
</style>