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