Shades of Cream Can #EBC450
Tints of Cream Can #EBC450
RGB
CMYK
RGB Variations
Color information
#EBC450 (or 0xEBC450) is known color: Cream Can. HEX triplet: EB, C4 and 50. RGB value is (235,196,80). Sum of RGB (Red+Green+Blue) = 235+196+80=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC450 is #143BAF. Grayscale: #C2C2C2. Windows color (decimal): -1326000 or 5293291. OLE color: 5293291.
HSL color Cylindrical-coordinate representation of color #EBC450: hue angle of 44.9º 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 #EBC450 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 80 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.08 |
| HSL | 44.9º | 0.79% | 0.62% | - |
| HSV(B) | 44.9º | 0.66% | 0.92% | - |
| XYZ | 55.45 | 57.72 | 15.81 | - |
| YUV | 194.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 80 | 0 | 0.17 | 0.66 | 0.08 | 44.9 | 0.79 | 0.62 |
| Hex | EB | C4 | 50 | 0 | 11 | 42 | 8 | 2D | 4F | 3E |
| Octal | 353 | 304 | 120 | 0 | 21 | 102 | 10 | 55 | 117 | 76 |
| Binary | 11101011 | 11000100 | 1010000 | 0 | 10001 | 1000010 | 1000 | 101101 | 1001111 | 111110 |
Color Harmonies of #EBC450
Complementary color
Monochromatic Colors of #EBC450
Black with #EBC450
Text Example
Text Example
White with #EBC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC450; }
p { color: rgb(235,196,80); }
H1.HeaderClassName
{
color: #EBC450;
}
.AnyTagClassName
{
color: #EBC450;
}
</style>
background-color css
<style>
a { background-color: #EBC450; }
a { background-color: rgb(235,196,80); }
div.DivClassName
{
background-color: #EBC450;
}
.BgClassName
{
background-color: #EBC450;
}
</style>
border-color css
<style>
span { border-color: #EBC450; }
span { border-color: rgb(235,196,80); }
td.TdClassName
{
border-color: #EBC450;
}
.TagClassName
{
border-color: #EBC450;
}
</style>