Shades of Cream Can #EBC75B
Tints of Cream Can #EBC75B
RGB
CMYK
RGB Variations
Color information
#EBC75B (or 0xEBC75B) is known color: Cream Can. HEX triplet: EB, C7 and 5B. RGB value is (235,199,91). Sum of RGB (Red+Green+Blue) = 235+199+91=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC75B is #1438A4. Grayscale: #C5C5C5. Windows color (decimal): -1325221 or 6014955. OLE color: 6014955.
HSL color Cylindrical-coordinate representation of color #EBC75B: hue angle of 45º 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 #EBC75B is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 91 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.08 |
| HSL | 45º | 0.78% | 0.64% | - |
| HSV(B) | 45º | 0.61% | 0.92% | - |
| XYZ | 56.57 | 59.26 | 18.35 | - |
| YUV | 197.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 91 | 0 | 0.15 | 0.61 | 0.08 | 45 | 0.78 | 0.64 |
| Hex | EB | C7 | 5B | 0 | F | 3D | 8 | 2D | 4E | 40 |
| Octal | 353 | 307 | 133 | 0 | 17 | 75 | 10 | 55 | 116 | 100 |
| Binary | 11101011 | 11000111 | 1011011 | 0 | 1111 | 111101 | 1000 | 101101 | 1001110 | 1000000 |
Color Harmonies of #EBC75B
Complementary color
Monochromatic Colors of #EBC75B
Black with #EBC75B
Text Example
Text Example
White with #EBC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC75B; }
p { color: rgb(235,199,91); }
H1.HeaderClassName
{
color: #EBC75B;
}
.AnyTagClassName
{
color: #EBC75B;
}
</style>
background-color css
<style>
a { background-color: #EBC75B; }
a { background-color: rgb(235,199,91); }
div.DivClassName
{
background-color: #EBC75B;
}
.BgClassName
{
background-color: #EBC75B;
}
</style>
border-color css
<style>
span { border-color: #EBC75B; }
span { border-color: rgb(235,199,91); }
td.TdClassName
{
border-color: #EBC75B;
}
.TagClassName
{
border-color: #EBC75B;
}
</style>