Shades of Cream Can #ECC25C
Tints of Cream Can #ECC25C
RGB
CMYK
RGB Variations
Color information
#ECC25C (or 0xECC25C) is known color: Cream Can. HEX triplet: EC, C2 and 5C. RGB value is (236,194,92). Sum of RGB (Red+Green+Blue) = 236+194+92=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC25C is #133DA3. Grayscale: #C3C3C3. Windows color (decimal): -1260964 or 6079212. OLE color: 6079212.
HSL color Cylindrical-coordinate representation of color #ECC25C: hue angle of 42.5º 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 #ECC25C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 92 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.07 |
| HSL | 42.5º | 0.79% | 0.64% | - |
| HSV(B) | 42.5º | 0.61% | 0.93% | - |
| XYZ | 55.82 | 57.19 | 18.22 | - |
| YUV | 194.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 92 | 0 | 0.18 | 0.61 | 0.07 | 42.5 | 0.79 | 0.64 |
| Hex | EC | C2 | 5C | 0 | 12 | 3D | 7 | 2A | 4F | 40 |
| Octal | 354 | 302 | 134 | 0 | 22 | 75 | 7 | 52 | 117 | 100 |
| Binary | 11101100 | 11000010 | 1011100 | 0 | 10010 | 111101 | 111 | 101010 | 1001111 | 1000000 |
Color Harmonies of #ECC25C
Complementary color
Monochromatic Colors of #ECC25C
Black with #ECC25C
Text Example
Text Example
White with #ECC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC25C; }
p { color: rgb(236,194,92); }
H1.HeaderClassName
{
color: #ECC25C;
}
.AnyTagClassName
{
color: #ECC25C;
}
</style>
background-color css
<style>
a { background-color: #ECC25C; }
a { background-color: rgb(236,194,92); }
div.DivClassName
{
background-color: #ECC25C;
}
.BgClassName
{
background-color: #ECC25C;
}
</style>
border-color css
<style>
span { border-color: #ECC25C; }
span { border-color: rgb(236,194,92); }
td.TdClassName
{
border-color: #ECC25C;
}
.TagClassName
{
border-color: #ECC25C;
}
</style>