Shades of Cream Can #EBC451
Tints of Cream Can #EBC451
RGB
CMYK
RGB Variations
Color information
#EBC451 (or 0xEBC451) is known color: Cream Can. HEX triplet: EB, C4 and 51. RGB value is (235,196,81). Sum of RGB (Red+Green+Blue) = 235+196+81=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC451 is #143BAE. Grayscale: #C3C3C3. Windows color (decimal): -1325999 or 5358827. OLE color: 5358827.
HSL color Cylindrical-coordinate representation of color #EBC451: hue angle of 44.81º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBC451 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 81 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.08 |
| HSL | 44.81º | 0.79% | 0.62% | - |
| HSV(B) | 44.81º | 0.66% | 0.92% | - |
| XYZ | 55.49 | 57.74 | 16 | - |
| YUV | 194.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 81 | 0 | 0.17 | 0.66 | 0.08 | 44.81 | 0.79 | 0.62 |
| Hex | EB | C4 | 51 | 0 | 11 | 42 | 8 | 2D | 4F | 3E |
| Octal | 353 | 304 | 121 | 0 | 21 | 102 | 10 | 55 | 117 | 76 |
| Binary | 11101011 | 11000100 | 1010001 | 0 | 10001 | 1000010 | 1000 | 101101 | 1001111 | 111110 |
Color Harmonies of #EBC451
Complementary color
Monochromatic Colors of #EBC451
Black with #EBC451
Text Example
Text Example
White with #EBC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC451; }
p { color: rgb(235,196,81); }
H1.HeaderClassName
{
color: #EBC451;
}
.AnyTagClassName
{
color: #EBC451;
}
</style>
background-color css
<style>
a { background-color: #EBC451; }
a { background-color: rgb(235,196,81); }
div.DivClassName
{
background-color: #EBC451;
}
.BgClassName
{
background-color: #EBC451;
}
</style>
border-color css
<style>
span { border-color: #EBC451; }
span { border-color: rgb(235,196,81); }
td.TdClassName
{
border-color: #EBC451;
}
.TagClassName
{
border-color: #EBC451;
}
</style>