Shades of Cream Can #ECC65B
Tints of Cream Can #ECC65B
RGB
CMYK
RGB Variations
Color information
#ECC65B (or 0xECC65B) is known color: Cream Can. HEX triplet: EC, C6 and 5B. RGB value is (236,198,91). Sum of RGB (Red+Green+Blue) = 236+198+91=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC65B is #1339A4. Grayscale: #C5C5C5. Windows color (decimal): -1259941 or 6014700. OLE color: 6014700.
HSL color Cylindrical-coordinate representation of color #ECC65B: hue angle of 44.28º 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 #ECC65B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 91 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.28º | 0.79% | 0.64% | - |
| HSV(B) | 44.28º | 0.61% | 0.93% | - |
| XYZ | 56.67 | 58.98 | 18.29 | - |
| YUV | 197.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 91 | 0 | 0.16 | 0.61 | 0.07 | 44.28 | 0.79 | 0.64 |
| Hex | EC | C6 | 5B | 0 | 10 | 3D | 7 | 2C | 4F | 40 |
| Octal | 354 | 306 | 133 | 0 | 20 | 75 | 7 | 54 | 117 | 100 |
| Binary | 11101100 | 11000110 | 1011011 | 0 | 10000 | 111101 | 111 | 101100 | 1001111 | 1000000 |
Color Harmonies of #ECC65B
Complementary color
Monochromatic Colors of #ECC65B
Black with #ECC65B
Text Example
Text Example
White with #ECC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC65B; }
p { color: rgb(236,198,91); }
H1.HeaderClassName
{
color: #ECC65B;
}
.AnyTagClassName
{
color: #ECC65B;
}
</style>
background-color css
<style>
a { background-color: #ECC65B; }
a { background-color: rgb(236,198,91); }
div.DivClassName
{
background-color: #ECC65B;
}
.BgClassName
{
background-color: #ECC65B;
}
</style>
border-color css
<style>
span { border-color: #ECC65B; }
span { border-color: rgb(236,198,91); }
td.TdClassName
{
border-color: #ECC65B;
}
.TagClassName
{
border-color: #ECC65B;
}
</style>