Shades of Cream Can #ECBF5B
Tints of Cream Can #ECBF5B
RGB
CMYK
RGB Variations
Color information
#ECBF5B (or 0xECBF5B) is known color: Cream Can. HEX triplet: EC, BF and 5B. RGB value is (236,191,91). Sum of RGB (Red+Green+Blue) = 236+191+91=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF5B is #1340A4. Grayscale: #C1C1C1. Windows color (decimal): -1261733 or 6012908. OLE color: 6012908.
HSL color Cylindrical-coordinate representation of color #ECBF5B: hue angle of 41.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBF5B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 91 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.07 |
| HSL | 41.38º | 0.79% | 0.64% | - |
| HSV(B) | 41.38º | 0.61% | 0.93% | - |
| XYZ | 55.11 | 55.85 | 17.77 | - |
| YUV | 193.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 91 | 0 | 0.19 | 0.61 | 0.07 | 41.38 | 0.79 | 0.64 |
| Hex | EC | BF | 5B | 0 | 13 | 3D | 7 | 29 | 4F | 40 |
| Octal | 354 | 277 | 133 | 0 | 23 | 75 | 7 | 51 | 117 | 100 |
| Binary | 11101100 | 10111111 | 1011011 | 0 | 10011 | 111101 | 111 | 101001 | 1001111 | 1000000 |
Color Harmonies of #ECBF5B
Complementary color
Monochromatic Colors of #ECBF5B
Black with #ECBF5B
Text Example
Text Example
White with #ECBF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF5B; }
p { color: rgb(236,191,91); }
H1.HeaderClassName
{
color: #ECBF5B;
}
.AnyTagClassName
{
color: #ECBF5B;
}
</style>
background-color css
<style>
a { background-color: #ECBF5B; }
a { background-color: rgb(236,191,91); }
div.DivClassName
{
background-color: #ECBF5B;
}
.BgClassName
{
background-color: #ECBF5B;
}
</style>
border-color css
<style>
span { border-color: #ECBF5B; }
span { border-color: rgb(236,191,91); }
td.TdClassName
{
border-color: #ECBF5B;
}
.TagClassName
{
border-color: #ECBF5B;
}
</style>