Shades of Cream Can #ECBF5D
Tints of Cream Can #ECBF5D
RGB
CMYK
RGB Variations
Color information
#ECBF5D (or 0xECBF5D) is known color: Cream Can. HEX triplet: EC, BF and 5D. RGB value is (236,191,93). Sum of RGB (Red+Green+Blue) = 236+191+93=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF5D is #1340A2. Grayscale: #C1C1C1. Windows color (decimal): -1261731 or 6143980. OLE color: 6143980.
HSL color Cylindrical-coordinate representation of color #ECBF5D: hue angle of 41.12º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBF5D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 93 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.07 |
| HSL | 41.12º | 0.79% | 0.65% | - |
| HSV(B) | 41.12º | 0.61% | 0.93% | - |
| XYZ | 55.2 | 55.88 | 18.23 | - |
| YUV | 193.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 93 | 0 | 0.19 | 0.61 | 0.07 | 41.12 | 0.79 | 0.65 |
| Hex | EC | BF | 5D | 0 | 13 | 3D | 7 | 29 | 4F | 41 |
| Octal | 354 | 277 | 135 | 0 | 23 | 75 | 7 | 51 | 117 | 101 |
| Binary | 11101100 | 10111111 | 1011101 | 0 | 10011 | 111101 | 111 | 101001 | 1001111 | 1000001 |
Color Harmonies of #ECBF5D
Complementary color
Monochromatic Colors of #ECBF5D
Black with #ECBF5D
Text Example
Text Example
White with #ECBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF5D; }
p { color: rgb(236,191,93); }
H1.HeaderClassName
{
color: #ECBF5D;
}
.AnyTagClassName
{
color: #ECBF5D;
}
</style>
background-color css
<style>
a { background-color: #ECBF5D; }
a { background-color: rgb(236,191,93); }
div.DivClassName
{
background-color: #ECBF5D;
}
.BgClassName
{
background-color: #ECBF5D;
}
</style>
border-color css
<style>
span { border-color: #ECBF5D; }
span { border-color: rgb(236,191,93); }
td.TdClassName
{
border-color: #ECBF5D;
}
.TagClassName
{
border-color: #ECBF5D;
}
</style>