Shades of Cream Can #EBC261
Tints of Cream Can #EBC261
RGB
CMYK
RGB Variations
Color information
#EBC261 (or 0xEBC261) is known color: Cream Can. HEX triplet: EB, C2 and 61. RGB value is (235,194,97). Sum of RGB (Red+Green+Blue) = 235+194+97=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC261 is #143D9E. Grayscale: #C3C3C3. Windows color (decimal): -1326495 or 6406891. OLE color: 6406891.
HSL color Cylindrical-coordinate representation of color #EBC261: hue angle of 42.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBC261 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 97 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.08 |
| HSL | 42.17º | 0.78% | 0.65% | - |
| HSV(B) | 42.17º | 0.59% | 0.92% | - |
| XYZ | 55.71 | 57.11 | 19.4 | - |
| YUV | 195.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 97 | 0 | 0.17 | 0.59 | 0.08 | 42.17 | 0.78 | 0.65 |
| Hex | EB | C2 | 61 | 0 | 11 | 3B | 8 | 2A | 4E | 41 |
| Octal | 353 | 302 | 141 | 0 | 21 | 73 | 10 | 52 | 116 | 101 |
| Binary | 11101011 | 11000010 | 1100001 | 0 | 10001 | 111011 | 1000 | 101010 | 1001110 | 1000001 |
Color Harmonies of #EBC261
Complementary color
Monochromatic Colors of #EBC261
Black with #EBC261
Text Example
Text Example
White with #EBC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC261; }
p { color: rgb(235,194,97); }
H1.HeaderClassName
{
color: #EBC261;
}
.AnyTagClassName
{
color: #EBC261;
}
</style>
background-color css
<style>
a { background-color: #EBC261; }
a { background-color: rgb(235,194,97); }
div.DivClassName
{
background-color: #EBC261;
}
.BgClassName
{
background-color: #EBC261;
}
</style>
border-color css
<style>
span { border-color: #EBC261; }
span { border-color: rgb(235,194,97); }
td.TdClassName
{
border-color: #EBC261;
}
.TagClassName
{
border-color: #EBC261;
}
</style>