Shades of Cream Can #EBC45C
Tints of Cream Can #EBC45C
RGB
CMYK
RGB Variations
Color information
#EBC45C (or 0xEBC45C) is known color: Cream Can. HEX triplet: EB, C4 and 5C. RGB value is (235,196,92). Sum of RGB (Red+Green+Blue) = 235+196+92=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC45C is #143BA3. Grayscale: #C4C4C4. Windows color (decimal): -1325988 or 6079723. OLE color: 6079723.
HSL color Cylindrical-coordinate representation of color #EBC45C: hue angle of 43.64º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBC45C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 92 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.08 |
| HSL | 43.64º | 0.78% | 0.64% | - |
| HSV(B) | 43.64º | 0.61% | 0.92% | - |
| XYZ | 55.93 | 57.91 | 18.36 | - |
| YUV | 195.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 92 | 0 | 0.17 | 0.61 | 0.08 | 43.64 | 0.78 | 0.64 |
| Hex | EB | C4 | 5C | 0 | 11 | 3D | 8 | 2C | 4E | 40 |
| Octal | 353 | 304 | 134 | 0 | 21 | 75 | 10 | 54 | 116 | 100 |
| Binary | 11101011 | 11000100 | 1011100 | 0 | 10001 | 111101 | 1000 | 101100 | 1001110 | 1000000 |
Color Harmonies of #EBC45C
Complementary color
Monochromatic Colors of #EBC45C
Black with #EBC45C
Text Example
Text Example
White with #EBC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC45C; }
p { color: rgb(235,196,92); }
H1.HeaderClassName
{
color: #EBC45C;
}
.AnyTagClassName
{
color: #EBC45C;
}
</style>
background-color css
<style>
a { background-color: #EBC45C; }
a { background-color: rgb(235,196,92); }
div.DivClassName
{
background-color: #EBC45C;
}
.BgClassName
{
background-color: #EBC45C;
}
</style>
border-color css
<style>
span { border-color: #EBC45C; }
span { border-color: rgb(235,196,92); }
td.TdClassName
{
border-color: #EBC45C;
}
.TagClassName
{
border-color: #EBC45C;
}
</style>