Shades of Cream Can #ECC258
Tints of Cream Can #ECC258
RGB
CMYK
RGB Variations
Color information
#ECC258 (or 0xECC258) is known color: Cream Can. HEX triplet: EC, C2 and 58. RGB value is (236,194,88). Sum of RGB (Red+Green+Blue) = 236+194+88=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC258 is #133DA7. Grayscale: #C2C2C2. Windows color (decimal): -1260968 or 5817068. OLE color: 5817068.
HSL color Cylindrical-coordinate representation of color #ECC258: hue angle of 42.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECC258 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 88 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.07 |
| HSL | 42.97º | 0.8% | 0.64% | - |
| HSV(B) | 42.97º | 0.63% | 0.93% | - |
| XYZ | 55.65 | 57.12 | 17.33 | - |
| YUV | 194.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 88 | 0 | 0.18 | 0.63 | 0.07 | 42.97 | 0.8 | 0.64 |
| Hex | EC | C2 | 58 | 0 | 12 | 3F | 7 | 2B | 50 | 40 |
| Octal | 354 | 302 | 130 | 0 | 22 | 77 | 7 | 53 | 120 | 100 |
| Binary | 11101100 | 11000010 | 1011000 | 0 | 10010 | 111111 | 111 | 101011 | 1010000 | 1000000 |
Color Harmonies of #ECC258
Complementary color
Monochromatic Colors of #ECC258
Black with #ECC258
Text Example
Text Example
White with #ECC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC258; }
p { color: rgb(236,194,88); }
H1.HeaderClassName
{
color: #ECC258;
}
.AnyTagClassName
{
color: #ECC258;
}
</style>
background-color css
<style>
a { background-color: #ECC258; }
a { background-color: rgb(236,194,88); }
div.DivClassName
{
background-color: #ECC258;
}
.BgClassName
{
background-color: #ECC258;
}
</style>
border-color css
<style>
span { border-color: #ECC258; }
span { border-color: rgb(236,194,88); }
td.TdClassName
{
border-color: #ECC258;
}
.TagClassName
{
border-color: #ECC258;
}
</style>