Shades of Cream Can #ECC85B
Tints of Cream Can #ECC85B
RGB
CMYK
RGB Variations
Color information
#ECC85B (or 0xECC85B) is known color: Cream Can. HEX triplet: EC, C8 and 5B. RGB value is (236,200,91). Sum of RGB (Red+Green+Blue) = 236+200+91=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC85B is #1337A4. Grayscale: #C6C6C6. Windows color (decimal): -1259429 or 6015212. OLE color: 6015212.
HSL color Cylindrical-coordinate representation of color #ECC85B: hue angle of 45.1º 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 #ECC85B is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 91 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.1º | 0.79% | 0.64% | - |
| HSV(B) | 45.1º | 0.61% | 0.93% | - |
| XYZ | 57.13 | 59.9 | 18.45 | - |
| YUV | 198.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 91 | 0 | 0.15 | 0.61 | 0.07 | 45.1 | 0.79 | 0.64 |
| Hex | EC | C8 | 5B | 0 | F | 3D | 7 | 2D | 4F | 40 |
| Octal | 354 | 310 | 133 | 0 | 17 | 75 | 7 | 55 | 117 | 100 |
| Binary | 11101100 | 11001000 | 1011011 | 0 | 1111 | 111101 | 111 | 101101 | 1001111 | 1000000 |
Color Harmonies of #ECC85B
Complementary color
Monochromatic Colors of #ECC85B
Black with #ECC85B
Text Example
Text Example
White with #ECC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC85B; }
p { color: rgb(236,200,91); }
H1.HeaderClassName
{
color: #ECC85B;
}
.AnyTagClassName
{
color: #ECC85B;
}
</style>
background-color css
<style>
a { background-color: #ECC85B; }
a { background-color: rgb(236,200,91); }
div.DivClassName
{
background-color: #ECC85B;
}
.BgClassName
{
background-color: #ECC85B;
}
</style>
border-color css
<style>
span { border-color: #ECC85B; }
span { border-color: rgb(236,200,91); }
td.TdClassName
{
border-color: #ECC85B;
}
.TagClassName
{
border-color: #ECC85B;
}
</style>