Shades of Cream Can #ECC65E
Tints of Cream Can #ECC65E
RGB
CMYK
RGB Variations
Color information
#ECC65E (or 0xECC65E) is known color: Cream Can. HEX triplet: EC, C6 and 5E. RGB value is (236,198,94). Sum of RGB (Red+Green+Blue) = 236+198+94=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC65E is #1339A1. Grayscale: #C5C5C5. Windows color (decimal): -1259938 or 6211308. OLE color: 6211308.
HSL color Cylindrical-coordinate representation of color #ECC65E: hue angle of 43.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECC65E is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 94 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.07 |
| HSL | 43.94º | 0.79% | 0.65% | - |
| HSV(B) | 43.94º | 0.6% | 0.93% | - |
| XYZ | 56.81 | 59.03 | 18.99 | - |
| YUV | 197.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 94 | 0 | 0.16 | 0.60 | 0.07 | 43.94 | 0.79 | 0.65 |
| Hex | EC | C6 | 5E | 0 | 10 | 3C | 7 | 2C | 4F | 41 |
| Octal | 354 | 306 | 136 | 0 | 20 | 74 | 7 | 54 | 117 | 101 |
| Binary | 11101100 | 11000110 | 1011110 | 0 | 10000 | 111100 | 111 | 101100 | 1001111 | 1000001 |
Color Harmonies of #ECC65E
Complementary color
Monochromatic Colors of #ECC65E
Black with #ECC65E
Text Example
Text Example
White with #ECC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC65E; }
p { color: rgb(236,198,94); }
H1.HeaderClassName
{
color: #ECC65E;
}
.AnyTagClassName
{
color: #ECC65E;
}
</style>
background-color css
<style>
a { background-color: #ECC65E; }
a { background-color: rgb(236,198,94); }
div.DivClassName
{
background-color: #ECC65E;
}
.BgClassName
{
background-color: #ECC65E;
}
</style>
border-color css
<style>
span { border-color: #ECC65E; }
span { border-color: rgb(236,198,94); }
td.TdClassName
{
border-color: #ECC65E;
}
.TagClassName
{
border-color: #ECC65E;
}
</style>