Shades of Cream Can #ECC25D
Tints of Cream Can #ECC25D
RGB
CMYK
RGB Variations
Color information
#ECC25D (or 0xECC25D) is known color: Cream Can. HEX triplet: EC, C2 and 5D. RGB value is (236,194,93). Sum of RGB (Red+Green+Blue) = 236+194+93=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC25D is #133DA2. Grayscale: #C3C3C3. Windows color (decimal): -1260963 or 6144748. OLE color: 6144748.
HSL color Cylindrical-coordinate representation of color #ECC25D: hue angle of 42.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECC25D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 93 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.07 |
| HSL | 42.38º | 0.79% | 0.65% | - |
| HSV(B) | 42.38º | 0.61% | 0.93% | - |
| XYZ | 55.86 | 57.21 | 18.45 | - |
| YUV | 195.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 93 | 0 | 0.18 | 0.61 | 0.07 | 42.38 | 0.79 | 0.65 |
| Hex | EC | C2 | 5D | 0 | 12 | 3D | 7 | 2A | 4F | 41 |
| Octal | 354 | 302 | 135 | 0 | 22 | 75 | 7 | 52 | 117 | 101 |
| Binary | 11101100 | 11000010 | 1011101 | 0 | 10010 | 111101 | 111 | 101010 | 1001111 | 1000001 |
Color Harmonies of #ECC25D
Complementary color
Monochromatic Colors of #ECC25D
Black with #ECC25D
Text Example
Text Example
White with #ECC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC25D; }
p { color: rgb(236,194,93); }
H1.HeaderClassName
{
color: #ECC25D;
}
.AnyTagClassName
{
color: #ECC25D;
}
</style>
background-color css
<style>
a { background-color: #ECC25D; }
a { background-color: rgb(236,194,93); }
div.DivClassName
{
background-color: #ECC25D;
}
.BgClassName
{
background-color: #ECC25D;
}
</style>
border-color css
<style>
span { border-color: #ECC25D; }
span { border-color: rgb(236,194,93); }
td.TdClassName
{
border-color: #ECC25D;
}
.TagClassName
{
border-color: #ECC25D;
}
</style>