Shades of Cream Can #ECC95B
Tints of Cream Can #ECC95B
RGB
CMYK
RGB Variations
Color information
#ECC95B (or 0xECC95B) is known color: Cream Can. HEX triplet: EC, C9 and 5B. RGB value is (236,201,91). Sum of RGB (Red+Green+Blue) = 236+201+91=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95B is #1336A4. Grayscale: #C7C7C7. Windows color (decimal): -1259173 or 6015468. OLE color: 6015468.
HSL color Cylindrical-coordinate representation of color #ECC95B: hue angle of 45.52º 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 #ECC95B is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 91 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.52º | 0.79% | 0.64% | - |
| HSV(B) | 45.52º | 0.61% | 0.93% | - |
| XYZ | 57.37 | 60.36 | 18.52 | - |
| YUV | 198.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 91 | 0 | 0.15 | 0.61 | 0.07 | 45.52 | 0.79 | 0.64 |
| Hex | EC | C9 | 5B | 0 | F | 3D | 7 | 2E | 4F | 40 |
| Octal | 354 | 311 | 133 | 0 | 17 | 75 | 7 | 56 | 117 | 100 |
| Binary | 11101100 | 11001001 | 1011011 | 0 | 1111 | 111101 | 111 | 101110 | 1001111 | 1000000 |
Color Harmonies of #ECC95B
Complementary color
Monochromatic Colors of #ECC95B
Black with #ECC95B
Text Example
Text Example
White with #ECC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC95B; }
p { color: rgb(236,201,91); }
H1.HeaderClassName
{
color: #ECC95B;
}
.AnyTagClassName
{
color: #ECC95B;
}
</style>
background-color css
<style>
a { background-color: #ECC95B; }
a { background-color: rgb(236,201,91); }
div.DivClassName
{
background-color: #ECC95B;
}
.BgClassName
{
background-color: #ECC95B;
}
</style>
border-color css
<style>
span { border-color: #ECC95B; }
span { border-color: rgb(236,201,91); }
td.TdClassName
{
border-color: #ECC95B;
}
.TagClassName
{
border-color: #ECC95B;
}
</style>