Shades of Cream Can #ECC25F
Tints of Cream Can #ECC25F
RGB
CMYK
RGB Variations
Color information
#ECC25F (or 0xECC25F) is known color: Cream Can. HEX triplet: EC, C2 and 5F. RGB value is (236,194,95). Sum of RGB (Red+Green+Blue) = 236+194+95=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC25F is #133DA0. Grayscale: #C3C3C3. Windows color (decimal): -1260961 or 6275820. OLE color: 6275820.
HSL color Cylindrical-coordinate representation of color #ECC25F: hue angle of 42.13º 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 #ECC25F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 95 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.07 |
| HSL | 42.13º | 0.79% | 0.65% | - |
| HSV(B) | 42.13º | 0.6% | 0.93% | - |
| XYZ | 55.95 | 57.24 | 18.93 | - |
| YUV | 195.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 95 | 0 | 0.18 | 0.60 | 0.07 | 42.13 | 0.79 | 0.65 |
| Hex | EC | C2 | 5F | 0 | 12 | 3C | 7 | 2A | 4F | 41 |
| Octal | 354 | 302 | 137 | 0 | 22 | 74 | 7 | 52 | 117 | 101 |
| Binary | 11101100 | 11000010 | 1011111 | 0 | 10010 | 111100 | 111 | 101010 | 1001111 | 1000001 |
Color Harmonies of #ECC25F
Complementary color
Monochromatic Colors of #ECC25F
Black with #ECC25F
Text Example
Text Example
White with #ECC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC25F; }
p { color: rgb(236,194,95); }
H1.HeaderClassName
{
color: #ECC25F;
}
.AnyTagClassName
{
color: #ECC25F;
}
</style>
background-color css
<style>
a { background-color: #ECC25F; }
a { background-color: rgb(236,194,95); }
div.DivClassName
{
background-color: #ECC25F;
}
.BgClassName
{
background-color: #ECC25F;
}
</style>
border-color css
<style>
span { border-color: #ECC25F; }
span { border-color: rgb(236,194,95); }
td.TdClassName
{
border-color: #ECC25F;
}
.TagClassName
{
border-color: #ECC25F;
}
</style>