Shades of Cream Can #EBC04A
Tints of Cream Can #EBC04A
RGB
CMYK
RGB Variations
Color information
#EBC04A (or 0xEBC04A) is known color: Cream Can. HEX triplet: EB, C0 and 4A. RGB value is (235,192,74). Sum of RGB (Red+Green+Blue) = 235+192+74=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC04A is #143FB5. Grayscale: #BFBFBF. Windows color (decimal): -1327030 or 4899051. OLE color: 4899051.
HSL color Cylindrical-coordinate representation of color #EBC04A: hue angle of 43.98º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC04A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.08 |
| HSL | 43.98º | 0.8% | 0.61% | - |
| HSV(B) | 43.98º | 0.69% | 0.92% | - |
| XYZ | 54.35 | 55.86 | 14.4 | - |
| YUV | 191.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 74 | 0 | 0.18 | 0.69 | 0.08 | 43.98 | 0.8 | 0.61 |
| Hex | EB | C0 | 4A | 0 | 12 | 45 | 8 | 2C | 50 | 3D |
| Octal | 353 | 300 | 112 | 0 | 22 | 105 | 10 | 54 | 120 | 75 |
| Binary | 11101011 | 11000000 | 1001010 | 0 | 10010 | 1000101 | 1000 | 101100 | 1010000 | 111101 |
Color Harmonies of #EBC04A
Complementary color
Monochromatic Colors of #EBC04A
Black with #EBC04A
Text Example
Text Example
White with #EBC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC04A; }
p { color: rgb(235,192,74); }
H1.HeaderClassName
{
color: #EBC04A;
}
.AnyTagClassName
{
color: #EBC04A;
}
</style>
background-color css
<style>
a { background-color: #EBC04A; }
a { background-color: rgb(235,192,74); }
div.DivClassName
{
background-color: #EBC04A;
}
.BgClassName
{
background-color: #EBC04A;
}
</style>
border-color css
<style>
span { border-color: #EBC04A; }
span { border-color: rgb(235,192,74); }
td.TdClassName
{
border-color: #EBC04A;
}
.TagClassName
{
border-color: #EBC04A;
}
</style>